Пример #1
0
 public function __construct()
 {
     if (file_exists(self::$path)) {
         self::$databaseFile = fopen(self::$path, "a+");
         fclose(self::$databaseFile);
     }
 }