[TYPO3-dev] Fields in the TCA that does not exist in the DB

Malte Jansen mail at maltejansen.de
Wed Oct 24 16:56:58 CEST 2007


Steffen Kamper schrieb:
> "Mads Brunn" <mads at typoconsult.dk> schrieb im Newsbeitrag 
> news:mailman.1.1193226946.14783.typo3-dev at lists.netfielders.de...
>> Steffen Kamper skrev:
>>
>>> should work with
>>> unset($fieldArray["your_virtual_field_without_column"]) instead of 
>>> setting to 0
>>>
>>> vg  Steffen
>>
>> Nope, (Trust me, if it worked _I_ would know ;-)).
>>
>> ./mads
>>
> 
> ok (it's not not trusting ;-) )
> So i will ask jeff today, he did something with virtual fields.
> 
> vg  Steffen 
> 
> 

Ok, just copy thr wrong part, sry.


What about a key in the config of $tca-field like
config => array(
	"noDB" => true/false;
)

Testing the field before get the value from the db and unsetting the 
value before it is written back to db...

so you have all features of input-field,radiobutton,checkboxes,...




More information about the TYPO3-dev mailing list