[TYPO3-dev] RFC - Remove DBAL in total
Martin Kutschker
masi-no at spam-typo3.org
Mon Jan 26 12:49:03 CET 2009
ries van Twisk schrieb:
>
> 1) Make a better class set to abstract DB calls. This should include
> functions like how to to concate strings in a specific DB, retreive
> schema information, others......
Some helper functions exist in t3lib_db already, even to collect schema
information (t3lib_db::admin_*). It's not ideal that all these functions
are cramped into one single class, but I guess it will be easier for
everyone if we extended t3lib_db instead of splitting it up (as it
should be done).
> 2) Make the install tool work with the new abstraction layer
This is a must have.
Masi
More information about the TYPO3-dev
mailing list