PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » MDB2_TableBrowser

Database table abstraction library

This package is unmaintained.

Download latest release 0.1.3 (archived versions might be outdated)

License: PHP License

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.

Documentation

Manual

Maintainers

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#15897ClosedBug0.1.0 alpha2009-02-13Sample code spews PHP notices
#16560ClosedBug2009-09-01Error message while creating the table browser
#16616ClosedBug0.1.12009-09-16Superfluous whitespace in MDB2/TableBrowser/Single.php
#16713ClosedBug0.1.12009-10-19space after file end
#16789VerifiedReq0.1.12009-11-15how to catch exception while using tableBrowser
#17026FeedbackBug0.1.12010-01-22deprecated function
#17132BogusBug0.1.12010-02-18Fatal error: Uncaught MDB2_TableBrowser_DBException: [0]: MDB2 Error:
#17133DuplicateBug0.1.12010-02-18Fatal error: Uncaught MDB2_TableBrowser_DBException: [0]:MDB2 Error: connect fa
#18064ClosedBug0.1.22010-11-16include paths wrong
#18684FeedbackBug0.1.22011-07-25got a fatal error in MDB2_TableBrowser_TableValidator
#18685DuplicateBug0.1.22011-07-25got a error when try to run the demo code in MDB2_TableBrowser_Advanced Usage