Re: PHP4 and Constructor

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



T K wrote:
Hi,

I would like to use constructor in PHP4, but how do you make a constructor?

Name the function the same as the class.

class ABC {
  function ABC() {
    //constructor in php4
    $this->__construct(); // just call the php5 one.
  }
  function __construct() {
    //constructor in php5.
  }
}


--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux