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?


Messages In This Thread
calling method in parent class with php4 - by El Forum - 01-19-2010, 12:15 AM
calling method in parent class with php4 - by El Forum - 01-19-2010, 09:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB