[TYPO3-mvc] idea: "magic" accessors via autoloader

Martin Kutschker masi-no at spam-typo3.org
Fri May 28 13:17:26 CEST 2010


Sebastian Fischer schrieb:
> 
> From the point of object oriented it would be nice to have that. From
> the point of performance, how does this behave? It smells like it could
> suffer from this magic class changing if no caching will be used for that.

This is true. Without a cached class performance will be horrible. Perhaps a __call() could be used
just as a fallback when the cache fails.

Masi


More information about the TYPO3-project-typo3v4mvc mailing list