Quote
Some of the big changes to happen in CodeIgniter 2.0 since CodeIgniter 1.7.3 are:
* Support for PHP 4 is gone, PHP 5.1 is now a requirement.
* CSRF Protection built into the form helper
* Drivers
* Application Packages
* Scaffolding, having been deprecated for a number of versions, has been removed.
* Removed the deprecated Validation Class.
* Plugins have been removed, in favor of Helpers.
* Added routing overrides to the main index.php file, enabling the normal routing to be overridden on a per “index” file basis.
* Added $route[‘404_override’] to allow 404 pages to be handled by controllers.
* 50+ bugs fixed
* Support for PHP 4 is gone, PHP 5.1 is now a requirement.
* CSRF Protection built into the form helper
* Drivers
* Application Packages
* Scaffolding, having been deprecated for a number of versions, has been removed.
* Removed the deprecated Validation Class.
* Plugins have been removed, in favor of Helpers.
* Added routing overrides to the main index.php file, enabling the normal routing to be overridden on a per “index” file basis.
* Added $route[‘404_override’] to allow 404 pages to be handled by controllers.
* 50+ bugs fixed
Details here

New Topic/Question




MultiQuote


|