Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
old | 2017-03-14 | ||
session_schema2.xml | 2017-03-14 | 753 Bytes | |
session_schema.xml | 2017-03-14 | 563 Bytes | |
crypt.inc.php | 2017-03-14 | 3.0 kB | |
adodb-sessions.oracle.sql | 2017-03-14 | 313 Bytes | |
adodb-sessions.oracle.clob.sql | 2017-03-14 | 281 Bytes | |
adodb-sessions.mysql.sql | 2017-03-14 | 396 Bytes | |
adodb-session-clob2.php | 2017-03-14 | 571 Bytes | |
adodb-session-clob.php | 2017-03-14 | 570 Bytes | |
adodb-session2.php | 2017-03-14 | 22.9 kB | |
adodb-session.php | 2017-03-14 | 22.1 kB | |
adodb-sess.txt | 2017-03-14 | 3.9 kB | |
adodb-encrypt-sha1.php | 2017-03-14 | 405 Bytes | |
adodb-encrypt-secret.php | 2017-03-14 | 1.1 kB | |
adodb-encrypt-md5.php | 2017-03-14 | 789 Bytes | |
adodb-encrypt-mcrypt.php | 2017-03-14 | 1.9 kB | |
adodb-cryptsession2.php | 2017-03-14 | 651 Bytes | |
adodb-cryptsession.php | 2017-03-14 | 650 Bytes | |
adodb-compress-gzip.php | 2017-03-14 | 1.6 kB | |
adodb-compress-bzip2.php | 2017-03-14 | 2.2 kB | |
Totals: 20 Items | 64.6 kB | 0 |
>> ADODB Library for PHP5 (c) 2000-2012 John Lim (jlim@natsoft.com) 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