2016-05-19 12:21:23 +02:00
|
|
|
PEAR::DB_QueryTool is an OO-abstraction to the SQL-Query language, it provides
|
|
|
|
methods such as setWhere, setOrder, setGroup, setJoin, etc. to easily build
|
2005-03-04 22:09:54 +01:00
|
|
|
queries.
|
|
|
|
|
2016-05-19 12:21:23 +02:00
|
|
|
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
|
2005-03-04 22:09:54 +01:00
|
|
|
easily build SQL-Statements and execute them.
|
|
|
|
|
2016-12-13 16:05:06 +01:00
|
|
|
WWW: https://pear.php.net/package/DB_QueryTool
|