Best practices for CodeIgniter API development

Best practices for CodeIgniter API development

Best practices for CodeIgniter API development

Modern web applications built in CodeIgniter require API support. This article touches on those best practices for API development in CodeIgniter. These are general guidelines and hold true for all versions of CodeIgniter framework.

Upgrading PHP CodeIgniter 2.x version project to 3.x

Upgrading PHP CodeIgniter

[my_shortcode] Following are the step to upgrade your legacy CodeIgniter 2.x application into CodeIgniter 3.x application. CodeIgniter 3.x supports new versions of PHP and has more security and faster execution. 1- Update your CodeIgniter files Go to system folder replace all files and directories in your system/ directory and replace your index.php file.If any modifications […]