Welcome Guest, Not a member yet? Register   Sign In
Session checking & loading a new view depending on the result
#2

[eluser]Thorpe Obazee[/eluser]
I don't know if I understand your question but if you want the 'sidebar' to be replaced, you can load another view there like this.

sidebar.php
Code:
<div id="sidebar">
You are logged in
<a href="#">logout</a>
</div>
content.php
Code:
&lt;?php $this->load->view('sidebar');?&gt;
<div id="content">
Welcome to the Dashboard
</div>


Messages In This Thread
Session checking & loading a new view depending on the result - by El Forum - 08-29-2008, 11:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB