1. CSS
  2. Flash
  3. HTML
  4. Illustrator
  5. Java
  6. JavaScript
  7. Maya
  8. Photography
  9. Photoshop
  10. PHP
  11. Ruby
  12. Ruby on Rails
  13. 3ds Max

Designweaponry240x90

PHP Tutorials — Object Oriented Programming

Win a PHP and Flash book! You could win one of three books just by commenting on or rating a tutorial. Click here for more details.
PHP » Object Oriented Programming — about 1 month ago
How to Create an Object-Oriented Blog Using PHP
PHP » Object Oriented Programming — about 1 month ago
Utilize a custom PHP class for integrating the Authorize.Net Advanced Integration Method (AIM) API into an ecommerce website. It includes the class and step-by-step instructions for using it.
PHP » Object Oriented Programming — 2 months ago
In PHP there are many methods of programming a script or website. Advanced programmers use something called classes. These help programmers to organize their code and also make the script more versatile.
PHP » Object Oriented Programming — 2 months ago
In this tutorial, I'll introduce you to the concept of Classes and Objects in PHP. To put it simply, an Object in the context of programming languages is a data structure which can contain any number of variables and functions all held together under a Class name. This Class can then be created in the normal scope of the code and stored inside a new variable, and multiple copies of this same class can be created. This allows for an even greater level of code encapsulation
PHP » Object Oriented Programming — 4 months ago
Create a web crawler / spider / scraper in under 5 minutes with PHP OO features! infinitely extendable and a great start.
PHP » Object Oriented Programming — 4 months ago
An abstract class is always a parent class that serves as a sort of blueprint for the subclasses it might hold. This advanced PHP OOP subject will be explained in this tutorial.
PHP » Object Oriented Programming — 4 months ago
You might wonder, what the heck is Encapsulation? Well you must have seen classes with Private and Public stuff right? Must read for advanced PHP programmers.
PHP » Object Oriented Programming — 5 months ago
An example of how to create a fluent array and string library in PHP.
PHP » Object Oriented Programming — 8 months ago
The first part in a long series describing how to use the PHP Zend Framework and the PHP Smarty templating engine to create a combined CMS and Community where people will have their own blogs and photo galleries. At the end of the series there is a download link to the source code.
Help us out! More and more tutorials are submitted to Good-Tutorials each day. We could use your help with finding good tutorials. Mind lending a hand?