CodeIgniter 3.0.6 was released.
Improved logging:
BUG fixes for 3.0.6
Fixed a bug (#4516)-Form Validation Library always accepted empty array inputs.
Fixed a bug where Session Library allowed accessing $_session values as class properties but isset () didn ' t work on them.
Fixed a bug where Form Validation Library modified the $_post array when the data being validated is actually provided VI A set_data ().
Fixed a bug (#4539)-migration Library applied migrations before validating that all migrations within the requested Vers Ion range is valid.
Fixed a bug (#4539)-migration Library triggered failures for migrations that is out of the requested version range.
Download Address: Https://codeigniter.com/download
CodeIgniter is a simple and fast PHP MVC framework. Ellislab's staff released the CodeIgniter. After many companies have tried to experience all of the PHP MVC frameworks, CodeIgniter is a winner, largely because it provides the organization with enough free support to allow developers to work more quickly.
Freedom means that when you use CodeIgniter, you do not have to name the database tables in some way, and you do not have to name the model according to the table. This makes CodeIgniter an ideal choice for refactoring legacy PHP applications, where there may be all the strange structures that need to be ported.
CodeIgniter does not require a large amount of code (1.6.2 version is only 2.8 MB, where 1.3 MB is a user document that can be deleted), and does not require you to insert a large library similar to PEAR. It behaves equally well in PHP 4 and PHP 5, allowing you to create portable applications. Finally, you don't have to use the template engine to create a view-just follow the old HTML and PHP.