view.php

来自「简介:一款免费开源的内容管理系统(CMS)」· PHP 代码 · 共 16 行

PHP
16
字号
<?phpdefined('_JEXEC') or die('Restricted access');jimport( 'joomla.application.component.view');class ContentView extends JView{	function __construct($config = array())	{		parent::__construct($config);		//Add the helper path to the JHTML library		JHTML::addIncludePath(JPATH_COMPONENT.DS.'helpers');	}}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?