Welcome Guest, Not a member yet? Register   Sign In
Codeigniter most simple template
#1

[eluser]vile[/eluser]
Hi,

im using http://maestric.com/doc/php/codeigniter_template library.

I have a simple problem. I have multiple sections and i want to load a specific view file in each section..

example template:

View:
Code:
<div id='header'> &lt;?= $header; ?&gt;&lt;!-- i want to load view/header.php here --&gt; </div>
<div id='menu'> &lt;?= $menu; ?&gt;&lt;!-- i want to load view/menu.php here --&gt; </div>
<div id='footer'> &lt;?= $footer ?&gt;&lt;!-- i want to load view/footer.php here --&gt; </div>

Controller:
Code:
??

Thanks


Messages In This Thread
Codeigniter most simple template - by El Forum - 07-12-2010, 09:11 PM
Codeigniter most simple template - by El Forum - 07-12-2010, 11:58 PM
Codeigniter most simple template - by El Forum - 07-12-2010, 11:58 PM
Codeigniter most simple template - by El Forum - 07-13-2010, 12:14 AM
Codeigniter most simple template - by El Forum - 07-13-2010, 01:32 AM
Codeigniter most simple template - by El Forum - 07-13-2010, 01:36 AM
Codeigniter most simple template - by El Forum - 07-21-2010, 01:01 AM
Codeigniter most simple template - by El Forum - 07-21-2010, 05:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB