Up one level | ||
datadict/ | ||
drivers/ | ||
lang/ | ||
perf/ | ||
xsl/ | ||
adodb-active-record.inc.php [source] [1211 lines] | Active Record implementation. Superset of Zend Framework's. | |
adodb-active-recordx.inc.php [source] [1489 lines] | Active Record implementation. Superset of Zend Framework's. | |
adodb-csvlib.inc.php [source] [321 lines] | Library for CSV serialization. This is used by the csv/proxy driver and is the CacheExecute() serialization format. | |
adodb-datadict.inc.php [source] [1095 lines] | ADOdb Data Dictionary base class. This file is part of ADOdb, a Database Abstraction Layer library for PHP. | |
adodb-error.inc.php [source] [277 lines] | Error handling code and constants. | |
adodb-errorhandler.inc.php [source] [85 lines] | ADOdb Default Error Handler. This file is part of ADOdb, a Database Abstraction Layer library for PHP. | |
adodb-errorpear.inc.php [source] [95 lines] | Error Handler with PEAR support. This file is part of ADOdb, a Database Abstraction Layer library for PHP. | |
adodb-exceptions.inc.php [source] [90 lines] | Error handling using Exceptions. | |
adodb-lib.inc.php [source] [1364 lines] | Helper functions. Less commonly used functions are placed here to reduce size of adodb.inc.php. | |
adodb-loadbalancer.inc.php [source] [813 lines] | ADOdb Load Balancer ADOdbLoadBalancer is a class that allows the user to do read/write splitting and load balancing across multiple servers. It can handle and load balance any number of write capable (AKA: master) or readonly (AKA: slave) connections, including dealing with connection failures and retrying queries on a different connection instead. | |
adodb-memcache.lib.inc.php [source] [420 lines] | Memory caching. | |
adodb-pager.inc.php [source] [285 lines] | ||
adodb-pear.inc.php [source] [377 lines] | PEAR DB Emulation Layer for ADOdb. The following code is modelled on PEAR DB code by Stig Bakken | |
adodb-perf.inc.php [source] [1084 lines] | performance monitoring and tuning. | |
adodb-time.inc.php [source] [1480 lines] | ADOdb Date Library. | |
adodb-xmlschema.inc.php [source] [2218 lines] | ADOdb XML Schema (v0.2). xmlschema is a class that allows the user to quickly and easily build a database on any ADOdb-supported platform using a simple XML schema. | |
adodb-xmlschema03.inc.php [source] [2408 lines] | ADOdb XML Schema (v0.3). xmlschema is a class that allows the user to quickly and easily build a database on any ADOdb-supported platform using a simple XML schema. | |
adodb.inc.php [source] [5878 lines] | ADOdb Library main include file. This file is part of ADOdb, a Database Abstraction Layer library for PHP. | |
pivottable.inc.php [source] [195 lines] | PivotTable. | |
rsfilter.inc.php [source] [67 lines] | RecordSet Filter. | |
toexport.inc.php [source] [144 lines] | ||
tohtml.inc.php [source] [211 lines] | RecordSet to HTML Table |