API17

API17:JTable::toXML

From Joomla! Documentation

Revision as of 00:23, 21 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JTable::toXML

Description

Method to export the instance properties to an XML string.

Template:Description:JTable::toXML [Edit Descripton]

Since

Joomla 1.0

Synopsis

public  JTable->toXML ($mapKeysToText=false)
Parameter Type Default Description
$mapKeysToText boolean false True to map foreign keys to text values.

Returns

string XML string representation of the instance.

Defined in

libraries/joomla/database/table.php

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JTable::toXML

Examples

<CodeExamplesForm />