[Typo3-dev] DBAL Drivers
Michael Stucki
michael at typo3.org
Tue Mar 15 19:17:45 CET 2005
Hey Masi,
> The core and all compliant extensions use t3lib_db.php (ie
> $GLOBALS[TYPO3_DB]) for all database operations. This class provides an
> "interface" for DB access and implements this "interface" with Mysql. The
> DBAL extension changes this class (probably with an XCLASS) to use ADOdb
> instead of the Mysql API.
>
> Please read the comments found in t3lib_db.php!
>
> The only problem I see with that approach is that you have to have TYPO3
> running before you can install the DBAL extension. But perhaps it is
> possible to install DBAL by moving it to the extension dir and updating
> localconf.php manually prior to the TYPO3 installation process. Maybe our
> package hero Michael Stucki will make a DBAL bundled TYPO3-zip.
I don't think that's necessary. I'm just guessing but think that a few lines
of localconf-php template code will be enough for starting with it.
Karsten?
Regards, michael
--
Want support? Please read the list rules first: http://typo3.org/1438.0.html
More information about the TYPO3-dev
mailing list