[TYPO3-mvc] User defined output with ExtBase

Sebastian KurfŸürst sebastian at typo3.org
Thu Jun 11 08:50:58 CEST 2009


Hey Bjarne,


> 1. Where do I make the folder "View" - in "Classes" or in the root of the 
> extension?
Inside "Classes".

> 2. Is the class automatical found and activated?
Yes :-) This is called "Convention over Configuration"

> 3. In my controller class where I am publicate e.g. the Blog list. Should I 
> do something different if I am using my own "viewer"?
Well, your View has to do something with the assigned variables. So, 
usually you do not need to change the controller side.


Btw - why do you want to use a PHP view instead of a Fluid template? 
Just curious..

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list