You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently doing a log of require_once. It would be better to have an autoload.php file, and use spl_autoload_register() to load classes we depend on.
The text was updated successfully, but these errors were encountered:
We are currently doing a log of require_once. It would be better to have an autoload.php file, and use spl_autoload_register() to load classes we depend on.
The text was updated successfully, but these errors were encountered: