/ Published in: PHP
Expand |
Embed | Plain Text
$table = new Bugs(); $where = $table->getAdapter()->quoteInto('bug_id = ?', 1235); $table->delete($where);
You need to login to post a comment.
$table = new Bugs(); $where = $table->getAdapter()->quoteInto('bug_id = ?', 1235); $table->delete($where);
You need to login to post a comment.