CMS层
final class JApplicationSite extends JApplicationCms
{
$_language_filter
$_detect_browser
public function __construct(JInput $input = null, Registry $config = null, JApplicationWebClient $client = null)
{
parent::__construct($input, $config, $client);
protected function authorise($itemid)
{
$menus = $this->getMenu();
$user = JFactory::getUser();
$url = JRoute::_('index.php?option=com_users&view=login', false);
public function dispatch($component = null)
{
$document = $this->getDocument();
$router = static::getRouter();
$params = $this->getParams();
switch ($document->getType())
{
case 'html':
case 'feed':
}
$document->setBuffer($contents, 'component');
JPluginHelper::importPlugin('system');
protected function doExecute()
{
$this->route();
public function getTemplate($params = false)
{
protected function initialiseApp($options = array())
{
protected function render()
{
protected function route()
{
$Itemid = $this->input->getInt('Itemid', null);
浙公网安备 33010602011771号