Short bio
Hi! My name is Dan and I'm a Systems Manager and Web Developer from the UK. I blog about web technology and digital lifestyle. You can follow me using the links below. Thanks for dropping by.
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/upgrade_170.html
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/styleguide.html) 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 :)
Recent comments
2 hours 49 min ago
2 hours 54 min ago
4 weeks 3 days ago
5 weeks 5 days ago
7 weeks 3 hours ago
7 weeks 5 hours ago
7 weeks 5 hours ago
9 weeks 1 day ago
10 weeks 20 hours ago
10 weeks 3 days ago