[TYPO3] Problems using dynaflex extension

Thomas Hempel thomas at work.de
Tue Oct 10 13:07:57 CEST 2006


Hi,

>                 'conditions' => array (
>                 	'if' => 'isEqual',
>                 	'source' => 'db',
>                 	'table' => 'tt_content',
>                 	'select' => 'parameters',
>                 	'where' => 'uid=###uid###',
>                 	'isXML' => true,
>                 	'path' => 'ROOT/el/',
>                 	'xml_field' => 'df_field_0',
>                 	'compareTo' => 'condition',
>                 ),
What are you trieng to do with the "compareTo" value "condition"?
That would mean that in field "df_field_0" has to have the value "condition". And I think you must not use
"xml_field". Just append it to the path "ROOT/el/df_field_0".

To be honest, I'm not sure if this is working. So if not, please send me your extension and I can have a look
at it. :-)


Greets,
Thomas


-- 
typo3-unleashed.net



More information about the TYPO3-english mailing list