<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>DB_Pager</name>
  <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>
  <maintainers>
    <maintainer>
      <user>cox</user>
      <name>Tomas V.V.Cox</name>
      <email>cox@php.net</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>0.7</version>
    <date>2002-05-12</date>
    <license>LGPL</license>
    <state>stable</state>
    <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>
    <filelist>
      <file role="php" baseinstalldir="DB" md5sum="be6032f6d743383ed93053a70d233db7" name="Pager.php"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>0.6</version>
      <date>2001-10-31</date>
      <state>stable</state>
      <notes>First release as a PEAR Package (only the class name has changed)</notes>
    </release>
  </changelog>
</package>
