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 site Mysql Like query example in zend framework Fetch row in zend framework Update mysql query example in zend framework Insert mysql query example in zend framework Pagination in zend framework Post form data in zend framework Share This: