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);

posted on 2017-11-30 17:34  amirong  阅读(83)  评论(0)    收藏  举报

导航