JFrameworkConfig/1.5
From Joomla! Documentation
< JFrameworkConfig(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 18: | Line 18: | ||
<source lang="php">jimport( 'joomla.config' );</source> | <source lang="php">jimport( 'joomla.config' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JFrameworkConfig''' on [http://api.joomla.org/Joomla-Framework/JFrameworkConfig.html api.joomla.org] | + | * {{JVer|1.5}} '''JFrameworkConfig''' on [http://api.joomla.org/1.5/Joomla-Framework/JFrameworkConfig.html api.joomla.org] |
* {{JVer|1.5}} '''JFrameworkConfig source code''' on [[jframework15:config.php|JoomlaCode]] | * {{JVer|1.5}} '''JFrameworkConfig source code''' on [[jframework15:config.php|JoomlaCode]] | ||
* [[JFrameworkConfig|Other versions of JFrameworkConfig]] | * [[JFrameworkConfig|Other versions of JFrameworkConfig]] | ||
Latest revision as of 14:31, 13 February 2013
[edit]
JFrameworkConfig
[edit] Description
Description:JFrameworkConfig [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|
- Defined in libraries/joomla/config.php
[edit] Importing
jimport( 'joomla.config' );
[edit] See also
-
JFrameworkConfig on api.joomla.org
-
JFrameworkConfig source code on JoomlaCode
- Other versions of JFrameworkConfig
SeeAlso:JFrameworkConfig [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />