[Typo3-dev] Event System in the core / Ease the integration of 3rdparty apps

Martin T. Kutschker Martin.no5pam.Kutschker at blackbox.n0spam.net
Thu Sep 2 11:21:44 CEST 2004


Leendert Brouwer [Netcreators] wrote:
> 
> I've touched upon the topic of user management in relation to integrating
> 3rd party apps with TYPO3 through extensions before. I think the real
> problem lies in the design of the user management code in TYPO3. It's badly
> factored, and thus it is hard to override.

And so is in many, many other projects. :-(

And if you've managed users you realize that the "rendering engine" (aka 
templates) is incompatible.

Or the database access is different, either because of direct calls to 
mysql_* functions (or PostgreSQL, Oracle,.. ) or the projects uses jus 
another abstraction layer.

Masi

PS:

I'm still dreaming of bare-bone discussion forum, shop sytstem, ... 
These system wouldn't have any user managment nor would they output 
anything. Just pure API access.

But who would spend hours of programming on such projects?





More information about the TYPO3-dev mailing list