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