Spaces:
Runtime error
Runtime error
| spl_autoload_register(function ($class) { | |
| $classPath = __DIR__ . '/classes/' . $class . '.php'; | |
| if (file_exists($classPath)) { | |
| require_once $classPath; | |
| } | |
| }); |
| spl_autoload_register(function ($class) { | |
| $classPath = __DIR__ . '/classes/' . $class . '.php'; | |
| if (file_exists($classPath)) { | |
| require_once $classPath; | |
| } | |
| }); |