Relative Content

Tag Archive for phpmodel-view-controllerxampp

How to test a simple php Application with autoloading in XAMPP

I followed the Routing, Controller, View Part1 – PHP MVC Framework from Scratch (The Codeholic) in Youtube. Basically it is a manually coded (no vendor) Application with views – layout mechanism. I want to test just a first version with routing from method (GET) and path (localhost:8080/app or localhost:8080/app/Contact.)