Source for file config.php
Documentation is available at config.php
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Model for the global configuration
* Method to get a form object.
* @param array $data Data for the form.
* @param boolean $loadData True if the form is to load its own data (default case), false if not.
* @return mixed A JForm object on success, false on failure
public function getForm($data =
array(), $loadData =
true)
$form =
$this->loadForm('com_config.config', 'config', array('control' =>
'jform', 'load_data' =>
$loadData));
Documentation generated on Tue, 19 Nov 2013 14:56:27 +0100 by phpDocumentor 1.4.3