Hi,
I don't understand how to insert a php function in column in CC5
Multi line list of fields with function definition, the definition string is passed to a create_function function which accepts 2 params, $cell for current field value and $row for current row data,
e.g:Model.field:return $cell;
could you show me an example
thanks
I don't understand how to insert a php function in column in CC5
Multi line list of fields with function definition, the definition string is passed to a create_function function which accepts 2 params, $cell for current field value and $row for current row data,
e.g:Model.field:return $cell;
could you show me an example
thanks
Hi Christophe,
Field:return $cell;
or
field:return trim($cell);
This is very limited compared to v6
Best regards,
Max
Field:return $cell;
or
field:return trim($cell);
This is very limited compared to v6
Best regards,
Max
This topic is locked and no more replies can be posted.