[TYPO3-dev] Where to find TYPOScript Config settings in PHP array within FE?
Bernd Wilke
xoonsji02 at sneakemail.com
Tue Dec 18 11:22:38 CET 2007
Andreas Balzer schrieb:
> Hi,
> I'd like to code an extension and would like to know how I can access
> TYPOSCRIPT config entries via PHP.
>
> Any clue helps ;)
anything configured in
plugins.tx_myext_pi1 {
}
can you get in the paramter $conf of your main-function. (if your
extension is named 'myext' ;-)
typically one of the first php-commands in main is:
$this->conf = $conf;
to save the configuration and made it accessible in your whole extension.
Bernd
--
http://www.pi-phi.de/t3v4/cheatsheet.html
More information about the TYPO3-dev
mailing list