[TYPO3-mvc] I proudly present my first TYPO3 MVC Project

Sebastian Gebhard sebastian.gebhard at googlemail.com
Wed Jul 29 10:46:16 CEST 2009


>> $this->view->assign('config', $this->settings);
Why passing i from Controller to View by hand? {settings} is available 
in the view by default.

But in the case of my PageBrowserViewHelper passing around the params 
from the template to the ViewHelper would look like this:

<auto:pageBrowser pages="{pages}" firstPages="{settings.firstPages}" 
lastPages="{settings.lastPages}" eachPages="{settings.eachPages}" 
aroundActPages="{settings.aroundActPages}" />

To keep work with fluid efficient i'd like to see TS access in the 
ViewHelpers.


More information about the TYPO3-project-typo3v4mvc mailing list