Welcome Guest, Not a member yet? Register   Sign In
extending the controller class
#5

[eluser]Phil Sturgeon[/eluser]
$this and parent do pretty much the same thing, just one is more specific. When you extend a parent class you pick up all it's properties and methods, so parent::head() and $this->head() are identical. If you have head() in both parent and current THEN it would be different.


Messages In This Thread
extending the controller class - by El Forum - 05-07-2010, 04:00 AM
extending the controller class - by El Forum - 05-07-2010, 04:17 PM
extending the controller class - by El Forum - 05-09-2010, 05:01 AM
extending the controller class - by El Forum - 05-09-2010, 06:27 AM
extending the controller class - by El Forum - 05-09-2010, 09:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB