moodle/lib/adodb
2007-08-10 00:50:04 +00:00
..
adodb-xmlschema-0.0.1-snap20030511/docs/media cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
cute_icons_for_site
datadict MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
drivers Fixed bug when inserting strings beginning by single quotes. MDL-10788 2007-08-10 00:50:04 +00:00
lang Re-adding some strings that were lost when stripping BOMB 2007-07-30 15:06:52 +00:00
perf MDL-9876 import adodb 4.95a 2007-05-24 17:14:58 +00:00
session MDL-9876 import adodb 4.95a 2007-05-24 17:14:58 +00:00
tests Merged from MOODLE_15_STABLE - AdoDB tests cleanup after Secunia Advisory SA18267 2006-01-03 20:53:15 +00:00
xsl import of ADODB v4.91 and general cleanup, removed some unused files - see readme_moodle.txt; new session2 code needs a new table, I am going to use the new database functions for that later, for now we are using the old table and old database session code. 2006-08-21 06:54:00 +00:00
adodb-active-record.inc.php MDL-9876 import adodb 4.95a 2007-05-24 17:14:58 +00:00
adodb-csvlib.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
adodb-datadict.inc.php MDL-9876 import adodb 4.95a 2007-05-24 17:14:58 +00:00
adodb-error.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
adodb-errorhandler.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
adodb-errorpear.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
adodb-exceptions.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
adodb-iterator.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
adodb-lib.inc.php MDL-9876 import adodb 4.95a 2007-05-24 17:14:58 +00:00
adodb-memcache.lib.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
adodb-pager.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
adodb-pear.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
adodb-perf.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
adodb-php4.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
adodb-time.inc.php import of ADODB v4.91 and general cleanup, removed some unused files - see readme_moodle.txt; new session2 code needs a new table, I am going to use the new database functions for that later, for now we are using the old table and old database session code. 2006-08-21 06:54:00 +00:00
adodb-time.zip Latest version of ADOdb. Now compatible with PHP5 2004-07-13 03:13:35 +00:00
adodb-xmlschema.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
adodb-xmlschema.zip
adodb-xmlschema03.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
adodb.inc.php MDL-9876 import adodb 4.95a 2007-05-24 17:14:58 +00:00
index.html import of ADODB v4.91 and general cleanup, removed some unused files - see readme_moodle.txt; new session2 code needs a new table, I am going to use the new database functions for that later, for now we are using the old table and old database session code. 2006-08-21 06:54:00 +00:00
license.txt Latest version of ADOdb. Now compatible with PHP5 2004-07-13 03:13:35 +00:00
pivottable.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
readme.txt Updated ADOdb to latest version 4.60 2005-02-18 08:37:18 +00:00
readme_moodle.txt Adding some comments about latest local changes. MDL-10788 2007-08-10 00:48:00 +00:00
rsfilter.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
toexport.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
tohtml.inc.php MDL-8429 Upgrade ADOdb to 4.9.4 2007-04-07 08:30:19 +00:00
xmlschema.dtd Merged in the new ADOdb 4.66 from STABLE 2005-11-10 08:06:07 +00:00
xmlschema03.dtd import of ADODB v4.91 and general cleanup, removed some unused files - see readme_moodle.txt; new session2 code needs a new table, I am going to use the new database functions for that later, for now we are using the old table and old database session code. 2006-08-21 06:54:00 +00:00

>> ADODB Library for PHP4

(c) 2000-2004 John Lim (jlim@natsoft.com.my)

Released under both BSD and GNU Lesser GPL library license. 
This means you can use it in proprietary products.
 
 
>> Introduction

PHP's database access functions are not standardised. This creates a 
need for a database class library to hide the differences between the 
different databases (encapsulate the differences) so we can easily 
switch databases.

We currently support MySQL, Interbase, Sybase, PostgreSQL, Oracle, 
Microsoft SQL server,  Foxpro ODBC, Access ODBC, Informix, DB2,
Sybase SQL Anywhere, generic ODBC and Microsoft's ADO. 

We hope more people will contribute drivers to support other databases.


>> Documentation and Examples

Refer to the adodb/docs directory for full documentation and examples. 
There is also a  tutorial tute.htm that contrasts ADODB code with 
mysql code.


>>> Files
Adodb.inc.php is the main file. You need to include only this file.

Adodb-*.inc.php are the database specific driver code.

Test.php contains a list of test commands to exercise the class library.

Adodb-session.php is the PHP4 session handling code.

Testdatabases.inc.php contains the list of databases to apply the tests on.

Benchmark.php is a simple benchmark to test the throughput of a simple SELECT 
statement for databases described in testdatabases.inc.php. The benchmark
tables are created in test.php.

readme.htm is the main documentation.

tute.htm is the tutorial.


>> More Info

For more information, including installation see readme.htm
or visit
           http://adodb.sourceforge.net/


>> Feature Requests and Bug Reports

Email to jlim@natsoft.com.my