Exemplo n.º 1
0
 function __destruct()
 {
     parent::__destruct();
 }
Exemplo n.º 2
0
 function __destruct()
 {
     parent::__destruct();
     unset($this->marklib);
 }
Exemplo n.º 3
0
 function __destruct()
 {
     parent::__destruct();
     $this->db->close();
 }
Exemplo n.º 4
0
 //失误方法
 function unknow()
 {
     $this->errorOutput("你搜索得方法不存在");
 }