Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 761 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 761 Bytes

Poniverse logo

Canterlot Avenue Dev Candidate Assessment

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.

Assignments

You may test yourself using the assessments in docs/assessments

How to Use

  1. Clone this repository git clone https://github.com/Poniverse/CADevCandidateAssessment.git

  2. Upload to your PHP server

  3. 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 at GetController.