CVS update: mrbs/web/MDB
Thierry Bothorel <thierry_bo <at> users.sourceforge.net>
2004-03-01 01:27:11 GMT
Date: Sunday February 29, 2004 <at> 17:27
Author: thierry_bo
Update of /cvsroot/mrbs/mrbs/web/MDB
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13104/web/MDB
Added Files:
Tag: mrbs_MDB-branch
Common.php Date.php Manager.php Parser.php fbsql.php ibase.php
metabase_wrapper.php mssql.php mysql.php oci8.php
peardb_wrapper.php pgsql.php querysim.php
reverse_engineer_xml_schema.php
Log Message:
MDB package is a subset of PEAR, an application framework for PHP.
As we are not supposed to edit these files in MRBS, I originally provided them
as an archive in the /web directory (mdb.tgz). However, since my work on
this, I experienced some problems using it this way, as this class is actively
maintained as well as other PEAR core files, then the mdb.tgz if often
outdated.
Also, use of this archive in a multi-user environment is not well suited, as
all developers might not use the same version of this file and it is a pain
to create this archive at every change in source files. So I decided to
provide source files in cvs.