Subscribe
Tutorial search
Cool Stuff
How would you like to MASTER graphic design by next week?
Click here to find out how
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project
View all templates
PHP Tutorials
Tutorials
Stuff
Affiliates
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 !
Tutorial on how to extend classes in PHP and the cappabilities, possibilities of extending classes.
Difficulty: 


Tutorial explaining the basics of Object Oriented Programming ( OOP ) in PHP.
Difficulty: 


PHP tutorial explaining the basics of Object Oriented Programming ( OOP ) in PHP.
Difficulty: 

![Ajax Helper For CodeIgniter [Video]](default_php.gif)
Ajax helper for CodeIgniter, similar to the one used within Ruby on Rails
Difficulty: 


In this part we'll cover inheritance, more keywords, constructors and destructors an a few other small tidbits
Difficulty: 


Part one of a guide to one of the more difficult topics in PHP, Object Orientated Programming.
Difficulty: 


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: 


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: 


Want to get started in using classes in PHP. This will give you a nice kick start.
Difficulty: 


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: 


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: 


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: 


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: 


This tutorial will show you how to make a class that will show how many users browsing the site at the moment.
Difficulty: 


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
