Changeset 4957 for branches/1.0/lib/Doctrine/Table.php
- Timestamp:
- 09/12/08 16:00:11 (19 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Table.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Table.php
r4894 r4957 1274 1274 * returns a collection of records 1275 1275 * 1276 * @param int $hydrationMode Doctrine:: FETCH_ARRAY or Doctrine::FETCH_RECORD1276 * @param int $hydrationMode Doctrine::HYDRATE_ARRAY or Doctrine::HYDRATE_RECORD 1277 1277 * @return Doctrine_Collection 1278 1278 */ … … 1290 1290 * @param string $dql DQL after WHERE clause 1291 1291 * @param array $params query parameters 1292 * @param int $hydrationMode Doctrine:: FETCH_ARRAY or Doctrine::FETCH_RECORD1292 * @param int $hydrationMode Doctrine::HYDRATE_ARRAY or Doctrine::HYDRATE_RECORD 1293 1293 * @return Doctrine_Collection 1294 1294 * … … 1309 1309 * @param string $dql DQL after WHERE clause 1310 1310 * @param array $params query parameters 1311 * @param int $hydrationMode Doctrine:: FETCH_ARRAY or Doctrine::FETCH_RECORD1311 * @param int $hydrationMode Doctrine::HYDRATE_ARRAY or Doctrine::HYDRATE_RECORD 1312 1312 * @return Doctrine_Collection 1313 1313 */