- Timestamp:
- 07/23/08 22:21:13 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/manual/docs/en/utilities/pagination/working-with-pager.txt
r4398 r4706 36 36 37 37 <code type="php"> 38 $items = $pager->execute([$args = array() [, $fetchType = Doctrine::FETCH_RECORD]]);38 $items = $pager->execute([$args = array() [, $fetchType = null]]); 39 39 40 40 foreach ($items as $item) {