CodeIgniter 3.0.6 release, PHP's MVC framework

Source: Internet
Author: User
Tags codeigniter
CodeIgniter 3.0.6 was released.

Improved logging:

    • General changes

      • Added a destructor to the Cache Library ' memcached ' driver to ensure that Memcache (d) connections is 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 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.

  • 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.