It's that time now! Section 2.1 - Intro to MVC In our previous tutorial we setup PHP, Apache HTTP Server, and MySQL database to all work together so that we can start work on our web application. Now its time to setup our framework. First, a little back info. What is a framework? Well, in this case a framework is kind of a web application within itself, except that its a web application for building web applications. It will provide a structure for our application in terms of file locations... read more