Top Level :: Database

Package Information: MDB_QueryTool

» Summary » License
An OO-interface for easily retrieving and modifying data in a DB. BSD
» Current Release » Bug Summary
1.2.3 (stable) was released on 2012-04-11 by doconnor (Changelog)
Easy Install

Not sure? Get more info.

pear install MDB_QueryTool

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/MDB_QueryTool

  • Package Maintenance Rank: 191 of 229 packages with open bugs
  • Number of open bugs: 4 (35 total bugs)
  • Average age of open bugs: 5419 days
  • Oldest open bug: 5688 days
  • Number of open feature requests: 1 (5 total feature requests)

Report a new bug to MDB_QueryTool
» 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.
NB: this is a PEAR::MDB porting from the original DB_QueryTool
written by Wolfram Kriesing and Paolo Panto (vision:produktion, wk@visionp.de).
» Maintainers » More Information

Dependencies for MDB_QueryTool