Beispiel #1
0
 public static function importFromFile($filePath)
 {
     try {
         self::$connection->query(file_get_contents($filePath))->fetch();
     } catch (\Exception $e) {
     }
 }