Controllers in CodeIgniter
February 20, 2009 | In: CodeIgniter
When working with controllers in CI, you always extend them from "Controller.php" such as ; class mypage extends Controller {} In this setup, you need to modify the core class (system/libraries/Controller.php) when you want to disable your website...
Latest comments