Welcome Guest, Not a member yet? Register   Sign In
Problem to load array since the controller to view
#8

[eluser]Yayo[/eluser]
You have the reason, to the view general, do not pass the array $data2, is the html, but to make the html, I'm paasing the array $data2 to the view in this sentences.

$data[’view_estudiantes_con_inv’] = $this->load->view("pages/reporte/estudiantes_con_invitados",$data2,true); .

The html is here: $data[’view_estudiantes_con_inv’], but to the view "estudiantes_con_invitados" no pass the data of
$data2['sin_invitados'], however, the another data can pass to the view estudiantes_con_invitados (Example can pass:$data2[’array_facultad’], $data2[’array_no_inv’]). All this arrays are present in the same array $data2, include the array $data2['sin_invitados'] where is present the problem.

Then, How pass the array $data2['in_invitados'] to the view "estudiantes_con_invitados"?


Messages In This Thread
Problem to load array since the controller to view - by El Forum - 07-14-2007, 09:34 PM
Problem to load array since the controller to view - by El Forum - 07-15-2007, 02:46 AM
Problem to load array since the controller to view - by El Forum - 07-15-2007, 12:01 PM
Problem to load array since the controller to view - by El Forum - 07-15-2007, 12:12 PM
Problem to load array since the controller to view - by El Forum - 07-15-2007, 12:30 PM
Problem to load array since the controller to view - by El Forum - 07-15-2007, 12:42 PM
Problem to load array since the controller to view - by El Forum - 07-15-2007, 04:52 PM
Problem to load array since the controller to view - by El Forum - 07-17-2007, 07:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB