Application Constants (header, footer) |
[eluser]Michael Wales[/eluser]
I like to just do something simple like this: controllers/posts.php Code: function index() { views/layout.php Code: $this->load->view('_header'); If my headers/footers/sidebars etc. are going to contain dynamically generated content, I usually use Zacharias' awesome Wick library. |
Messages In This Thread |
Application Constants (header, footer) - by El Forum - 12-02-2008, 11:23 AM
Application Constants (header, footer) - by El Forum - 12-02-2008, 11:51 AM
Application Constants (header, footer) - by El Forum - 12-02-2008, 12:49 PM
Application Constants (header, footer) - by El Forum - 12-02-2008, 01:29 PM
Application Constants (header, footer) - by El Forum - 12-02-2008, 01:31 PM
Application Constants (header, footer) - by El Forum - 12-02-2008, 02:10 PM
Application Constants (header, footer) - by El Forum - 12-02-2008, 03:49 PM
|