[TYPO3-v4] Exceptions and autoloader
    Christian Kuhn 
    lolli at schwarzbu.ch
       
    Mon Feb  7 15:57:09 CET 2011
    
    
  
Hey,
On 02/07/2011 03:01 PM, Steffen Kamper wrote:
> one question still remains: does it work also with
> $a = new foo ?
Yes. Autoloader is called for basically every PHP function which needs 
to do class lookups (for example new, class_exists, ...). The autoloader 
is a 'chain', many be registered (for example extbase autoloader on top 
of core autoloader, on top of spl autoloader).
Regards
Christian
    
    
More information about the TYPO3-project-v4
mailing list