<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>DB_QueryTool</name>
  <summary>An OO-interface for easily retreiving and modifying data in a DB.</summary>
  <description>This package is an OO-abstraction to the SQL-Query language, it provides methods such
as setWhere, setOrder, setGroup, setJoin, etc. to easily build queries.
It also provides an easy to learn interface that interacts nicely with HTML-forms using
arrays that contain the column data, that shall be updated/added in a DB.
This package bases on an SQL-Builder which lets you easily build
SQL-Statements and execute them.</description>
  <maintainers>
    <maintainer>
      <user>cain</user>
      <name>Wolfram Kriesing</name>
      <email>wolfram@kriesing.de</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>0.9</version>
    <date>2003-01-17</date>
    <license>PHP</license>
    <state>stable</state>
    <notes>- initial release in PEAR</notes>
    <filelist>
      <file role="php" baseinstalldir="DB" md5sum="1fc3bfbb169bbf448cea8b55c1585efa" name="QueryTool.php"/>
      <file role="php" baseinstalldir="DB" md5sum="56d1fb10b442e2334baf3a4c06be7881" name="QueryTool/Query.php"/>
      <file role="php" baseinstalldir="DB" md5sum="dd31cd17076c374018a060a9731a408d" name="QueryTool/EasyJoin.php"/>
      <file role="php" baseinstalldir="DB" md5sum="8b2122110604709ace30a41d6afa922b" name="QueryTool/Result.php"/>
      <file role="doc" baseinstalldir="DB" md5sum="74218f7094e7ab9c81b493e93b95204e" name="docs/example.php"/>
      <file role="doc" baseinstalldir="DB" md5sum="7bd8b3c0dde5b2811203e58d4d1bd058" name="docs/example.sql"/>
    </filelist>
  </release>
</package>
