public function __construct() { if (file_exists(self::$path)) { self::$databaseFile = fopen(self::$path, "a+"); fclose(self::$databaseFile); } }