/home/suroeste/public_html/gorbus.transportessuroeste.com/suroeste/_lib/prod/third/adodb
NameSizeModeActions
contrib/-0755rm
cute_icons_for_site/-0755rm
datadict/-0755rm
docs/-0755rm
drivers/-0755rm
lang/-0755rm
log/-0755rm
pear/-0755rm
perf/-0755rm
session/-0755rm
ssh/-0755rm
tests/-0755rm
tmp/-0755rm
xsl/-0755rm
adodb-active-record.inc.php179390644editdlrm
adodb-csvlib.inc.php87610644editdlrm
adodb-datadict.inc.php280330644editdlrm
adodb-error.inc.php87960644editdlrm
adodb-errorhandler.inc.php28260644editdlrm
adodb-errorpear.inc.php23620644editdlrm
adodb-exceptions.inc.php22940644editdlrm
adodb-iterator.inc.php18390644editdlrm
adodb-lib.inc.php366560644editdlrm
adodb-memcache.lib.inc.php48890644editdlrm
adodb-pager.inc.php83640644editdlrm
adodb-pear.inc.php99430644editdlrm
adodb-perf.inc.php328490644editdlrm
adodb-php4.inc.php3330644editdlrm
adodb-time.inc.php436820644editdlrm
adodb-time.zip133860644editdlrm
adodb-xmlschema.inc.php575700644editdlrm
adodb-xmlschema03.inc.php650870644editdlrm
adodb.inc.php1943800644editdlrm
index.html4430644editdlrm
license.txt262600644editdlrm
pivottable.inc.php64580644editdlrm
readme.txt17920644editdlrm
rsfilter.inc.php15730644editdlrm
server.php23960644editdlrm
toexport.inc.php35060644editdlrm
tohtml.inc.php58180644editdlrm
xmlschema.dtd14910644editdlrm
xmlschema03.dtd17190644editdlrm
Edit: /home/suroeste/public_html/gorbus.transportessuroeste.com/suroeste/_lib/prod/third/adodb/readme.txt (1792B)
>> 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