date.chapril.org-framadate/adodb
Simon Leblanc 4f380d8f8d clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
..
contrib clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
cute_icons_for_site clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
datadict clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
docs clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
drivers clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
lang clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
pear clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
perf clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
session clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
tests clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
xsl clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-active-record.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-active-recordx.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-csvlib.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-datadict.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-error.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-errorhandler.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-errorpear.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-exceptions.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-iterator.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-lib.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-memcache.lib.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-pager.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-pear.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-perf.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-php4.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-time.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-xmlschema.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb-xmlschema03.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
adodb.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
license.txt clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
pivottable.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
readme.txt clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
rsfilter.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
server.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
toexport.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
tohtml.inc.php clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
xmlschema.dtd clean code (identation, if with {) 2011-05-15 03:56:54 +02:00
xmlschema03.dtd clean code (identation, if with {) 2011-05-15 03:56:54 +02:00

readme.txt

>> 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