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

3 lines
259 B
PHP

Doctrine_Table provides basic finder methods. These finder methods are very fast and should be used if you only need to fetch
data from one database table. If you need queries that use several components (database tables) use Doctrine_Connection::query().