Welcome Guest, Not a member yet? Register   Sign In
Display the view in a specified <div>
#3

[eluser]Sarfaraz Momin[/eluser]
You can achieve it by doing something like this.
controller
Code:
$data['divcontent'] = $this->load->view('divcontent','',true)
$this->load->view('commonpage',$data)

view
Code:
&lt;html&gt;
&lt;head&gt;
  &lt;title&gt;&lt;/title>
&lt;/head&gt;
&lt;body&gt;
<div id="view">

&lt;?= $divcontent ?&gt;

</div>
&lt;/body&gt;
&lt;/html&gt;

Hope this helps.

Have a good day !!!


Messages In This Thread
Display the view in a specified <div> - by El Forum - 08-22-2008, 07:07 AM
Display the view in a specified <div> - by El Forum - 08-22-2008, 07:11 AM
Display the view in a specified <div> - by El Forum - 08-22-2008, 07:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB