[Typo3-dev] TCA stuff...!!??

media.res | alex widschwendter a.widschwendter at mediares.at
Fri Sep 2 17:58:38 CEST 2005


yo ;)

> <MY TCA CODE>
> ...
> 'foreign_table' => 'tt_address',
> 'foreign_table_where' => 'AND tt_address.pid=###STORAGE_PID### ORDER BY tt_address.uid',
> ...
> </MY TCA CODE>
> 
> I'd like to change it to :
> 
> <MY NEW TCA CODE>
> ...
> 'foreign_table' => 'tt_address',
> 'foreign_table_where' => 'AND tt_address.pid=' . $folder . ' ORDER BY tt_address.uid',
> ...
> </MY NEW TCA CODE>

as you can see here:
http://typo3.org/documentation/document-library/doc_core_api/columns_fieldnam-5/

you can set dynamic values via markers from page TS config. afaik it is
not possible via flexforms or something else ...

hth alex 				




More information about the TYPO3-dev mailing list