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

Mads Brunn mads at typoconsult.dk
Thu Oct 18 11:05:45 CEST 2007


Hi Steffen

Steffen Kamper skrev:
> The only "quick" solution would be a condition
> 
> if($TCA[$table]['columns'][$field]['config']!='virtual') {
>   // Get current value:
>   $curValueRec = $this->recordInfo($table,$id,$field);
>   $curValue = $curValueRec[$field];
> }


According to this:
http://typo3.org/teams/core/core-mailinglist-rules/

...new features must be discussed on the dev-list before sending a patch 
request to the core-list.


Do you think we need to 'discuss' this some more before I make the 
patch? ;-)


./mads







More information about the TYPO3-dev mailing list