function __construct() { //defination; }
in php5 we use above syntax in php4 we declare the constructor with the name of the class
function __construct() {
Sat, 06/14/2008 - 04:33 — adminfunction __construct() {
//defination;
}
in php5 we use above syntax in php4 we declare the constructor with the name of the class