[TYPO3-mvc] Extbase Domain-Service

Sebastian Kurfürst sebastian at typo3.org
Wed Dec 23 07:03:53 CET 2009


Hi,

a service is just a _concept_ - Extbase does not provide any special
support for it (because it does not have to). Just create a new class
which you name accordingly, make it a singleton, make sure it has no
internal state, and then it's a service ;-)

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list