CodeIgniter3.0.6 was released, and php mvc framework CodeIgniter 3.0.6 was released.
Improvement log:
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 was actually provided via set_data ().
-
Fixed a bug (#4539)-Migration Library applied migrations before validating that all migrations within the requested version range are valid.
-
Fixed a bug (#4539)-Migration Library triggered failures for migrations that are out of the requested version range.
: Https://codeigniter.com/download
CodeIgniter is a simple and fast php mvc framework. EllisLab staff released CodeIgniter. After many enterprises try to use all the php mvc frameworks, CodeIgniter has become a winner mainly because it provides sufficient free support for the organization and allows developers to work more quickly.
Freedom means that when CodeIgniter is used, you do not have to name the database table in some way, or you do not have to name the model based on the table. This makes CodeIgniter an ideal choice for restructuring legacy PHP applications. in such legacy applications, there may be all the strange structures to be transplanted.
CodeIgniter does not need a large amount of code (version 1.6.2 is only 2.8 MB, of which 1.3 MB is a user document that can be deleted), nor does it require you to insert a huge library similar to PEAR. It performs 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-you just need to use the old HTML and PHP.