[TYPO3-mvc] Question about DI and current component wiring method
Sebastian Kurfürst
sebastian at typo3.org
Wed Aug 5 11:28:38 CEST 2009
Hi Xavier,
Extbase does not implement Dependency Injection by now, and we are not
sure if this will really come in Extbase, as it fundamentally changes
how objects are structured and built (and TYPO3v4 was not made for that)
> Is this supposed to be left as this for Extbase? Does FLOW3 have
> wiring
> over configuration instead? Or in addition? I must admit I did not do
> much FLOW3 as Extbase came quite at the "good" point of time ;-)
In FLOW3, most things are implemented against interfaces, and with
configuration, you can change which class is instanciated if a certain
interface is requested.
Greets,
Sebastian
More information about the TYPO3-project-typo3v4mvc
mailing list