<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.7.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
 <name>DB_Pager</name>
 <channel>pear.php.net</channel>
 <summary>Retrieve and return information of database result sets</summary>
 <description>This class handles all the stuff needed for displaying
paginated results from a database query of Pear DB.
including fetching only the needed rows and giving extensive information
for helping build an HTML or GTK query result display.</description>
 <lead>
  <name>Tomas V.V.Cox</name>
  <user>cox</user>
  <email>cox@php.net</email>
  <active>yes</active>
 </lead>
 <lead>
  <name>Lorenzo Alberton</name>
  <user>quipo</user>
  <email>l.alberton@quipo.it</email>
  <active>yes</active>
 </lead>
 <date>2009-01-05</date>
 <time>04:51:36</time>
 <version>
  <release>0.7.2</release>
  <api>0.7.1</api>
 </version>
 <stability>
  <release>beta</release>
  <api>beta</api>
 </stability>
 <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
 <notes>Package 2.0</notes>
 <contents>
  <dir baseinstalldir="DB" name="/">
   <file baseinstalldir="DB" md5sum="942c12aac2bb6c9b6062c20b50357fef" name="Pager.php" role="php" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>4.0.0</min>
   </php>
   <pearinstaller>
    <min>1.4.0b1</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>0.6</release>
    <api>0.6</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2001-10-31</date>
   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
   <notes>First release as a PEAR Package (only the class name has changed)</notes>
  </release>
  <release>
   <version>
    <release>0.7</release>
    <api>0.7</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2002-05-12</date>
   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
   <notes>- Marked as deprecated constructor, build(), fetchInto() and fetchRow(). Use the native PEAR DB row limit support instead (the limitQuery() method)
- Implemented the Google algorithm for restricting the number of pages to show (the new fourth param of DB_Pager::getData())
- Added more info in the data array: maxpages, firstpage, lastpage
- Updated in-line doc with usage example</notes>
  </release>
  <release>
   <version>
    <release>0.7.2</release>
    <api>0.7.1</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2009-01-05</date>
   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
   <notes>Package 2.0</notes>
  </release>
 </changelog>
</package>
