Source for file config.php
Documentation is available at config.php
 * @package     Joomla.Installation  
 * @copyright   Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.  
 * @license     GNU General Public License version 2 or later; see LICENSE.txt  
 * Controller class to write the config file for the Joomla Installer.  
 * @package     Joomla.Installation  
     * Execute the controller.  
        /* @var InstallationApplicationWeb $app */  
        // Check for request forgeries.  
        // Get the options from the session  
        $options = 
$model->getOptions();  
        // Get the database model.  
        // Attempt to setup the configuration.  
        $return = 
$configuration->setup($options);  
        // Check if the database was initialised  
        $app->sendJsonResponse($r);  
 
 
	
		Documentation generated on Tue, 19 Nov 2013 14:56:28 +0100 by phpDocumentor 1.4.3