JRegistryFormatINI/1.5
From Joomla! Documentation
< JRegistryFormatINI(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 28: | Line 28: | ||
<source lang="php">jimport( 'joomla.registry.format.ini' );</source> | <source lang="php">jimport( 'joomla.registry.format.ini' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JRegistryFormatINI''' on [http://api.joomla.org/Joomla-Framework/Registry/JRegistryFormatINI.html api.joomla.org] | + | * {{JVer|1.5}} '''JRegistryFormatINI''' on [http://api.joomla.org/1.5/Joomla-Framework/Registry/JRegistryFormatINI.html api.joomla.org] |
* {{JVer|1.5}} '''JRegistryFormatINI source code''' on [[jframework15:registry/format/ini.php|JoomlaCode]] | * {{JVer|1.5}} '''JRegistryFormatINI source code''' on [[jframework15:registry/format/ini.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Registry/1.5|Registry]] | * {{JVer|1.5}} Subpackage [[Subpackage Registry/1.5|Registry]] | ||
Latest revision as of 16:05, 13 February 2013
[edit]
JRegistryFormatINI
[edit] Description
Description:JRegistryFormatINI [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | objectToString | Converts an object into an INI formatted string |
| public | stringToObject | Parse an .ini string, based on phpDocumentor phpDocumentor_parse_ini_file function. |
- Defined in libraries/joomla/registry/format/ini.php
- Extends JRegistryFormat
[edit] Importing
jimport( 'joomla.registry.format.ini' );
[edit] See also
-
JRegistryFormatINI on api.joomla.org
-
JRegistryFormatINI source code on JoomlaCode
-
Subpackage Registry
- Other versions of JRegistryFormatINI
SeeAlso:JRegistryFormatINI [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />