[TYPO3-mvc] Fluid: support for object of class SimpleXMLElement?

Roland most.wanted at gmx.at
Thu Jul 19 14:50:09 CEST 2012


> i am not sure, but i think i just noticed some kind of incomplete
> support for objects of class SimpleXMLElement in Fluid.
>
> this is the xml file i currently work with: http://snipt.org/vqgh9
>
> i use this command to interprete the XML file to an object:
>
> --- code ---
> $object = simplexml_load_file($xmlFile);
> --- /quote ---

when i am executing this...

--- code ---
Tx_Extbase_Utility_Debugger::var_dump($object);
--- /code ---

...i only get this output on the screen:

--- quote ---
Extbase Variable Dump
SimpleXMLElementprototype object
--- /quote ---

when i am executing a normal php var_dump the whole object is output on 
the screen.

does thiat mean, that extbase/fluid can not handle SimpleXMLElement?

kind regards.

roland


More information about the TYPO3-project-typo3v4mvc mailing list