Welcome Guest, Not a member yet? Register   Sign In
One view template, multiple views inside it.
#2

[eluser]InsiteFX[/eluser]
Code:
<!DOCTYPE html>
&lt;html&gt;
... (js, css etc...)
&lt;?php echo your suff here!
<div id="sideBar">
//Dynamic sidebar view here (information like server load, user login etc...)
&lt;?php echo $sidebar;?&gt;
</div>
<div id="content">
//Content here, items from database if we are logged in and some other stuff...
&lt;?php echo $content;?&gt;
</div>
...
&lt;/html&gt;

// when you load the view template just pass a $data with it which you setup all the data.

InsiteFX


Messages In This Thread
One view template, multiple views inside it. - by El Forum - 03-04-2011, 03:33 PM
One view template, multiple views inside it. - by El Forum - 03-04-2011, 05:08 PM
One view template, multiple views inside it. - by El Forum - 03-04-2011, 05:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB