“”

ADOdb Interface ADOdb Interface

rvt_adodb / alpha

Make a interface to ADOdb (for PHP programmers)

Last upload comment

- added support to add additional connections during runtime.
- Included by default require_once(t3lib_extMgm::extPath(rvt_adodb).adodb/adodb-exceptions.inc.php); for proper exception handling.

Downloads by month

Download 0.3.1 Extension Manual
Author
R. van Twisk
Last update
07. Oct 2007
First upload
02. May 2005
Downloads
5,901
Category
Miscellaneous
Dependencies
  • PHP (4.3.0 - 5.1.9)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Version history

Version Upload comment Works with TYPO3 Download
0.3.1 / alpha
October 07, 2007
- added support to add additional connections during runtime.
- Included by default require_once(t3lib_extMgm::extPath(rvt_adodb).adodb/adodb-exceptions.inc.php); for proper exception handling.
Download
0.3.0 / alpha
September 20, 2007
Added a option for global AdoDB cache directory. Solved a bug. with calling a Close function that didnt exists - RVT
Download
0.2.4 / alpha
August 22, 2007
Found a small bug when the hosts option was left blank, then ADOdb wanted to connect to a DB called apache - RVT
Download
0.2.3 / alpha
August 22, 2007
Small bug fix. if the host was not filled in, then under some conditions the system tries to connect to teh a apache DB, which doesnt exists - RVT
Download
0.2.2 / alpha
August 22, 2007
Small bug fix. if the host was not filled in, then under some conditions the system tries to connect to teh a apache DB, which doesn't exists - RVT
Download
0.2.1 / alpha
June 01, 2007
Add a __distructor (NOT PHP4!!) so when the script ends all connections get's closed again. We had sume problems during high load where PHP opened many many connections to the remote server. CLose the connection seems to solve that.
As always, see readm
Download
0.2.0 / alpha
May 04, 2007
- Added a nice tool for PostgreSQL to create tablespaces and to move over all indexes from a given database to a different table space.
The interface looks kinda ugly right now but feel free to update it and send me a new / improved version. This was do
Download
0.1.2 / alpha
March 10, 2007
For some reason there was all of a sudden a VERY old release on TER.
This update is is the current one and includes a option do a 'setDBinit' for each separate DB. setDBinit will be executed against each DB after the connection has been made.
Download
0.1.1 / alpha
February 06, 2007
- Added a function to initialize the methods form ajax calls. Please check the function rvt_be_adodb_init().
This is needed because apaprently the call tslib_eidtools::connectDB(); doesn't call the hook connectToDB (which is a bug I think).
Download
0.1.0 / alpha
January 05, 2007
- Added creation of typo3temp/adodb_cache to store cache information when using CacheExecute(..) functions which can dramatically speed up teh applications on tables that are static or are not updated/inserted much.
Download
0.0.3 / alpha
September 10, 2006
- Please see change log if you use this extension from the BE
* Remove the XCLASS depedency

Download
0.0.2 / alpha
October 03, 2005
- Prevented from double initialisation if the db class get's called double.
Download
0.0.1 / alpha
May 02, 2005
- First upload version. I use this in one of my experimental extension and seems to operate reliable. Needs some more users to test with ofcourse....
Download