Example #1
0
 function destroy()
 {
     // Destructor
     $this->_mainTableName = null;
     $this->_defFile->destroy();
     $this->_defFile = null;
     MySQLDatabase::destroy();
 }