Courses » Intro To PHP » Chapter 6 » Concept 1

Intro To PHP

Chapter

  • 1

    Chapter 1

    Setting up PHP and other basics

    Estimated time: ~39 Minutes
  • 2

    Chapter 2

    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.

    Estimated time: ~37 Minutes
  • 3

    Chapter 3

    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.

    Estimated time: ~34 Minutes
  • 4

    Chapter 4

    You will learn how to start using PHP with HTML. If you know don't know HTML, please check out our course on HTML.

    Estimated time: ~44 Minutes
  • 5

    Chapter 5

    In this chapter you will learn how to use MySQL with PHP.

    Estimated time: ~27 Minutes
  • 6

    Chapter 6

    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.

    Estimated time: ~37 Minutes
  • Exam

    Locked

    You must complete all chapters before taking the course exam.

Concept

  • 1

    Concept 1

    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.

    Estimated time: ~4 Minutes
  • 2

    Concept 2

    This concept will teach you how to expand your very first class. By adding additional functions and calling them in your code.

    Estimated time: ~7 Minutes
  • 3

    Concept 3

    How to use inheritance to create a structure that allows code reuse and other very useful features.

    Estimated time: ~10 Minutes
  • 4

    Concept 4

    An interface is like a frame for a class that you fill in to work how you want it too.

    Estimated time: ~7 Minutes
  • 5

    Concept 5

    Continued implementation of interfaces and ways to make sure the object you are using will be the right object for the job.

    Estimated time: ~8 Minutes
  • Test

    Chapter 6 Test

    Take the chapter 6 test and unlock the So Classy badge.


Concept 1: Basics of OOP and Classes: Part 1.

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

For this concept you will only be watching a portion of the video: - .

Ask a Question

Send me an email when someone posts a reply

Questions & Answers

No one has said anything yet!
Start the discussion by asking a question.

Quiz Questions

Concept 1: Basics of OOP and Classes: Part 1.