/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$table = new Bugs(); $where = $table->getAdapter()->quoteInto('bug_id = ?', 1235); $table->delete($where);