[TYPO3-dev] DBAL - does it actually work

Martin Kutschker masi-no at spam-typo3.org
Tue Nov 11 14:57:17 CET 2008


ries van Twisk schrieb:
> 
> I have no idea what 'they' are planning for TYPO3 5 but I truly hope
> they will get rid of the current method.

It will be completely different. In extensions (FLOW3 packages) you
won't access the DB directly but will talk to the content repository.

The CR itself won't do any parsing and recompiling of Mysql-SQL to some
other SQL as DBAL does.

Masi

PS: for direct DB access that is portable I prefer SQL generators with a
rich API. No need of SQL parsing because everything is set up with
methods of SQL-query objects.




More information about the TYPO3-dev mailing list