我可以只覆蓋delete()方法Doctrine_Record? class myRec extends myRecBase
public function delete() {
return false;
}
}
或使用preDelete掛鉤?或者在delete()中拋出異常? 任何幫助將不勝感激。
我有一個數據庫,電視週刊和表的自動遞增這些值: id bigint 255 UNSIGNED AUTO_INCREMENT
programme varchar 255
default value (which is from another table
with list of programs, the only linked field that
is shared with othe