API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JRegistryFormatINI::objectToString | ( | &$ | object, |
$ | params | ||
) |
Converts an object into an INI formatted string
public
object | $object | Data Source Object |
array | $param | Parameters used by the formatter |
Références elseif.
& JRegistryFormatINI::stringToObject | ( | $ | data, |
$ | process_sections = false |
||
) |
Parse an .ini string, based on phpDocumentor phpDocumentor_parse_ini_file function
public
mixed | The INI string or array of lines |
boolean | add an associative index for each section [in brackets] |
Réimplémentée à partir de JRegistryFormat.