From the course: PHP: Object-Oriented Programming with Databases

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Project overview

Project overview - PHP Tutorial

From the course: PHP: Object-Oriented Programming with Databases

Start my 1-month free trial

Project overview

- [Narrator] Let's begin by getting an overview of the project that we're going to be working on throughout this course. The project is going to be a website called chain gang. It's a PHP website for a used bicycle store. If you took the PHP object oriented programming course then this project is going to look very familiar because it's the same project that we were working on in that course. In fact, the code at the beginning of this course is going to be exactly the code that we ended with at the end of that course. But we're going to be making some changes and improvements to it. At the end of the last course where we left things off was that the chain gang website is displaying an inventory of used bicycles by looking at a flat file. A simple text file. And instead we will now want to convert that so it's using a database to store the inventory of bicycles instead. But we're not going to stop there. We're also going to add a full content management system with user authentication.…

Contents