[TYPO3-english] Create a table that doesn't exist in the TCA?

Jigal van Hemert jigal at xs4all.nl
Wed Sep 1 15:07:42 CEST 2010


On 1-9-2010 13:25, Andrew Plank wrote:
> Is there a way of configuring a tabel in the TCA, so that the EM will
> allow the table to be created (with an SQL file that is far from
> "standard") and will effectively hide it from the user?

Hiding records from that table can be done with:
$TCA[<table>]['ctrl']['hideTable'] = 1
(TYPO3 4.2 or higher)

A SQL file which is "far from standard" is not very smart, because the 
EM has to be able to parse it and compare it with the situation in the 
database.

-- 
Kind regards / met vriendelijke groet,

Jigal van Hemert
skype:jigal.van.hemert
msn: jigal at xs4all.nl
http://twitter.com/jigalvh


More information about the TYPO3-english mailing list