Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Object-Oriented PHP Basics!
You have completed Object-Oriented PHP Basics!
Preview
In this video we’ll take a look at the project we will use to learn the basic constructs of object-oriented programming.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
today I'm going to introduce you to
object oriented programming in PHP.
0:00
PHP is a procedural language at its heart.
0:02
In our previous PHP courses,
0:05
we've mostly used procedural code in
our projects In procedural programming
0:07
you specify a set of ordered steps needed
to implement the requested functionality.
0:12
This can make our program easy to read,
0:17
because we can just walk
through it step by step.
0:19
However, as our code base grows,
it can become harder and
0:22
harder to remember everything we just
read, and how it all fits together.
0:26
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up