示例#1
0
文件: Widget.php 项目: phpffcms/ffcms
 /**
  * Widget constructor. Disable installation checking for this controller
  */
 public function __construct()
 {
     parent::__construct(false);
 }
示例#2
0
 /**
  * Application constructor.
  */
 public function __construct()
 {
     // prevent version checks
     parent::__construct(false);
 }