Subscribe
Tutorial search

PHP OOP Tutorials


We hope that you will enjoy our PHP OOP tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP OOP tutorial to our site. Thank you !

Sort by:
PHP Extending Classes
PHP Extending Classes
Tutorial on how to extend classes in PHP and the cappabilities, possibilities of extending classes.
Difficulty:
Object Oriented Programming Basics
Object Oriented Programming Basics
Tutorial explaining the basics of Object Oriented Programming ( OOP ) in PHP.
Difficulty:
Object Oriented Programming Basics
Object Oriented Programming Basics
PHP tutorial explaining the basics of Object Oriented Programming ( OOP ) in PHP.
Difficulty:
Ajax Helper For CodeIgniter [Video]
Ajax Helper For CodeIgniter [Video]
Ajax helper for CodeIgniter, similar to the one used within Ruby on Rails
Difficulty:
A Guide to OOP in PHP Part 2
A Guide to OOP in PHP Part 2
In this part we'll cover inheritance, more keywords, constructors and destructors an a few other small tidbits
Difficulty:
An Introduction to OOP in PHP Part 1
An Introduction to OOP in PHP Part 1
Part one of a guide to one of the more difficult topics in PHP, Object Orientated Programming.
Difficulty:
Polymorphism, Abstract Classes, and Interfaces in PHP
Polymorphism, Abstract Classes, and Interfaces in PHP
This article will explain the advanced topics of PHP classes, including polymorphism, abstract classes, and interfaces. The concepts are pretty simple to be honest. A must read for anyone serious about PHP programming.
Difficulty:
Copying an object in PHP with clone
Copying an object in PHP with clone
Objects in PHP are assigned by reference, so copying an object with the = operator will result in a second variable referencing the same object and not an actual copy. Enter PHP's clone function which creates a shallow copy of the object.
Difficulty:
PHP & Classes
PHP & Classes
Want to get started in using classes in PHP. This will give you a nice kick start.
Difficulty:
An Introduction to Object Oriented PHP – Part 1
An Introduction to Object Oriented PHP – Part 1
About This SeriesThis is a three part series introducing Object-Oriented PHP, a way to manage your code and keep different parts separate, all while being easily accessible. I hadn’t really planned it this way, but myprevious article works as a great precursor to this article, showing you how to get a PHP/MySQL Sandbox up and running, which is just what we’ll be using for this tutorial as I believe a hands-on approach is the best way to...
Difficulty:
An Introduction to Object Oriented PHP – Part 2
An Introduction to Object Oriented PHP – Part 2
IntroductionWelcome to Part 2 of a three part series introducing Object Oriented PHP! This tutorial will build off thefirst part from last week. Compare this to playing a sport; if you don’t know the basics, you’ll never progress.In This TutorialToday, we are going to learn the following:Constructors and DestructorsReturning data from your functionsKeeping organizedConstructors and DestructorsThink of PHP constructors and destructors like.
Difficulty:
An Introduction to Object Oriented PHP – Part 3
An Introduction to Object Oriented PHP – Part 3
Introduction Welcome to the third and final part of a series introducing Object Oriented PHP! Please, as I have urged before, go back and read parts one and two if you have not already, the basics are the most important part!
Difficulty:
Building a Simple Twitter PHP Class
Building a Simple Twitter PHP Class
PHP is a very versatile scripting language. In this tutorial I will be explaining how to create a PHP class that will help you post and get information from a twitter account. using the client URL library (cURL).
Difficulty:
How many visitors browsing the site at the moment?
How many visitors browsing the site at the moment?
This tutorial will show you how to make a class that will show how many users browsing the site at the moment.
Difficulty:
An Introduction to Object-Oriented Programming
An Introduction to Object-Oriented Programming
An in-depth introduction to the basic and advanced features of PHP, including Object-Oriented Programming, Advanced Classes and Static Classes ~ with example code.
Difficulty:
Total Tutorials in Category: 80