Delete row mysql query example in zend framework June 9, 2016 sarpanch Leave a comment protected $_name = 'tbl_attribute'; public function deleteAttribute($attribute_id) { $this->delete("attribute_id = $attribute_id"); } More from my siteMysql Like query example in zend frameworkFetch row in zend frameworkUpdate mysql query example in zend frameworkInsert mysql query example in zend frameworkPagination in zend frameworkPost form data in zend framework Share This: