1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs/Working with objects - Component overview - Table - Custom finders.php
2007-02-23 20:54:10 +00:00

3 lines
173 B
PHP

You can add custom finder methods to your custom table object. These finder methods may use fast
Doctrine_Table finder methods or DQL API (Doctrine_Connection::query()).