Welcome Guest, Not a member yet? Register   Sign In
How to loop the $data in a view/template?
#7

[eluser]xwero[/eluser]
[quote author="agartzia" date="1201005938"]
I gotta make the
Code:
$this->load->view('body', array('main_data' => $data));
in order to loop throught the $data or there's some other way to do it?
[/quote]
you can use
Code:
$body['main_data'] = $data;
$this->load->view('body', $body);
if you find that more convenient.


Messages In This Thread
How to loop the $data in a view/template? - by El Forum - 01-21-2008, 07:12 AM
How to loop the $data in a view/template? - by El Forum - 01-21-2008, 07:30 AM
How to loop the $data in a view/template? - by El Forum - 01-21-2008, 07:56 AM
How to loop the $data in a view/template? - by El Forum - 01-21-2008, 08:03 AM
How to loop the $data in a view/template? - by El Forum - 01-22-2008, 12:45 AM
How to loop the $data in a view/template? - by El Forum - 01-22-2008, 02:10 AM
How to loop the $data in a view/template? - by El Forum - 01-22-2008, 02:28 AM
How to loop the $data in a view/template? - by El Forum - 01-22-2008, 02:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB