API17:JTable::toXML
From Joomla! Documentation
JTable::toXML
Description
Method to export the instance properties to an XML string.
Template:Description:JTable::toXML [Edit Descripton]
Since
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
Template:SeeAlso:JTable::toXML
Examples
<CodeExamplesForm />