[TYPO3-mvc] Getting started with ExtBase

Xavier Perseguers typo3 at perseguers.ch
Mon May 25 12:22:55 CEST 2009


Hi,

>> I saw some recordings from the DevDays and the latest Podcast about
>> working with ExtBase and I'd like to give it a try.
>>
>> Sebastian, Jochen, Karsten, Robert and the rest of the guys always
>> emphasize that DDD allows me not to worry about Database anymore but
>> only to work with objects. That's cool, but I have one question:
>>
>> How do I start from scratch? I still have to think about Database
>> tables, create them and write a tca.php for them (because we have no
>> ExtBase kickstarter yet), right? Or is there also some kind of magic
>> that creates the database out of my domain model objects?
> 
> That's right, as long as the kickstarter is not there yet, you will have
> to do the "dirty stuff" when initially setting up your data structure
> yourself still. But once that is set up, you only have to deal with the
> objects using the Extbase functionality.

Current kickstarter already let you create tables and automatically 
write tca.php. I guess it's already some good starting point to then 
move stuff in the Extbase-related directory.

-- 
Xavier Perseguers
DBAL-Member

http://xavier.perseguers.ch/en/tutorials/typo3.html


More information about the TYPO3-project-typo3v4mvc mailing list