[TYPO3-50-general] Extension with ExtBase T3 4.3

Joerg Schoppet joerg at schoppet.de
Wed Jun 10 17:11:26 CEST 2009


Hi,

first of all I would use the typo3.projects.typo3v4mvc mailinglist.


Bjarne Helligsoe schrieb:
> I am building a extension, where the result, that I want to put into the 
> screen, dosn't really fit into the standard way.
> 1. Can I write my own "$this->view"?
Sure

> 2. If yes - where and how?
The naming convention is:
@extension_View_ at Controller_@Action

e.g. Tx_ExampleExt_View_Product_Show and should extend Tx_Extbase_MVC_View_AstractView

You have to redefine the render()-function, which also simple returns the string, which should be outputted.

Joerg


More information about the TYPO3-project-5_0-general mailing list