[TYPO3-mvc] htmlspecialchars in FLUID
Bastian Waidelich
bastian at typo3.org
Tue Aug 4 11:20:48 CEST 2009
Steffen Kamper wrote:
> and - btw - don't you think that using cObj HTML is overhead here for
> using HTML as it is?
Not really. The cObject is not created every time but reused by default.
TYPO3 uses this to render everything. Why should Extbase extensions do
it differently?
Think of custom tags, custom wraps, special parse funcs...
Of course we need to find something for the BE.. Maybe there a stripped
version of tslib_cObj could be "injected" to the view helpers. Or a
TYPO3_MODE check inside the vh as you've done it with the link viewhelpers..
Bastian
More information about the TYPO3-project-typo3v4mvc
mailing list