[TYPO3-mvc] Proposal: mixed-ins for extbase

Martin Kutschker masi-no at spam-typo3.org
Mon Aug 2 22:12:50 CEST 2010


Am 02.08.2010 11:15, schrieb Bastian Waidelich:
> 
> BTW: we probably need those proxy PHP classes anyways (for high-performance DI). We need to think
> about a clean approach here (e.g. you might need different proxies depending on the context)

Why proxies? We use an auto-loader so we can load any file we want? Instead of creating a proxy
class I suggest to augment the original one. This can be done safely with the PHP tokenizer. So we
get even more performance as we there is no overhead of indirect function calls.

Masi


More information about the TYPO3-project-typo3v4mvc mailing list