typo3 plugin with non-editable tables -



typo3 plugin with non-editable tables -

i want create typo3 plugin can used content type on pages (i.e. fe plugin), without user input. plugin generate content additional tables in typo3 database. content these tables inserted outside of typo3.

from understand, have following:

ext_tables.php: tca configuration used configuring how fields can edited in end. since user must not come in data, not need this ext_tables.sql: write create statements tables. update typo3 database , maintain in synch definition on updates

are there other configuration files have edit?

what views? typo3 understand create view statements in ext_table.sql?

thanks hints!

if don't need create table extension don't need worry linking them on ext_tables.php. write code pi1.php file, querying desired table , outputting result.

the file code sits on pi1/class.tx_myextension_pi1.php

typo3

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -