mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
306d362e4f
retrieving and modifying data in a DB. PR: 78367 Submitted by: Antônio Carlos Venâncio Júnior
11 lines
478 B
Plaintext
11 lines
478 B
Plaintext
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
|
|
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.
|
|
|
|
WWW: http://pear.php.net/package/DB_QueryTool/
|