コード例 #1
0
ファイル: mfrontpage.php プロジェクト: yindonghai/msk.com
 public function __construct(&$app)
 {
     parent::__construct($app);
 }
コード例 #2
0
ファイル: wxqrlogin.php プロジェクト: yindonghai/msk.com
 public function __construct($app)
 {
     parent::__construct($app);
     $this->_response->set_header('Cache-Control', 'no-store');
 }