Archive

Posts Tagged ‘flow3’

A look into the future – Typo3 4.3 and extbase

July 19th, 2009

logo-typo3Two new system plug-in have been introduced in TYPO3 4.3 CMS: extbase and fluid. Today, I’ll provide a brief overview of the first one. Any programmer interested in software engineering must’ve heard about MVC. If not, I wholeheartedly recommend taking a gander at least at the Wikipedia article here:(http://pl.wikipedia.org/wiki/MVC). Typo3 developers concluded that the current architecture ceased to be flexible and sufficient enough. tt_news demonstrates this quite nicely: the entire code is contained within one monolithic file, queries are mixed with view rendering and support of user actions isn’t very transparent. Any attempts at modification, or extension of functionality, take hours of work and bring much frustration to the developers.

Read more…

  • Share/Save/Bookmark

maciek TYPO3 extbase, flow3, mvc