* FaQ * [http://oss.backendmedia.com/MDB2/ExampleS Examples] * EnduserDocs ++ external resources: * [http://pear.php.net/package-info.php?package=MDB2 PEAR::MDB2 Homepage] * [http://pear.php.net/manual/en/package.database.mdb2.php PEAR manual] * [http://pear.php.net/package/MDB2/docs/latest/ API docs] * [http://dev.agoraproduction.com/mdb2/ API Docs (With simple UML)] * [http://cvs.php.net/viewcvs.cgi/*checkout*/pear/MDB2/docs/datatypes.html MDB2 datatypes] * [http://cvs.php.net/viewcvs.cgi/*checkout*/pear/MDB2_Schema/docs/xml_schema_documentation.html XML schema description] * [http://cvs.php.net/viewcvs.cgi/*checkout*/pear/MDB2_Schema/docs/MDB.dtd XML Schema DTD] * [http://cvs.php.net/viewcvs.cgi/*checkout*/pear/MDB2_Schema/docs/MDB.xsd XML Schema XSD] * [http://cvs.php.net/viewcvs.cgi/*checkout*/pear/MDB2_Schema/docs/MDB.xsl XML Schema XSL] * [http://cvs.php.net/viewcvs.cgi/*checkout*/pear/MDB2/docs/querysim_readme.txt Introduction to Querysim] * [http://www.php-mag.net/itr/online_artikel/show.php3?id=283&nodeid=114 Article on MDB (version 1.x)] * [http://www.phpied.com/db-2-mdb2/ DB to MDB2 migration] * [http://codeschmie.de/archives/127-MDB2-Cheatsheet.html frequently used methods] * [http://hugo.developpez.com/tutoriels/php/pear/mdb2/ tutorial] (français) * [http://www.toggg.com/pear/MDB2/description.schema.xml MDB2_Schema xml format] (a self XML Schema description rendered with the [http://cvs.php.net/viewcvs.cgi/*checkout*/pear/MDB2_Schema/docs/schema2html.xsl MDB2 schema to HTML XSL Transform tool]) ++ talks: * [http://www.backendmedia.com/MDB2/database_abstraction.pdf php|tropics 2005] ++ todo: (more information at http://pooteeweet.org/blog/336) * @@---convert the introduction tutorials in the DB documentation to MDB2@@ **DONE** * note that the tutorials will obviously need to be expanded to cover some of the added MDB2 features .. * @@---expand the sequences tutorial to also cover the auto increment based alternative methods@@ **DONE** * expand the fetch tutorial to talk about custom wrapper classes (especially Iterators) * @@---expand prepare tutorial to mention oracle style placeholders@@ **DONE** * etc .. this can be enhanced one by one * @@---add new tutorials for how the module loading works@@ **DONE** * add tutorial for each of the modules (extended, datatype, manager, reverse, native, function) * add overview page for each drivers explaining the specific DSN formats, options, native data types and other peculiars of the given RDBMS in the quest for portability * add tutorial explaining all the standard options like unbuffered queries, multi queries, custom wrapper fetch classes, sequence and index name formats * write tutorial for special features like subSelect(), replace(), getServerVersion(), standaloneQuery(), internal debugging