DBDO Database DataObjects fetchAll(DBDO::SINGLE | DBDO::OBJECTS | DBDO::KEY_VALUE | DBDO::VALUE) - Error handling * Throws exceptions for database errors / unusual stuff * E_ERROR's and dies if you use it incorrectly (eg. fixable at code level) - No support for joins yet.. (On the TODO list) Building it Requires libgda (www.gnome-db.org), currently from CVS, which can be a pain. - Win32 support is theoretically possible, it just requires someone to spend time working out how to build libgda (which has windows makefiles) and this library. ]]> alan_k Alan Knowles alan@akbkhome.com lead PHP 0.1.0 2005-04-19 alpha - Initial Packaged Release At this point, DBDO is working on at least one web site, so it is undergoing testing, and needs more people to come up with ideas to improve it, or just find more reproducable bugs.. EXPERIMENTAL CREDITS config.m4 dbdo.c dbdo_object.c php_dbdo.h assignFrom.php call.php constants.php count.php delete.php factory.php fetchAll.php get.php info.php insert.php keys.php mortgagecalc.php schema.php Test_typetest.php toArray.php update.php valueGet.php valueSet.php 01_get.phpt 02_update.phpt 03_factory.phpt 04_fetching.phpt 40_fetching.phpt 41_fetching.phpt 42_fetching.phpt 50_create.phpt 60_assignFrom.phpt 70_errors_factory.phpt 71_errors_factory1.phpt 80_info.phpt README.txt classtest.inc.php config.php