API17

JTable::toXML

From Joomla! Documentation

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JTable::toXML[edit]

Description[edit]

Method to export the instance properties to an XML string.


public function 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 on line 1309 of libraries/joomla/database/table.php
  • Since Joomla 11.1

See also[edit]


User contributed notes[edit]

Code Examples[edit]