[TYPO3-ect] MVC trouble : configuration from typoscript.

Pierre Rouwens pierre_rouwens at dmr.ca
Wed Jan 30 02:26:17 CET 2008


Hi there,

I'm trying to use the lib/div way ... very interesting.
I have understood the main principle but i still have trouble to get my 
configurations from typoscript.

This is my typoscript :
includeLibs.tx_div = EXT:div/class.tx_div.php
includeLibs.tx_ecrits_controller_list = 
EXT:ecrits/controllers/class.tx_ecrits_controller_list.php

plugin.tx_ecrits = USER_INT
plugin.tx_ecrits.userFunc = tx_ecrits_controller_list->main
plugin.tx_ecrits {
	pathToTemplateDirectory = EXT:ecrits/templates/
	templateList = list.php
	limitClause =
	storageFolder = 143
}
tt_content.list.20.tx_ecrits =< plugin.tx_ecrits

In my controller, as i can see in «articles», i've tried this :

$pid = $this->configurations->get('storageFolder');

And i still have no value ...
I've tried too with my configurations in plugin.tx_ecrits.configurations 
, without success.

Please what is the way to proceed ?

Thanks a lot

Pierre.


More information about the TYPO3-team-extension-coordination mailing list