Welcome Guest, Not a member yet? Register   Sign In
What's the difference between parent::__construct(); vs. parent::Controller();
#2

[eluser]pistolPete[/eluser]
The difference between those lines is the PHP version you are using:
Code:
// PHP4  (and PHP5)
parent::Controller();

// PHP 5 only
parent::__construct();

http://php.net/manual/en/language.oop5.decon.php


Messages In This Thread
What's the difference between parent::__construct(); vs. parent::Controller(); - by El Forum - 09-28-2009, 04:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB