[TYPO3-dev] LOAD_REGISTER

"Marc Wöhlken [quadracom]" woehlken at quadracom.de
Thu Dec 7 18:59:07 CET 2006


Hi!
I'm trying to pass a value from my extension back to typoscript.

To do so I register that value within my extension:

$this->l_cObj = t3lib_div::makeInstance('tslib_cObj');
$this->l_cObj->LOAD_REGISTER(array('myValue' => 'TYPO3 is cool!'),'');

Within my TS template I try to assign this value to some TEXT object:

page.200 = TEXT
page.200.data = register:myValue

This does not show anything BUT It works properly when using
register:SYS_LASTCHANGED instead.

What am I missing?

According to debug($GLOBALS['TSFE']->register) the value "TYPO3 is
cool!" is assigned.

Any ideas?!

CU
 Marc

-- 
...........................................................
Marc Wöhlken

Quadracom - Proffe & Wöhlken

Fedelhören 45a                 WWW: http://www.quadracom.de
D-28203 Bremen                E-Mail: woehlken at quadracom.de
______________             PGP-Key: http://pgp.quadracom.de




More information about the TYPO3-dev mailing list