| |
doctrine-user |
go on, In some times, I don't want to call the preSave method, How
However, I know how to disable an record listener, like this: $table-
> class Table extends baseTable()
> }
> }
> $table = new Table();
can I disable this hook?
> {
> public function preSave(){
> $table->name = 'new name';
> $table->save();