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
Maintainers
- Isaac Tewolde (tewolde) — lead, active
Dependencies
Required
- PHP (>= 4.2.0)
- PEAR Installer (>= 1.4.0a12)
Releases
- 0.1.3 (alpha, 2012-04-13)
Release notes
License: PHP License
QA release
Bug #18064 include paths wrong - 0.1.2 (alpha, 2010-10-17)
Release notes
License: PHP License
QA release
SVN dir layout
Bug #15897 Sample code spews PHP notices
Bug #16560 Error message while creating the table browser
Bug #16616 Superfluous whitespace in MDB2/TableBrowser/Single.php
Bug #16713 space after file end - 0.1.1 (alpha, 2009-09-06)
Release notes
License: PHP License
Bug Fixes
- 0.1.0 (alpha, 2008-10-30)
Release notes
License: PHP License
Initial Release Version
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #15897 | Closed | Bug | 0.1.0 alpha | 2009-02-13 | Sample code spews PHP notices |
| #16560 | Closed | Bug | 2009-09-01 | Error message while creating the table browser | |
| #16616 | Closed | Bug | 0.1.1 | 2009-09-16 | Superfluous whitespace in MDB2/TableBrowser/Single.php |
| #16713 | Closed | Bug | 0.1.1 | 2009-10-19 | space after file end |
| #16789 | Verified | Req | 0.1.1 | 2009-11-15 | how to catch exception while using tableBrowser |
| #17026 | Feedback | Bug | 0.1.1 | 2010-01-22 | deprecated function |
| #17132 | Bogus | Bug | 0.1.1 | 2010-02-18 | Fatal error: Uncaught MDB2_TableBrowser_DBException: [0]: MDB2 Error: |
| #17133 | Duplicate | Bug | 0.1.1 | 2010-02-18 | Fatal error: Uncaught MDB2_TableBrowser_DBException: [0]:MDB2 Error: connect fa |
| #18064 | Closed | Bug | 0.1.2 | 2010-11-16 | include paths wrong |
| #18684 | Feedback | Bug | 0.1.2 | 2011-07-25 | got a fatal error in MDB2_TableBrowser_TableValidator |
| #18685 | Duplicate | Bug | 0.1.2 | 2011-07-25 | got a error when try to run the demo code in MDB2_TableBrowser_Advanced Usage |