Building a PHP Framework: Part 8 – Routing

Part 7 got us up to speed on the container that will be used in the Analyze PHP Framework. In this post we’ll cover how routing works in general and specifically within PHP. How Routing Works Routing is the process of parsing a URI and determining the appropriate action to take. For example, consider the […]

Continue Reading