How can I limit access to specific functions in CodeIgniter?

Posted by Jagira on Stack Overflow See other posts from Stack Overflow or by Jagira
Published on 2010-03-15T08:36:42Z Indexed on 2010/03/15 8:39 UTC
Read the original article Hit count: 171

Filed under:

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???

© Stack Overflow or respective owner

Related posts about codeigniter