Pages

Categories

Getting to grips with PHP and OOP/Classes [Part 1]

PHP4 and above, although loosely typed does offer excellent support for Object Oriented Programming. PHP5 offers far more than PHP4 when it comes to OOP but if you’re completely new to OOP as a general concept it would be wise to get to grips with the basic concepts in PHP4 before reading up on […]

April 5th, 2006 | PHP | No Comments »

The basics of singletons in PHP4 & 5

There are some fairly significant differences in working with singletons between version 4 and 5 of PHP. We cover the basics of this here.

April 4th, 2006 | PHP | 1 Comment »