Welcome Guest, Not a member yet? Register   Sign In
New with Code Igniter - Application structure
#18

[eluser]jedd[/eluser]
In your (normal) controller, change this line:

Code:
$this->load->view('frontpage',$data);

to this:
Code:
$this->load->view('frontpage',$this->data);

... and give it another try.


Messages In This Thread
New with Code Igniter - Application structure - by El Forum - 02-25-2009, 12:42 PM
New with Code Igniter - Application structure - by El Forum - 02-25-2009, 06:32 PM
New with Code Igniter - Application structure - by El Forum - 02-25-2009, 08:22 PM
New with Code Igniter - Application structure - by El Forum - 02-26-2009, 12:54 PM
New with Code Igniter - Application structure - by El Forum - 02-26-2009, 01:43 PM
New with Code Igniter - Application structure - by El Forum - 02-26-2009, 01:53 PM
New with Code Igniter - Application structure - by El Forum - 02-26-2009, 01:58 PM
New with Code Igniter - Application structure - by El Forum - 02-26-2009, 02:00 PM
New with Code Igniter - Application structure - by El Forum - 02-26-2009, 02:08 PM
New with Code Igniter - Application structure - by El Forum - 02-26-2009, 04:24 PM
New with Code Igniter - Application structure - by El Forum - 03-03-2009, 01:32 PM
New with Code Igniter - Application structure - by El Forum - 03-03-2009, 04:40 PM
New with Code Igniter - Application structure - by El Forum - 03-03-2009, 11:48 PM
New with Code Igniter - Application structure - by El Forum - 03-05-2009, 02:42 AM
New with Code Igniter - Application structure - by El Forum - 04-03-2009, 03:43 PM
New with Code Igniter - Application structure - by El Forum - 04-03-2009, 05:35 PM
New with Code Igniter - Application structure - by El Forum - 04-03-2009, 07:12 PM
New with Code Igniter - Application structure - by El Forum - 04-03-2009, 07:39 PM
New with Code Igniter - Application structure - by El Forum - 04-03-2009, 08:00 PM
New with Code Igniter - Application structure - by El Forum - 04-04-2009, 04:04 AM
New with Code Igniter - Application structure - by El Forum - 06-13-2009, 04:44 AM
New with Code Igniter - Application structure - by El Forum - 06-13-2009, 05:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB