Welcome Guest, Not a member yet? Register   Sign In
Auto-append code to end of view
#1

[eluser]Unknown[/eluser]
I'm trying to auto-append a piece of html code to the end of each view (at the bottom of each rendered page). I modified my php.ini file & set auto_append_file to a file that contains the piece of html code I want appended and works perfectly on pages that aren't going through CI. My guess is that CI doesn't include that appended file because it "exits()" when the app is done (auto_append_file doesn't occur if script is terminated using the exit() function).
Is there any way I can accomplish this with CodeIgniter? I've tried using hooks but was unsuccessful. Thanks in advanced.
#2

[eluser]djenniex[/eluser]
If I were you I would look at the Template Library. It allows you to append pages, or code to the end of every page.




Theme © iAndrew 2016 - Forum software by © MyBB