![]() |
Is it possible to make controllers private? - 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: Is it possible to make controllers private? (/showthread.php?tid=23036) |
Is it possible to make controllers private? - El Forum - 10-03-2009 [eluser]rvillalon[/eluser] nonox, i'm using cron job bootstrapper Is it possible to make controllers private? - El Forum - 10-03-2009 [eluser]Nonox[/eluser] Thanks for the response. For clarification, I'm using cron job bootstrapper too, and I'm running the script in this way: Code: shell$ /opt/lampp/bin/php cron.php --run=/script/test/run/uri_secret Code: $this->_checkAccessProcess(php_sapi_name(),$uri_secret); Code: function _checkAccessProcess($request=null,$uri_secret=null) Thanks. Nonox |