CodeIgniter Forums
codeigniter fixed column and banners - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: codeigniter fixed column and banners (/showthread.php?tid=45658)



codeigniter fixed column and banners - El Forum - 09-29-2011

[eluser]Unknown[/eluser]
I have a doubt..

I have a fixed column in my site, it appears in all pages, so I don't create a controller for it, just create a view and I call it in all my others controllers. Is it correct?

Other doubt is I have some banners in this site in differents places and I want to bring it and save in a array, to use in all views in my site, independent if have controller or not.