How can I limit access to specific functions in CodeIgniter?
- by Jagira
Hello,
I have a huge controller in codeigniter, with many functions. I want to limit access to certain functions. How should I proceed?
And can I call the functions using cron daemon???