[Typo3-dev] How to create a simple table
Wolfgang Klinger
wolfgang at stufenlos.net
Mon Mar 1 15:13:43 CET 2004
Hi
On 14:09 Mon 01 Mar , Thomas Hempel wrote:
> Hello,
> how can I create a simple table in the database for an extension wich is
> not directly available in the backend. I need a simple table for
> statistic data. All time I create a "new database table" with the
> kickstarter I get a new page content element in the backend but I just
> want the table in the database...
Just remove any information about the table from ext_tables.php and tca.php
or simply add the information for the table by hand in ext_tables.sql
(don't use the kickstarter for this).
bye
Wolfgang
More information about the TYPO3-dev
mailing list