Source for file database_backup.php
Documentation is available at database_backup.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 backup the old database 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 create the database tables.
$return =
$db->handleOldDatabase($options);
// Check if the database was initialised
$app->sendJsonResponse($r);
Documentation generated on Tue, 19 Nov 2013 14:57:53 +0100 by phpDocumentor 1.4.3