I started using the Codeigniter framework when it was still in its infancy. I understand that many folks have bailed in favor of more modern, comprehensive frameworks like Laravel, with which I've dabbled a bit myself. However, most of my sites are not mission critical or revenue generating, and web development is not a full-time job for me so maintaining my CodeIgniter sites is a practical option.
CodeIgniter 3 brings with it many enhancements, including the simple, reliable CommunityAuth module. I decided it was time to upgrade all my Codeigniter 2 sites to version 3. Here's a summary of the process:
There are many other changes as well, but these are the ones that I needed to address to get a basic Codeigniter site up and running with version 3. Details of the upgrade process can be found on the Codeigniter site.
73