JFrameworkConfig/1.5
From Joomla! Documentation
< JFrameworkConfig(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JFrameworkConfig== | ||
| + | ===Description=== | ||
| + | {{Description:JFrameworkConfig}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JFrameworkConfig|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFrameworkConfig|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/config.php | ||
===Importing=== | ===Importing=== | ||
<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 source code''' on [[jframework15:config.php|JoomlaCode]] | ||
| + | * [[JFrameworkConfig|Other versions of JFrameworkConfig]] | ||
| + | {{SeeAlso:JFrameworkConfig}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFrameworkConfig|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFrameworkConfig|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 33: | Line 33: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JFrameworkConfig]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JFrameworkConfig]]</noinclude> | ||
Revision as of 18:09, 25 April 2011
JFrameworkConfig
Description
Description:JFrameworkConfig [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|
- Defined in libraries/joomla/config.php
Importing
jimport( 'joomla.config' );
See also
-
JFrameworkConfig on api.joomla.org
-
JFrameworkConfig source code on JoomlaCode
- Other versions of JFrameworkConfig
SeeAlso:JFrameworkConfig [Edit See Also]
User contributed notes
<CodeExamplesForm />