[TYPO3-dev] Get TS Setup within BE module
Philipp Gampe
typo3.list at philippgampe.info
Wed Nov 3 09:35:28 CET 2010
Hello,
> One of them: is there any way to get TS setup of a template, merged from
> root to current position (my module is within 'Web' section)? Or all BE
> module configuration should be in Pgae TS config and taken by
> t3lib_BEfunc::getModTSconfig ?
The later,
backend settings should not come from FE, or to state it better, the
backend has nothing to do with the frontend.
> Also I've found an article [1], that shows how TSFE may be enabled at
> BE. But I don't want to invoke whole FE engine only for fetching one
> configuration setting from TS template. And is it good idea to do such
> invoking? Is there any security risk or some bad style in it?
right, not a good idea, it means that you mix frontend and backend. The
FE is about displaying data, the BE about managing and entering data ;)
Best regards
Phil
More information about the TYPO3-dev
mailing list