Release CodeIgniter 3.0.0

A couple of days later, on March 30, CodeIgniter 3.0.0 was released.
You can
download it on the project page.
The main changes in comparison with the CodeIgniter 2 version:
- The framework is released under the MIT license.
- Extensive database driver refactoring
- Full PDO support
- New library for working with sessions
- New Encryption Library
- Modular testing improved, code coverage improved
- PHP 5.4 or newer recommended, but CI will still work on PHP 5.2.4
Full
list of changes .
')
Source: https://habr.com/ru/post/254603/
All Articles