1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs/Working with objects - Component overview - Record - Accessing properties.php
2007-02-23 20:54:10 +00:00

4 lines
286 B
PHP

You can retrieve existing objects (database rows) with Doctrine_Table or Doctrine_Connection.
Doctrine_Table provides simple methods like findBySql, findAll and find for finding objects whereas
Doctrine_Connection provides complete OQL API for retrieving objects (see chapter 9).