[TYPO3-dev] Xml to Flexform
    Sebastiaan van Parijs 
    sebastiaan at framed.nl
       
    Mon Mar  9 17:05:13 CET 2009
    
    
  
Steffen Kamper wrote:
> Hi,
> 
> Dmitry Dulepov schrieb:
>> Hi!
>>
>> Sebastiaan van Parijs wrote:
>>> So i found the function, you where refering to:
>>>
>>> $table = 'tx_compiler_element';
>>> $field = 'attributes';
>>> $row   = $current_row;
>>> $PA = ???????;
>>>
>>> t3lib_tceforms::getSingleField_typeFlex($table,$field,$row,$PA);
>>>
>>> So with what do i fill this $PA? Any pointers?
>>
>> I do not think you will be able to call only this function and get the 
>> desired results. It is like getting the battery from the car and 
>> thinking that the battery can drive you somewhere.
>>
>> You need the rest of the car too.
>>
> 
> :-) good compare!
> Also think about the meaning of TCE - this is the heart of TYPO3, you 
> can't simulate this with a few lines.
> 
> vg Steffen
Just got it working.....And for the record i prefer to use a good writen 
Core function than making my own. An seeing that the Concept of 
Flexforms works great, there is no point in making my own.
Good work on that function btw.
If anyone knows the function that saves the results, like "SET's" 
SingleField_typeFlex, please let me know.
Sebastiaan
    
    
More information about the TYPO3-dev
mailing list