Welcome Guest, Not a member yet? Register   Sign In
Best Strategy for Dynamic Header and Footer sections?
#1

[eluser]mattbman[/eluser]
This is a question for those that have worked with the framework for a while, just asking on opinions regarding the best practice to accomplish what I need.

I have a block of code that I want as a header and footer on all of my pages (multiple controllers), and I am struggling as to what the best way to go about putting that in the framework. Here is what I've come up with so far:

1. Hooks using pre_controller and post_controller - this seems to work well if it is a simple block of HTML text, however my header also needs to get access to the session information to display whether a person is logged in or not. The class for the hook doesn't seem to like $CI =& get_instance();, so I have trouble loading any libraries within that hook class

2. Extend the controller to MY_controller and include my header and footer functions there. - I don't mind this as a solution, but I would need to add 2 lines of code to every page function. Is there a way to make this call the site header and footer automatically?

3. Create a model that will output the header and footer. - I am still in the same situation as #2 on this one, that I would have to call the functions for that model on every output function so that it will display.

What has worked for you guys? Is there some idea that I am missing?

Thanks


Messages In This Thread
Best Strategy for Dynamic Header and Footer sections? - by El Forum - 12-02-2008, 11:41 AM
Best Strategy for Dynamic Header and Footer sections? - by El Forum - 12-02-2008, 12:05 PM
Best Strategy for Dynamic Header and Footer sections? - by El Forum - 12-02-2008, 02:14 PM
Best Strategy for Dynamic Header and Footer sections? - by El Forum - 12-02-2008, 04:35 PM
Best Strategy for Dynamic Header and Footer sections? - by El Forum - 12-02-2008, 04:46 PM
Best Strategy for Dynamic Header and Footer sections? - by El Forum - 12-02-2008, 05:30 PM
Best Strategy for Dynamic Header and Footer sections? - by El Forum - 12-02-2008, 05:37 PM
Best Strategy for Dynamic Header and Footer sections? - by El Forum - 12-02-2008, 06:40 PM
Best Strategy for Dynamic Header and Footer sections? - by El Forum - 12-02-2008, 06:50 PM
Best Strategy for Dynamic Header and Footer sections? - by El Forum - 12-02-2008, 06:52 PM
Best Strategy for Dynamic Header and Footer sections? - by El Forum - 12-02-2008, 07:25 PM
Best Strategy for Dynamic Header and Footer sections? - by El Forum - 12-02-2008, 07:25 PM
Best Strategy for Dynamic Header and Footer sections? - by El Forum - 12-02-2008, 08:03 PM
Best Strategy for Dynamic Header and Footer sections? - by El Forum - 12-02-2008, 08:07 PM
Best Strategy for Dynamic Header and Footer sections? - by El Forum - 01-03-2009, 10:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB