codeigniter-base-controller icon indicating copy to clipboard operation
codeigniter-base-controller copied to clipboard

⛔️DEPRECATED CodeIgniter base controller with view autoloading and layout support

Results 4 codeigniter-base-controller issues
Sort by recently updated
recently updated
newest added

$this->odata for those who don't like array syntax

I've made a small change to check if the user's browser is a mobile one. If so, the views with '_mobile' sufix will be autoloaded.

This version of the CI is different from your book. It doesn't have the filters and the __construct code is different. Which one should I use? Which is better? thanks

Hi Jamie, Thanks for answering my question related to unit testing in my pull request. I am gonna take a stab at loading libraries, unless you beat me to it....