Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Extending another core class
Post: RE: Extending another core class

I found the solution. This code works fine. I realised, the EXT constant has been removed on CI3 Code: -- function __autoload($class){ if (substr($class,0,3) !== ‘CI_’) { $file = A...
3,617 Views
1 Replies
06-15-2015, 06:36 PM
bencagri
    Thread: CodeIgniter 4 Important Features
Post: RE: CodeIgniter 4 Important Features

All ok. But you should consider to make it easy to upgrade from 3.0 I guess, It will be a hard upgrade for running systems. From 2.2 to 3.0 was easy for me. (So easy.) I hope upgrading to CI4 woul...
92,065 Views
23 Replies
06-15-2015, 02:37 PM
bencagri
    Thread: Extending another core class
Post: Extending another core class

Code: -- class Settings extends USER_Controller {...} class USER_Controller extends MY_Controller {...}//limit access to user and define some params and functions that is user depended class MY...
3,617 Views
1 Replies
06-15-2015, 01:19 PM
bencagri

Theme © iAndrew 2016 - Forum software by © MyBB