[TYPO3-mvc] Getting started with ExtBase

Ingmar Schlecht ingmar at typo3.org
Mon May 25 12:05:03 CEST 2009


Sebastian Gebhard schrieb:
> 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.

cheers
Ingmar


More information about the TYPO3-project-typo3v4mvc mailing list