get_instance() in Codeigniter: Why assign it to a variable?
As far as I know, it’s a matter of convenience more than anything. Chances are that you will be using the CI super object a lot in your libraries so why not assign it to a variable to make it a little easier to work with? There are a few other things to consider… If … Read more