コード例 #1
0
 /**
  * 初始化 判断feed功能是否开启
  * @param null
  */
 function __construct()
 {
     parent::__construct();
     if (get_opinion('feed_open') == 0) {
         $this->error404("Feed功能关闭");
     }
 }
コード例 #2
0
 /**
  * 构造函数
  */
 function __construct()
 {
     parent::__construct();
 }