Overview
This extension allows you to easily create new tables and all their fields, so TYPO3 can handle them.
Usually when you want to have new tables for your own extensions, you can create them using either the extension kickstarter, or set up the tca.php, ext_tables.php and ext_tables.sql manually. Using this extension, you can simply create new TCA-Tables by creating a few records which define the table structure.
You simply create a sys-folder containing a record for each table and each field. You make a relation between the created table and field records, and tell the kickstarter to generate the ext_tables.php, tca.php, ext_tables.sql file for you. And there you are with your own custom tables.
This extension works very nicely together with kb_display. Using kb_display you can easily create list/detail views of your newly created tables without coding boring "_pi1" plugins.
User comments¶
This is what users/developers wrote about kb_display / kb_kickstarter (most of the comments are in german as people tend to write in german if they see the ".at" domain in my email):
- "habe deine Extension ausprobiert und bin begeistert! Die Idee ist genial (v.a. das beidseitige Syncen von config files <-> Table definitions)" (Lukas Taferner, 20.6.2009)
- "ahja wollt eigentlich vorher noch schreiben dass ich wirklich begeistert bin von dem modularen aufbau den du da umgesetzt hast. ist wirklich sehr übersichtlich und gut strukturiert der kickstarter!" (Stephan Petzl, 8.7.2009)
- "I am testing the your new (super nice!) extensions, and I am having problems with the “Kick Admin” in “kb_kickstarter”." (Jesper Goos, 17.7.2009)
"Got it, I just need the smarty extension... Sorry… Love the extensions ;-)" (Jesper Goos, 17.7.2009) - "Danke, dass Du kb_display entwickelt hast! Coole Extension!" (Jonas Dübi, 12.7.2009)
So be sure you also will have a wonderful experience of how easy it can be to add new type of content to TYPO3 and present it to your website visitors!!!
Latest news
kb_kickstarter now on forge
(6 comments)
The kb_kickstarter extension allows you to easily define your own tables and fields, without firing up an editor to put together your tca.php, ext_tables.php or any other of those files.