[TYPO3-mvc] [FYI] Common Extbase critics

Sebastian Kurfürst sebastian at typo3.org
Thu Jun 2 07:53:03 CEST 2011


Hey Francois,

> Has anyone really attempted this? I wonder if it's possible at all,
> because - while digging into the source to try and debug some of the
> problems I had - I came across some wrong inheritance and some things
> which are not as abstracted as they are supposed to be.
Replacing the templating engine is easily possible, f.e. Peter Niederlag
uses PHPTal sometimes; and that's just a one-liner to replace the
templating engine (Simply set the $defaultViewObjectName inside your
Controller [1]).

Inheritance / interface issues should be easy to solve; in current
master, some of them have been already fixed. Most often these issues
are no architectural problem, but just sloppiness when adjusting code or
backporting newer features. Of course this also needs to be fixed :-)

Greets,
Sebastian

[1]
http://git.typo3.org/TYPO3v4/CoreProjects/MVC/extbase.git?a=blob;f=Classes/MVC/Controller/ActionController.php#l75



More information about the TYPO3-project-typo3v4mvc mailing list