API15

JFrameworkConfig: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 1: Line 1:
{{subst:Description:JFrameworkConfig}}
===Defined in===
===Defined in===
libraries/joomla/config.php
libraries/joomla/config.php
Line 8: Line 6:




{{subst:SeeAlso:JFrameworkConfig}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JFrameworkConfig
  category=JFrameworkConfig
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 00:38, 25 March 2017

Defined in

libraries/joomla/config.php

Importing

jimport( 'joomla.config' );



Examples

Code Examples