Source for file cmsbase.php
Documentation is available at cmsbase.php
* @package Joomla.Administrator
* @subpackage Joomla.Libraries
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
defined('_JEXEC') or die('Restricted access');
* Base Display Controller
* Prefix for the view and model classes
* Execute the controller.
* @return mixed A rendered view or true
// Check for request forgeries
$this->app =
$this->getApplication();
$this->app->redirect('index.php?option=' .
$this->input->get('option'));
$this->componentFolder =
$this->input->getWord('option', 'com_content');
$this->viewName =
$this->input->getWord('view');
Documentation generated on Tue, 19 Nov 2013 14:56:01 +0100 by phpDocumentor 1.4.3