svn: /pear/peardoc/trunk/en/package/html/pager/ intro.xml

[email protected] (Lorenzo Alberton) Sat, 22 Jan 2011 23:10:51 +0000
Newsgroups php.pear.doc
Message-ID <[email protected]>
quipo                                    Sat, 22 Jan 2011 23:10:51 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=307665

Log:
request #18208: add link to Pager_Wrapper file

Bug: http://pear.php.net/bugs/18208 (unknown) 
      
Changed paths:
    U   pear/peardoc/trunk/en/package/html/pager/intro.xml

Modified: pear/peardoc/trunk/en/package/html/pager/intro.xml
===================================================================
--- pear/peardoc/trunk/en/package/html/pager/intro.xml	2011-01-22 17:08:41 UTC (rev 307664)
+++ pear/peardoc/trunk/en/package/html/pager/intro.xml	2011-01-22 23:10:51 UTC (rev 307665)
@@ -146,8 +146,9 @@
      If you want to paginate db resultsets, fetching them all into an
      array and passing it to <classname>Pager</classname> might not be the
      best option. You can still leverage <classname>Pager</classname> and
-     have good performances using a wrapper. There is a sample wrapper for
-     each one of the PEAR db abstraction systems in the /docs/examples/ dir
+     have good performances using a wrapper.
+     There is a <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://svn.php.net/viewvc/pear/packages/Pager/trunk/examples/Pager_Wrapper.php?view=markup">sample wrapper</link>
+     for each one of the PEAR db abstraction systems in the /examples/ dir
      of the package. You may use it as-is or customize it to your needs.
     </para>
    </refsection>