Changeset 4351
- Timestamp:
- 05/10/08 02:55:06 (8 months ago)
- Files:
-
- 1 modified
-
branches/0.11/lib/Doctrine/Table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/lib/Doctrine/Table.php
r4319 r4351 1203 1203 return $this->createQuery() 1204 1204 ->where(implode(' = ? AND ', (array) $this->getIdentifier()) . ' = ?') 1205 ->limit(1) 1205 1206 ->fetchOne($id, $hydrationMode); 1206 1207 }