02-05-2008, 05:45 PM
[eluser]Lockzi[/eluser]
Hello, I'm wondering if something like this would be possible:
and then in the view go like
This would be extremely useful for ajax update requests because then I can call a function in my controller to just render the information that should change.
Cheers
Hello, I'm wondering if something like this would be possible:
Code:
$data['content'] = $this->load->view('skeleton/main_view', $data);
and then in the view go like
Code:
<?=$content?>
This would be extremely useful for ajax update requests because then I can call a function in my controller to just render the information that should change.
Cheers