[TYPO3-project-formidable] Formidable edit in list using a modalbox in the Backend - Does not work!

Oliver Klee typo3-german-02 at oliverklee.de
Sat Feb 21 14:04:54 CET 2009


Hi,

Jerome Schneider schrieb:
> tx_ameosformidable::backendHeaders(&$this);
> 
> 
> like this:
> 
> $this->oForm = t3lib_div::makeInstance("tx_ameosformidable");
> $this->oForm->init(
>     &$this,
>     "EXT:myext/path/to.xml"
> );

Please don't use & in function calls because this will crash systems
that don't allow call-time pass-by-reference (ie. prcatically all new
PHP installations).



Oliver


More information about the TYPO3-project-formidable mailing list