<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/db_querytool">DB_QueryTool</p>
 <c>pear.php.net</c>
 <v>0.9.8</v>
 <st>stable</st>
 <l>PHP</l>
 <m>cain</m>
 <s>An OO-interface for easily retreiving and modifying data in a DB.</s>
 <d>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.
</d>
 <da>2003-09-23 11:28:00</da>
 <n>* added new method getQueryString() which returns the rendered query
* added setDbInstance() which lets you supply an existing DB-instance to work with
  using this you dont need to pass a DSN to the constructor!</n>
 <f>30247</f>
 <g>http://pear.php.net/get/DB_QueryTool-0.9.8</g>
 <x xlink:href="package.0.9.8.xml"/>
</r>