Short bio
Hi! I'm Dan Murfitt and I'm a Systems Manager and Web Developer from the UK specialising in PHP/MySQL applications, Drupal content management platform and CodeIgniter web application framework.
It's that wonderful time again! CodeIgniter 1.7.0 has been released, so it's time to upgrade.
http://codeigniter.com/user_guide/installation/upg...
Upgrading looks fairly straight forward - here are some notable changes (http://codeigniter.com/user_guide/changelog.html):
Sessions
The Sessions class has been updated so that any custom data being saved gets stored to the database rather than the session cookie (assuming you are using a database to store session data), permitting much more data to be saved.
New form validation class
Some changes/additions to the new form validation class:
The old Validation class is now deprecated. It will be left in the library folder for some time so that existing applications that use it will not break, but you are encouraged to migrate to the new version.
PHP Style Guide
There's now a PHP Style Guide (http://codeigniter.com/user_guide/general/stylegui...) in the User Guide. Although this doesn't affect working code it's just good practice to make sure you have a regular style to your code, especially when writing libraries that others will use.
Well done to everyone who has been working hard on this :)
Comments
Post new comment