예제 #1
0
 public function __construct(&$app)
 {
     parent::__construct($app);
 }
예제 #2
0
 public function __construct($app)
 {
     parent::__construct($app);
     $this->_response->set_header('Cache-Control', 'no-store');
 }