[TYPO3-ect] lib/div FlexForms

Ulrich Fischer ulrich-fischer at gmx.net
Fri Aug 24 12:16:40 CEST 2007


Hi,

I spend also some time to find flexform vars,
so I will shortly describe, how I found them.

Elmar Hinz schrieb am 24.01.2007 um 10:46:
 > debug($this->getConfigurations());

This causes an error:
Call to undefined method tx_example::getConfigurations()

Solution for Library for Extensions version 0.0.24:

debug($this->configurations());
shows quite a lot of usefully information. ;-)

Beyond [_iterator] => tx_lib_spl_arrayIterator Object
I was able to find the flexform vars.

debug($this->configurations->get());
Shows only the plugin configuration incl.
flexform variables.  The call is possible from the
controller class (extends tx_lib_controller) and not
from a modell class (extends tx_lib_object).


Greetings

Ulrich

-- 
http://www.sunfish.de


More information about the TYPO3-team-extension-coordination mailing list