Exemple #1
0
 public function drop()
 {
     $query = 'DROP TABLE  IF EXISTS "' . $this->getName() . '"';
     $this->_pdo->exec($query);
 }