[Typo3-dev] Creating a Frontend Plugin
Wolfgang Klinger
wolfgang at stufenlos.net
Wed Feb 23 10:07:16 CET 2005
Hi!
On Tue, 22 Feb 2005, Joshua Preston wrote the following:
> I was wondering if I needed to do anything specific to alter my code in
> order to allow my FE plugin to use the $this->conf[...] . I have
> created the typo constants and setup, and I have it working on another
> extension, but the data never gets passed to the plugin. Any ideas?
The "main" method has a second parameter "conf" that has to be assigned
to $this->conf if you want to use values from the plugins TypoScript
configuration
(plugin.tx_myext_pi1.blabla = 234)
bye
Wolfgang
More information about the TYPO3-dev
mailing list