Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     if ($this->is_login() == false) {
         $this->redirect('请先登录', 'R:home_page', '1');
     }
     $this->p = jet_Get('p');
     $this->a = jet_Get('a');
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
 }