[TYPO3-english] ###STORAGE_PID###

Christian Tauscher christian.tauscher at media-distillery.de
Mon Mar 30 23:33:28 CEST 2009


Christian Tauscher schrieb:

> in TSconfig you my define pages
> 
> TCEFORM.myext.table.PAGE_TSCONFIG_ID =  403
> 
> How can I access the defined value in my own BE-Modul?

Found the Answer in Dimitrys Boor about EXT Developement (thanks for 
your grat work!):

t3lib_BEfunc::getModTSconfig(
	$this->pageinfo['uid'],
	'mod.'.$GLOBALS['MCONF']['name'].'.myKey');

t3lib_BEfunc::getModTSconfig(pid, path)

where pid id the page id an path the objectPath like:

mod.web_txmoduleM1.myKey = 407

Christian.


More information about the TYPO3-english mailing list