TexifyQShout BPEncryptor bAjax Agotcha!

Archive for February 2009

Create Portable Constructor

As you may have already known, __construct() and __destruct() methods are supported in PHP 5.x. but not for PHP 4.x. To make your class is portable in either PHP 4.x or PHP 5.x, it is a good idea to write two contructor methods in the class. Below is the snippet that shows you how to [...]