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:

Leave a Reply

Your email address will not be published. Required fields are marked *