[TYPO3-mvc] How to access typoscript properties in viewHelpers?
Daniel Dimitrov
danielsd_bg at yahoo.fr
Thu May 6 11:38:10 CEST 2010
Dear List,
I guess that the answer to my question is going to be super easy, but I
cannot figure it on my own for 1h now.
In controllers we can use $this->settings and we can get the properties from
our typoscript setup file.
How to use Typoscript in my viewHelpers?
plugin.my_plugin {
settings {
itemsPerPage = 20
}
}
I want to use this itemsPerPage in my controller and viewHelper. Any way to
do that?
Thank you in advance!
Daniel
More information about the TYPO3-project-typo3v4mvc
mailing list