[TYPO3] getting constants in an FE plugin extension

Xavier Perseguers typo3 at perseguers.ch
Mon Sep 1 22:27:17 CEST 2008


Hi,

> How do I retrieve the values of some constants set on current page extension 
> template or on the root page main template, when coding a FE plugin?
> 
> I've been googling and searching TYPO3 docs but can't seem to find this 
> anywhere. (I know it is in the docs somewhere, but where?!)

Just a hint to let you figure out yourself the answer. Use the debug() 
function to "dump" objects. For instance write

debug($this);

in case of total despear to find what you are searching for.

HTH

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en


More information about the TYPO3-english mailing list