1
0
mirror of synced 2025-01-18 14:31:40 +03:00
doctrine2/manual/docs/Basic Components - Table - Finder methods.php

3 lines
259 B
PHP
Raw Normal View History

2006-07-23 21:08:06 +00:00
Doctrine_Table provides basic finder methods. These finder methods are very fast and should be used if you only need to fetch
2006-08-21 22:55:11 +00:00
data from one database table. If you need queries that use several components (database tables) use Doctrine_Connection::query().