okay... so it appears like i just have to write an odbc.php file in wikidbbackend/ that includes either pear::db or adodb and write functions to catch thrown errors, optimize, lock and unlock...
but what does the initial WikiDB_backend_(database) function do? e.g. WikiDB_backend_mysql in backend/mysql.php ??
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
before i start writing it, has anyone done an ODBC backend to adodb or pear::db?
cheers,
andrew
okay... so it appears like i just have to write an odbc.php file in wikidbbackend/ that includes either pear::db or adodb and write functions to catch thrown errors, optimize, lock and unlock...
but what does the initial WikiDB_backend_(database) function do? e.g. WikiDB_backend_mysql in backend/mysql.php ??