[TYPO3] kickstarter projectfile

Dmitry Dulepov dmitry at typo3.org
Fri Feb 2 13:18:46 CET 2007


Hi!

Sander van Gelderen wrote:
> Now I am trying to add some fields to the application as well as change 
> ordering etc. Changing the db structure.
> 
> Am I condemned to editing all the biolerplate by hand? If so I think I 
> will choose to start over fresh with this.

This is not difficult at all. Take a look to tca.php and ext_tables.php. 
You will find $TCA definitions there. This is "table configuration 
array" that typo3 uses. To understand what entries there mean, open 
"TYPO3 Core API" document, it has ful description of the TCA. It should 
not take mpre than one hour to figure out how to add new fields to TCA.

When you are done with TCA, update ext_tables.sql with SQL definition 
for new fields.

It is really easy after you do it once.

-- 
Dmitry Dulepov

Web: http://typo3bloke.net/
Skype: callto:liels_bugs

"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)


More information about the TYPO3-english mailing list