Zend Framework db


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $table = new Bugs();
  2.  
  3. $where = $table->getAdapter()->quoteInto('bug_id = ?', 1235);
  4.  
  5. $table->delete($where);

Report this snippet


Comments


You need to login to view comments.