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


PHP Tutorials — Object Oriented Programming

PHP » Object Oriented Programming — about 1 month ago
A class is the ability to allow you to create your own data types within a programming language. The difference between a Class and a Object is the same as saying what the different between a Dog and a certain breed of dog. A Dog is a generic term and can be applied to lots of different breeds.
PHP » Object Oriented Programming — 2 months ago
Your websites can be made with budget web hosting from Infilon Technologies. We make a budget website and web application for our valuable client. Our services and dedicated working are also appreciated buy IIM and Center for environment Education, India.
PHP » Object Oriented Programming — 6 months ago
In this tutorial, we will be writing a PHP class that will fetch, cache, and display your favorite tweets in a beautiful CSS3 interface.
PHP » Object Oriented Programming — 9 months ago
This tutorial introduces you to object-oriented programming in PHP. You'll explore the basics of object-oriented programming, and learn how to write simple object-oriented PHP scripts.
PHP » Object Oriented Programming — 9 months ago
Learn how to use Classes and OOP in PHP programming language
PHP » Object Oriented Programming — 12 months ago
Writing unit tests for your code provides reassurance that changes you make won’t introduce new bugs. Chris walks us through using PHPUnit to write unit tests for PHP applications.
PHP » Object Oriented Programming — about 1 year ago
Even though PHP is a weakly typed language, with a bit of modification you can easily enforce complex, customizable type hinting constructs. This tutorial goes through creating and implementing this method for forcing PHP to be strongly typed.
PHP » Object Oriented Programming — about 1 year ago
Some examples of what happens when comparing objects in PHP 5.3
PHP » Object Oriented Programming — over 1 year ago
In this two-part tutorial, we will be creating an AJAX Web Chat using PHP, MySQL and jQuery. In this first part, we will be discussing the PHP & MySQL backend.
PHP » Object Oriented Programming — over 1 year ago
So just what are class constructors, and how can they be used within PHP classes / OOP programming? When a PHP class is first called, the class will automatically run the class constructor function, which can help automatically configure the class. This can be useful if you need to preset some instance variables, sessions or cookies – prior to using the class methods.
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?