zend delete function | naveenOS https://www.naveenos.com How may I help you - Magento Certified Developer Tue, 20 Sep 2011 14:14:29 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 Zend: How to use multiple conditions at delete time? https://www.naveenos.com/2011/09/zend-how-to-use-multiple-conditions-at-delete-time https://www.naveenos.com/2011/09/zend-how-to-use-multiple-conditions-at-delete-time#respond Tue, 20 Sep 2011 14:14:29 +0000 http://naveenos.com/?p=394 Zend provides a facility to delete a row from the database table using the delete() method. This method takes one argument, which is an SQL expression that is used in a WHERE clause, as criteria for the rows to delete. For example : $modelObj = new ModelName(); $where = $modelObj >getAdapter()->quoteInto('id = ?', '1235'); $modelObj […]

The post Zend: How to use multiple conditions at delete time? first appeared on naveenOS.]]>
https://www.naveenos.com/2011/09/zend-how-to-use-multiple-conditions-at-delete-time/feed 0