Welcome Guest, Not a member yet? Register   Sign In
Newb Question on Exteneding Default Controller/Sessions
#7

[eluser]steven2[/eluser]
[quote author="Dam1an" date="1245562254"]In that example, you're creating a new controller with PHP5 syntax, but the parent that you're calling is written in PHP4 syntax, hence the difference in naming

Use what you prefer (I much rather __construct) Smile[/quote]

Ok thanks so much I think I'm getting it. You can use either parent::Controller(); or parent::__construct; to call a PHP4 constructor, but if you create a PHP5 constructor you have to call it using __construct.

Thanks again for your help.


Messages In This Thread
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-20-2009, 05:16 PM
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-20-2009, 05:25 PM
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-20-2009, 05:46 PM
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-20-2009, 05:55 PM
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-20-2009, 06:25 PM
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-20-2009, 06:30 PM
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-20-2009, 07:41 PM
Newb Question on Exteneding Default Controller/Sessions - by El Forum - 06-21-2009, 02:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB