Basic Components - Table - Finder methods.php 259 Bytes
Newer Older
doctrine's avatar
doctrine committed
1
Doctrine_Table provides basic finder methods. These finder methods are very fast and should be used if you only need to fetch 
2
data from one database table. If you need queries that use several components (database tables) use Doctrine_Connection::query().