Welcome Guest, Not a member yet? Register   Sign In
calling method in parent class with php4
#1

[eluser]megabyte[/eluser]
I know how in php5 you can call a parent method like this:

Code:
function get()
{
return parent::get();
}

But how would you right this in php4?
#2

[eluser]Ben Edmunds[/eluser]
You can still call the parent method like that in PHP4.




Theme © iAndrew 2016 - Forum software by © MyBB