コード例 #1
0
ファイル: Scaffold.php プロジェクト: JianKongBao/AAPF
 public function __destruct()
 {
     if ($this->db) {
         $this->db->close();
     }
 }