1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/manual/docs/Basic Components - Record - Deleting records.php
2006-08-21 22:55:11 +00:00

3 lines
145 B
PHP

Deleting records in Doctrine is handled by Doctrine_Record::delete(), Doctrine_Collection::delete() and
Doctrine_Connection::delete() methods.