Whether you're interested in volunteering for Canterlot Avenue or just looking hone your PHP skills, this respository is a training tool to help familiarize yourself with a generic framework.
You may test yourself using the assessments in docs/assessments
-
Clone this repository
git clone https://github.com/Poniverse/CADevCandidateAssessment.git
-
Upload to your PHP server
-
Refer to URLs using
index.php?LOCATION={location here}
- These locations may be added using the
index.php
's $uri_map, assocating the location string to a controller ID. - The controller ID can be manually set at
Base/function.php
atGetController
.