2006-08-22 02:55:11 +04:00
|
|
|
You can retrieve existing objects (database rows) with Doctrine_Table or Doctrine_Connection.
|
2006-07-24 01:08:06 +04:00
|
|
|
Doctrine_Table provides simple methods like findBySql, findAll and find for finding objects whereas
|
2006-08-22 02:55:11 +04:00
|
|
|
Doctrine_Connection provides complete OQL API for retrieving objects (see chapter 9).
|