Return to Snippet

Revision: 45963
at May 11, 2011 20:39 by loubregand


Initial Code
$table = new Bugs();
 
$where = $table->getAdapter()->quoteInto('bug_id = ?', 1235);
 
$table->delete($where);

Initial URL


Initial Description


Initial Title
Zend Framework db

Initial Tags


Initial Language
PHP