[Typo3-dev] How to fill a $markerArray with an extension or with TS??

Andreas Wengrzik wengrzik at ewr.de
Wed Oct 26 10:09:39 CEST 2005


Mathias Schreiber [wmdb] wrote:
> $markerArray["###BANNER###"] = 
> $this->cObj->cObjGetSingle([COBJ_TYPE],[COBJ_CONFIGURATION]);
> will execute ANY Typoscript you supply.
> 
> It follows the common way of typo3 that functions often have two 
> parameters:
> CONTENT and CONF
> 
> In this case, CONTENT defines the type of COBJ you want to use while 
> CONF is the pure TS you enter to render the Object.
> 
Hi!
Thanks for reply&info!

So this for example would solve my problem?
$markerArray["###BANNER###"] = $this->cObj->cObjGetSingle(CONTENT,
$conf[temp.banner1.] = "TEXT",
$conf[temp.banner1.TEXT] = "value = Testtext"
);


Or do i have to follow some $conf guidelines??

kind regards

-andreas w.




More information about the TYPO3-dev mailing list