Basic Components - Record - Accessing properties.php 286 Bytes
Newer Older
1
You can retrieve existing objects (database rows) with Doctrine_Table or Doctrine_Connection. 
doctrine's avatar
doctrine committed
2
Doctrine_Table provides simple methods like findBySql, findAll and find for finding objects whereas 
3
Doctrine_Connection provides complete OQL API for retrieving objects (see chapter 9).