02-12-2009, 01:09 AM
[eluser]Unknown[/eluser]
while loading a view is it possible to load only a small part of a page.
Say i have a template page that contains 5 div's and i just want to load a single div(id=xyz).
In my controller i like to do something like this
public function index()
{
$this->load->view(<div id=xyz>);
}
while loading a view is it possible to load only a small part of a page.
Say i have a template page that contains 5 div's and i just want to load a single div(id=xyz).
In my controller i like to do something like this
public function index()
{
$this->load->view(<div id=xyz>);
}