Top Level :: Database

Package Information: MDB2_TableBrowser

This package is not maintained, if you would like to take over please go to this page.
» Summary » License
Database table abstraction library PHP License
» Current Release » Bug Summary
0.1.3 (alpha) was released on 2012-04-13 by doconnor (Changelog)
Easy Install

Not sure? Get more info.

pear install MDB2_TableBrowser

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/MDB2_TableBrowser

  • Package Maintenance Rank: 144 of 229 packages with open bugs
  • Number of open bugs: 2 (10 total bugs)
  • Average age of open bugs: 4896 days
  • Oldest open bug: 5170 days
  • Number of open feature requests: 1 (1 total feature requests)

Report a new bug to MDB2_TableBrowser
» Description
Table browsing objects allow your code to handle any database table in an
abstract way. By freeing your code from the database details it is possible
for you to build generic data reporting or manipulation functions.

Put another way, if you really hate using sql in your code, having to piece
together bits of sql to make queries...this library gives you an alternative.

Currently only the single table browser is implemented. If you need to work
with data that spans multiple tables, you can build a table view as this
library works with them as well.
» Maintainers » More Information

Dependencies for MDB2_TableBrowser