Beispiel #1
0
 static function dropUser($user)
 {
     self::getConection();
     $sb = new SchemaBuilder(self::$conectionDB);
     $result = $sb->dropUser($user);
     return $result;
 }