From the course: PHP: Object-Oriented Programming
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Project set up - PHP Tutorial
From the course: PHP: Object-Oriented Programming
Project set up
- [Instructor] In this movie, we'll get our development space set up so that we can learn object oriented programming. The first thing that we'll want to do is make sure that you know where your web document root is. That's the default directory that your web server will use to serve up documents to the browser. If you've been working in PHP, chances are you know where that is right away. That's the place we're going to be locating our files. And of course you'll want to make sure that PHP is running as well. We'll do a quick test of that together. After that in chapters one through six, we're going to be doing our learning inside a demonstration directory called oop_sandbox. This directory will be a place where we can put all the examples of the different concepts as we're learning them. It'll give you a convenient location where you can refer back to those concepts if you need reference and it'll provide a space…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.