CodeIgniter3.0.6 released, php mvc framework-php Tutorial

Source: Internet
Author: User
Tags codeigniter
CodeIgniter3.0.6 was released, and php mvc framework CodeIgniter 3.0.6 was released.

Improvement log:

  • General Changes

    • Added a destructor to Cache Library 'memcached' driver to ensure that Memcache (d) connections are properly closed.

    • Deprecated Form Validation Library method prep_for_form ().

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.