[FLOW3-general] Re: TYPO3v5 Phoenix Plugin Development‏

"Christian Müller (FLOW3 Team)" christian.mueller at typo3.org
Thu Mar 22 14:47:20 CET 2012


Hey Ivan,

cool that you choose to work with Phoenix for your student project. You 
might want to take a look at the TYPO3.Conference package in git, it is 
actually used as a plugin in our conference websites, so this is a life 
example. Or just look at the little registration you see on the demo 
homepage.

All relevant code to that is in those three files:

Packages/Sites/TYPO3.PhoenixDemoTypo3Org/Classes/Controller/RegistrationController.php

Packages/Sites/TYPO3.PhoenixDemoTypo3Org/Classes/TypoScript/Registration.php

Packages/Sites/TYPO3.PhoenixDemoTypo3Org/Configuration/Settings.yaml

I think you will see how the normal FLOW3 controller is configured as a 
plugin. So you need to do the same for your package and controller(s).

Cheers,
Christian



More information about the FLOW3-general mailing list