[TYPO3-mvc] I proudly present my first TYPO3 MVC Project
Sebastian Gebhard
sebastian.gebhard at googlemail.com
Tue Jul 28 18:02:01 CEST 2009
Bastian Waidelich schrieb:
> Great stuff! It's exciting to see it in the wild!
Thanks, for me either :)
> It would be interesting to hear what experiences you gain concerning
> performance, maintainability and flexibility. But I'm quite confident.
The customer has had almost the same system before, written as old-style
extension. Compared with that old system..
- Without performing any in-detail tests performance is quite good. List
and Single view are uncached and have a good response time. It's faster
than the old system.
- Maintainability of course has increased a lot. With the much smaller
and cleaner code and the nice templating it's a joy to fix a bug or add
something.
- The system was flexible enough to fit all my requirements. Especially
the extensibility of fluid via ViewHelpers made my work much easier.
> Was there anything that was really missing (apart from the unfinished
> model support)?
I have several pages for searchforms, several pages for listviews and a
page for single view. I had to create three Plugins for that. Of course
I was used to use one single plugin and flexforms for assigning
different views to different pages. I miss the feature to call a
specific controller/action via Flexform so that only one plugin is needed.
More information about the TYPO3-project-typo3v4mvc
mailing list