PHP 5 Tutorial - Handling Exceptions in PHP5

In this tutorial we will cover the following:

What is an exception?
The use of a try…catch block
Anatomy of PHP5 Exception class
Extending the Exception class
A note on unhanded exceptions

PHP 5 Tutorial - Final Class and Methods

In this PHP tutorial we will understand the following:

Meaning of Final Class
Meaning of Final Method
When to declare a class as final
When to declare a method as final

PHP 5 Tutorials - Static Data Members and Methods

In this tutorial you will learn all about static data members and methods

Meaning of static data members
Meaning of static methods
Defining static data members in PHP5
Defining static methods in PHP5
Accessing static data members in PHP5
Accessing static methods in PHP5
Rules to keep in mind for static methods

[…]

PHP5 OOPS Tutorials - Polymorphism

In this tutorial we will learn the following:

Meaning of Polymorphism
Why method polymorphism cannot be achieved in PHP
PHP 5 Object Polymorphism

PHP5 Tutorials - Abstract Class and Interface

In this post, we learn what is an abstract class and an interface.

What is an Abstract Class?
Private methods cannot be Abstract
What is an Interface?
Defining an Interface
Abstract Class v/s Interface

PHP5 Tutorial - Defining Methods of a PHP5 Class

In this PHP5 tutorial you will learn about methods and how to declare and use them in PHP5 class.
Definition of an class method
A class method/functions is the behavior/functionality of a class i.e. they provide the necessary code for the class in which it is defined. Examples could be a saveCustomer() method in the class Customer […]

PHP5 Tutorial - Magic Methods - __autoload() method

This tutorial will teach you how and when to use the magic method __autoload().
The magic method __autoload() function is a convenience that allows you to use classes without having to explicitly write code to include them.
The magic method __autoload() is not included in your class definition as this is to be called once in a […]

Top Internet blogs Programming Blogs - Blog Catalog Blog Directory TopOfBlogs Technology blogs Top Blog Topsites List