[TYPO3-dev] t3lib_BEfunc::getTCAtypes AND dynaflex

Thomas Hempel thomas at work.de
Thu Jul 20 15:38:21 CEST 2006


Hi Ismael,

> 
> Not really easy because it depends on multiple private extensions.
okay... If it works it's okay ;-)

> 
> Next problem, I use ###uid### in my DCA. So I have to use 
> $GLOBALS['SOBE']->editconf. How to do it in a clean way ?
> In function init(), I put
>     $GLOBALS['SOBE']->editconf = array ( 'tx_events_list_etudiant_mm' => 
> array ($row['uid'] => 'edit'));
> but I guess it's not clean.
You can try to add the following to your dca

$dca = array (
	array ( [... modification1 ...] ),
	uid => [your_uid]
);


> 
> Thank you for your help. I can't live without dynaflex (at least program 
> what I need) !
:-)


Greets,
Thomas


-- 
typo3-unleashed.net




More information about the TYPO3-dev mailing list