[FLOW3-general] how to port to TYPO3
"Christian Müller (FLOW3 Team)"
christian.mueller at typo3.org
Mon Oct 8 19:06:14 CEST 2012
> thanks for the reply.
> I'll try, i see some instruction at
> http://phoenix.typo3.org/documentation/gettingstarted/yourfirstplugin.html#converting-a-flow3-package-into-a-phoenix-plugin
> (neos.typo3.org is still empty :-))
neos.typo3.org works for me? Or do you mean the docs? That is true they
don't work there yet.
>
> Anyway, I would like to port to TYPO3 (TYPO3 CMS) too.
> Any advise for that is very welcome too.
That is not really recommended. You probably would have to use the
Extension Builder in TYPO3 to create your models, otherwise you would
have to create TCA yourself. Then you can start copying over the code.
You have to adapt namespaces, create configuration for plugins and throw
out anything that is not available in Extbase (like AOP, security
framework etc.) also some things work just plain different...
Cheers,
Christian
More information about the FLOW3-general
mailing list