API15

API15:JRegistryFormatXML

From Joomla! Documentation

Revision as of 22:24, 22 March 2010 by Doxiki (talk | contribs) (New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JRegistryFormatXML}} =...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Edit Descripton] Template:Description:JRegistryFormatXML

Defined in

libraries/joomla/registry/format/xml.php

Methods

Method name Description
stringToObject Converts an XML formatted string into an object
objectToString Converts an object into an XML formatted string

If more than two levels of nested groups are necessary, since INI is not useful, XML or another format should be used.

Importing

jimport( 'joomla.registry.format.xml' );

[Edit See Also] Template:SeeAlso:JRegistryFormatXML

Examples

<CodeExamplesForm />