Welcome Guest, Not a member yet? Register   Sign In
MY_Controller extended Controller class
#3

[eluser]Phil Sturgeon[/eluser]
You might want to modify line 113, there is a huge bug:

Code:
$data['title']          = ($this->title !== null) ? $this->title : "Jamie Rumbelow Rocks!";

Should read:

Code:
$data['title']          = ($this->title !== null) ? $this->title : "Jamie Rumbelow is fairly good... sometimes... perhaps!";

:-p


Messages In This Thread
MY_Controller extended Controller class - by El Forum - 12-02-2009, 03:17 AM
MY_Controller extended Controller class - by El Forum - 12-03-2009, 05:27 AM
MY_Controller extended Controller class - by El Forum - 12-03-2009, 06:13 AM
MY_Controller extended Controller class - by El Forum - 12-03-2009, 10:24 AM
MY_Controller extended Controller class - by El Forum - 12-03-2009, 10:30 AM
MY_Controller extended Controller class - by El Forum - 12-04-2009, 02:31 AM
MY_Controller extended Controller class - by El Forum - 12-17-2009, 11:33 AM
MY_Controller extended Controller class - by El Forum - 01-06-2010, 11:04 PM
MY_Controller extended Controller class - by El Forum - 03-31-2010, 11:08 AM
MY_Controller extended Controller class - by El Forum - 04-02-2010, 06:53 PM
MY_Controller extended Controller class - by El Forum - 04-02-2010, 07:32 PM
MY_Controller extended Controller class - by El Forum - 04-03-2010, 03:43 AM
MY_Controller extended Controller class - by El Forum - 07-12-2010, 05:21 AM
MY_Controller extended Controller class - by El Forum - 07-12-2010, 08:44 AM
MY_Controller extended Controller class - by El Forum - 10-03-2010, 08:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB