Add autoloader and start migrating functions.php to classes#557
Add autoloader and start migrating functions.php to classes#557irongulp wants to merge 3 commits into
Conversation
|
The package should start with a prefix like |
This isn't a package. Setting a namespace for the main application is needed to migrate Webcalendar to an OO app. The namespace proposed isn't going to conflict with anything. |
| * @package WebCalendar | ||
| */ | ||
|
|
||
| require_once __DIR__ . '/../vendor/autoload.php'; |
There was a problem hiding this comment.
This change would be best in a separate PR. Additionally, I prefer to not use autoload to better support offline installations and to avoid adding the vendor directory to the git repo.
No description provided.