Changeset 4977
- Timestamp:
- 09/25/08 22:20:50 (9 months ago)
- Location:
- branches/1.0/docs/manual/de/utilities/pagination
- Files:
-
- 2 modified
-
advanced-layouts-with-pager.txt (modified) (1 diff)
-
working-with-pager.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/docs/manual/de/utilities/pagination/advanced-layouts-with-pager.txt
r4674 r4977 157 157 158 158 // Handy method to execute the query without need to retrieve the Pager instance 159 $pager_layout->execute($params = array(), $hydrationMode = Doctrine:: FETCH_RECORD);159 $pager_layout->execute($params = array(), $hydrationMode = Doctrine::HYDRATE_RECORD); 160 160 </code> 161 161 -
branches/1.0/docs/manual/de/utilities/pagination/working-with-pager.txt
r4674 r4977 36 36 37 37 <code type="php"> 38 $items = $pager->execute([$args = array() [, $fetchType = Doctrine:: FETCH_RECORD]]);38 $items = $pager->execute([$args = array() [, $fetchType = Doctrine::HYDRATE_RECORD]]); 39 39 40 40 foreach ($items as $item) {