コード例 #1
0
ファイル: classLogDatabase.php プロジェクト: Ethennoob/Web
 function destroy()
 {
     // Destructor
     $this->_mainTableName = null;
     $this->_defFile->destroy();
     $this->_defFile = null;
     MySQLDatabase::destroy();
 }