在蛋糕的PHP,在另一個控制器它的工作原理記錄在蛋糕PHP不會刪除
if ($this->BanquetBillMaster->BanquetOtherBillMaster->del($this->data['BanquetOtherBillMaster']['id'])
{
$this->Session->setFlash(__('Menu type deleted successfully !', true));
$this->redirect(array('action'=>'add_other_items'));
exit();
}
相同的代碼中使用,但在這裏它不工作
誰能幫我...
很久以前del()已經被折舊和刪除了,你應該使用delete() – dogmatic69 2011-04-05 09:00:20