CodeIgniter Forums
global functions - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: global functions (/showthread.php?tid=29245)



global functions - El Forum - 04-03-2010

[eluser]cmarra[/eluser]
How do I create global functions available anywhere in the site with CodeIgniter?


global functions - El Forum - 04-03-2010

[eluser]Jelmer[/eluser]
Just create a helper and make it autoload through the autoload.php config file.


global functions - El Forum - 04-03-2010

[eluser]cmarra[/eluser]
thank you very much!