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

Advertise

PHP Tutorials — Object Oriented Programming

PHP » Object Oriented Programming — about 9 hours ago
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.
PHP » Object Oriented Programming — about 18 hours ago
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.
PHP » Object Oriented Programming — about 1 month ago
Want to get started in using classes in PHP. This will give you a nice kick start.
PHP » Object Oriented Programming — about 1 month ago
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...
PHP » Object Oriented Programming — about 1 month ago
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.
PHP » Object Oriented Programming — about 1 month ago
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!
PHP » Object Oriented Programming — about 1 month ago
This tutorial will show you how to make a class that will show how many users browsing the site at the moment.
PHP » Object Oriented Programming — 3 months ago
Having trouble making the leap from procedural to object-oriented programming (OOP)? Learn the difference between the two styles of programming with easy-to-follow real-world examples.
PHP » Object Oriented Programming — 7 months ago
Just quickly following up my post from earlier on today where I looked at how to log into the Google Analytics API using PHP and CURL using Username/Password Authentication I wrapped the login code up into a class with methods for logging in and then calling API functions.
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?