[TYPO3-dev]  Get value of a Flexible Content element field
    Patrick Boisclair 
    illustra at videotron.ca
       
    Mon Jul 17 15:30:57 CEST 2006
    
    
  
Hi, I want to get the value of a field of a field in a Flexible Content 
element to manipulate it in a PHP with an user function.
1. I create a Flexible content element with a bodytext field (field_body).
2. I adding this code in the XML of the content element
<TypoScript>
<![CDATA[
10 = USER
10.userFunc = user_pb_pi1->render_compact	
]]>
</TypoScript>
But in PHP, I don't know how to get the value of the field (field_body).
Anyone can help me?
Thanks
    
    
More information about the TYPO3-dev
mailing list