Exemplo n.º 1
0
 /**
  * 构造函数
  *
  * @access  public
  * @return  mix
  */
 function __construct()
 {
     parent::__construct();
     header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
     header("Last-Modified: " . gmdate("D, d M Y H:i:s") . "GMT");
     header("Cache-Control: no-cache, must-revalidate");
     header("Pragma: no-cache");
 }
Exemplo n.º 2
0
 /**
  * 构造函数
  *
  * @access  public
  * @return  mix
  */
 function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 3
0
 /**
  * 构造函数
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->check_access();
 }
Exemplo n.º 4
0
 /**
  * 构造函数
  *
  * @access  public
  * @return  mix
  */
 function __construct()
 {
     parent::__construct();
     $this->load->library('memcache_lib');
 }
Exemplo n.º 5
0
 /**
  * 构造函数,初始化用户信息
  */
 public function __construct()
 {
     parent::__construct();
     $this->_uinfo = StudentModel::studentLoginUInfo();
 }