Setting up PHP and other basics
This chapter will cover switches, arrays, and loops in PHP. These are all ways of creating a flow to your code. This might seem more complicated, but it will actually make it much easier to understand.
In this chapter, you will learn what functions are and how to create and use them. You will also learn some very useful built in PHP functions dealing with strings.
You will learn how to start using PHP with HTML. If you know don't know HTML, please check out our course on HTML.
In this chapter you will learn how to use MySQL with PHP.
This chapter will cover Object Oriented Programming, OOP, in PHP. Object Oriented PHP was introduced in PHP 5.0 it allows the programmer to organize and structure code in a much more concrete manner.
You must complete all chapters before taking the course exam.
This section will teach you the very basics of creating your first class. A class is a class is a construct that is used as a blueprint to create instances of itself.
This concept will teach you how to expand your very first class. By adding additional functions and calling them in your code.
How to use inheritance to create a structure that allows code reuse and other very useful features.
An interface is like a frame for a class that you fill in to work how you want it too.
Continued implementation of interfaces and ways to make sure the object you are using will be the right object for the job.
Take the chapter 6 test and unlock the So Classy badge.
This section will teach you the very basics of creating your first class. A class is a class is a construct that is used as a blueprint to create instances of itself.
edit
You are making progress towards completing chapter 6 and unlocking the So Classy Badge
This badge is worth: 50 Points
No one has said anything yet!
Start the discussion by asking a question.