[TYPO3-mvc] Defining NameSpace for whole Extension

Sebastian Kurfürst sebastian at typo3.org
Fri Dec 4 19:09:54 CET 2009


Hey,

right now this is neither supported nor planned.

Maybe a good analogy to a fluid template is an XML Document: In an XML
Document, you'll also _explicitely_ have to map the namespace URI to a
namespace prefix. The reason for this is that they should be
self-contained, and not depend on the environment.
The same design principles are used in Fluid templates. I know it might
become tedious to add this again and again, but IMO for people who look
into a template they have never seen before it is very helpful that all
namespace declarations are explicit.

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list