Notifications
Clear all
Topic starter 23/09/2024 11:58 am
Should I use CodeIgniter 3 or 4?
Topic starter 23/09/2024 11:58 am
CodeIgniter 4 has a much more efficient autoload process, and one of the factors that help is the use of namespaces. While in CodeIgniter 3 it is necessary to manually configure most of the files to be loaded.