[TYPO3-ect] lib/div FlexForms

Elmar Hinz elmar07 at googlemail.com
Fri Aug 24 12:50:58 CEST 2007



Ulrich Fischer wrote:

> 
> 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).
> 

Hi Ulrich,

right, lib has made a lot of progress since 24.01.2007. 

Also:

debug($this->controller->configurations->getArrayCopy());
$this->controller->configurations->dump();

Regards

Elmar




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