Welcome Guest, Not a member yet? Register   Sign In
passing data from __construct to functions
#3

[eluser]Jaketoolson[/eluser]
Your array is structured incorrectly. You set 2 values for the array rather than a key->value pair.
Code:
//from
$this->data = array('page_title','Page not found 404');
//to
$this->data = array('page_title' => 'Page not found 404');


Messages In This Thread
passing data from __construct to functions - by El Forum - 02-17-2011, 11:37 AM
passing data from __construct to functions - by El Forum - 02-17-2011, 12:57 PM
passing data from __construct to functions - by El Forum - 02-17-2011, 01:10 PM
passing data from __construct to functions - by El Forum - 02-17-2011, 01:30 PM
passing data from __construct to functions - by El Forum - 02-17-2011, 04:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB