Delete row mysql query example in zend framework protected $_name = 'tbl_attribute'; public function deleteAttribute($attribute_id) { $this->delete("attribute_id = $attribute_id"); } Share This: