1
0
mirror of synced 2025-01-18 14:31:40 +03:00
doctrine2/manual/docs/Basic Components - Table - Custom finders.php
2006-07-23 21:08:06 +00:00

3 lines
170 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_Session::query()).