[TYPO3-mvc] I proudly present my first TYPO3 MVC Project
Julian Kleinhans
jk at marketing-factory.de
Wed Jul 29 10:02:26 CEST 2009
Hi Steffen,
Steffen Kamper schrieb:
> Hi,
>
> Sebastian Gebhard schrieb:
>>
>> I think it would be good to have access to the (TS) settings in the
>> view helper directly instead of passing it around through the fluid
>> template. Of course it depends on the usecase whether option is
>> better, but i think the possibility should be there
>
> ViewHelper should be small, that's good. It's easy to pass the config to
> ViewHelper:
> $this->view->assign($config, $this->settings);
you mean:
$this->view->assign('config', $this->settings);
:-)
>
> vg Steffen
More information about the TYPO3-project-typo3v4mvc
mailing list