CodeIgniter Forums
function for any controller - 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: function for any controller (/showthread.php?tid=24824)



function for any controller - El Forum - 11-21-2009

[eluser]runrun[/eluser]
Hi,

I have function, I want to know where i can put it, so that it can be callback in any controller ?


function for any controller - El Forum - 11-21-2009

[eluser]Kip zonder Kop[/eluser]
This might help you: http://ellislab.com/codeigniter/user-guide/general/helpers.html


function for any controller - El Forum - 11-21-2009

[eluser]jedd[/eluser]
You can extend the core controller with MY_Controller - search the manual for 'MY_Controller', or better yet, read the [url="/wiki/FAQ"]FAQ in the wiki[/url]. The FAQ contains a list of frequently asked questions - and if you have a question that is frequently asked, it's best to seek the answer in the FAQ rather than adding to the frequency with which that question is asked in the forums.


function for any controller - El Forum - 11-21-2009

[eluser]runrun[/eluser]
[quote author="Kip zonder Kop" date="1258825712"]This might help you: http://ellislab.com/codeigniter/user-guide/general/helpers.html[/quote]

I understand, Appreciate help.