Welcome Guest, Not a member yet? Register   Sign In
a real life project with ci. THE BEST STRUCTURE= header-footer-sidebar, where to include ....
#2

[eluser]Maglok[/eluser]
Well header/footer/sidebar should just be more views in CI. Basically you can call a view from a view like this:

Code:
<?php $this->load->view('menu');?>

Making it rather easy to include them.

As for a example implementation with open sourcecode, I dunno.


Messages In This Thread
a real life project with ci. THE BEST STRUCTURE= header-footer-sidebar, where to include .... - by El Forum - 06-23-2009, 03:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB