[TYPO3-mvc] How to extend Felogin with Xclass (again)

Stefan Kruse besucher80 at gmx.de
Mon Sep 16 18:52:03 CEST 2013


Hi, sorry for write again the same question but i need this very important.

 

Could someone give me a hint how to extend felogin with xclass in typo3 6.1.

 

I try it this way:

 

In my ext_localconf¨I put this:

 

$GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects']['TYPO3\\CMS\\Felogin\\Controll
er\\FrontendLoginController] = array(

      'className' => 'WWE\\Misc\\Xclass\\Felogin'

);

 

I my extension Folder I create a Felogin.php in the
Misc/Classes/Xclass/Felogin.php.

 

In this class I put the method I want to override. But there a no changes to
see. What could this be?

 

Thanks

STefan



More information about the TYPO3-project-typo3v4mvc mailing list