<?xml version="1.0" encoding="UTF-8" ?>
<p xmlns="http://pear.php.net/dtd/rest.package"    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.package    http://pear.php.net/dtd/rest.package.xsd">
 <n>DB_QueryTool</n>
 <c>pear.php.net</c>
 <ca xlink:href="/rest/c/Database">Database</ca>
 <l>BSD</l>
 <s>An OO-interface for easily retrieving 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>
 <r xlink:href="/rest/r/db_querytool"/>
 <dc>pear.php.net</dc>
 <dp> MDB_QueryTool</dp>
</p>