Author: jwage
Date: 2008-09-25 23:20:50 +0100 (Thu, 25 Sep 2008)
New Revision: 4977
Modified:
branches/1.0/docs/manual/de/utilities/pagination/advanced-layouts-with-pager.txt
branches/1.0/docs/manual/de/utilities/pagination/working-with-pager.txt
Log:
[1.0] Removing references to FETCH_ARRAY
Modified:
branches/1.0/docs/manual/de/utilities/pagination/advanced-layouts-with-pager.txt
===================================================================
---
branches/1.0/docs/manual/de/utilities/pagination/advanced-layouts-with-pager.txt
2008-09-25 22:19:58 UTC (rev 4976)
+++
branches/1.0/docs/manual/de/utilities/pagination/advanced-layouts-with-pager.txt
2008-09-25 22:20:50 UTC (rev 4977)
@@ -156,7 +156,7 @@
$pager_layout->getSeparatorTemplate();
// Handy method to execute the query without need to retrieve the Pager
instance
-$pager_layout->execute($params = array(), $hydrationMode =
Doctrine::FETCH_RECORD);
+$pager_layout->execute($params = array(), $hydrationMode =
Doctrine::HYDRATE_RECORD);
</code>
There are a couple of other methods that are available if you want to extend
the {{Doctrine_Pager_Layout}} to create
Modified:
branches/1.0/docs/manual/de/utilities/pagination/working-with-pager.txt
===================================================================
--- branches/1.0/docs/manual/de/utilities/pagination/working-with-pager.txt
2008-09-25 22:19:58 UTC (rev 4976)
+++ branches/1.0/docs/manual/de/utilities/pagination/working-with-pager.txt
2008-09-25 22:20:50 UTC (rev 4977)
@@ -35,7 +35,7 @@
the way you usually do it. Here is the PHP complete syntax, including the
syntax of optional parameters:
<code type="php">
-$items = $pager->execute([$args = array() [, $fetchType =
Doctrine::FETCH_RECORD]]);
+$items = $pager->execute([$args = array() [, $fetchType =
Doctrine::HYDRATE_RECORD]]);
foreach ($items as $item) {
// ...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---