1
0
mirror of synced 2025-01-20 23:41:39 +03:00
doctrine2/manual/docs/Basic Components - Record - Accessing properties.php

4 lines
280 B
PHP
Raw Normal View History

2006-07-23 21:08:06 +00:00
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).