五月婷婷丁香网,国产一区日韩精品在线,欧美日韩一二,日本中文字幕有码高清,一级做a爰片久久毛片下载,国产第页,少妇无码av无码去区钱,色播久久人人爽人人爽人人片av

      Err: Method 'action_index' of 'news_controller' is not exists!

      178.      private $_v;
      179.      private $_data = array();
      180. 
      181.      public function init(){}
      182.      public function __construct(){$this->init();}
      183.      public function __get($name){return $this->_data[$name];}
      184.      public function __set($name$value){$this->_data[$name] = $value;}
      185.      
      186.      public function display($tpl_name)
      187.      {
      188.          if(!$this->_v$this->_v = new View(VIEW_DIRAPP_DIR.DS.'protected'.DS.'cache'.DS.'template');
      1.  <?php
      2.  define('APP_DIR'realpath('./'));
      3.  defined('DS') or define('DS'DIRECTORY_SEPARATOR);
      4.  define('INCL_DIR'APP_DIR.DS.'protected'.DS.'include');
      5.  require(INCL_DIR.DS.'core.php');