[TYPO3-mvc] Fluid validation: how to debug errors?

Sebastian Kurfürst sebastian at typo3.org
Sat Sep 26 09:39:38 CEST 2009


Hi Xavier,

in fact, extbase has such an autoloader already in place. Have a look 
into Utility/Autoloader (I think).
It is registered in the Dispatcher in the constructor method. And 
actually I feel that this is the wrong place for it, as the automatic 
resolving only works when the dispatcher is actually called.

So, I'd suggest that we should find a more clever place to include the 
autoloader instead of the Dispatcher :-)

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list