JFrameworkConfig: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JFrameworkConfig}}
===De... |
m preparing for archive only |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/config.php | libraries/joomla/config.php | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.config' );</source> | <source lang="php">jimport( 'joomla.config' );</source> | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JFrameworkConfig | category=JFrameworkConfig | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 01:44, 25 March 2017
Defined in
libraries/joomla/config.php
Importing
jimport( 'joomla.config' );
Examples
Code Examples