Welcome Guest, Not a member yet? Register   Sign In
Disabling extraction in views
#4

[eluser]Henry Weismann[/eluser]
What about:



Code:
$first_data['a_heavy_dataset'] = $first_set;
$this->load->view('first_view', $first_data);

$second_data['another_heavy_dataset'] = $second_set;
$this->load->view('second_view', $second_data);

$third_data['the_third_heavy_dataset'] = $third_set;
$this->load->view('third_view', $third_data);


I'm not sure I fully understand the question but if I do that should solve the problem.


Messages In This Thread
Disabling extraction in views - by El Forum - 12-22-2008, 06:31 AM
Disabling extraction in views - by El Forum - 12-22-2008, 07:03 AM
Disabling extraction in views - by El Forum - 12-22-2008, 07:40 AM
Disabling extraction in views - by El Forum - 12-22-2008, 12:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB