Upgrading to upcoming CodeIgniter 2.0
phil sturgeon has published a new article in his blog about upgrading pyroCMS to the new upcoming codeigniter 2.0, worth to look at to help you port your CI based application to run with CodeIgniter 2.0 with less headbanging. I seen big changes has been made to this new version includes:
- Model class name change to CI_Model
- Plugin are no longer use
- Validation is completely gone replaced by the new Form Validation class
- CI_Language Lib renamed to CI_Lang
More detail you could have a look at phil’s article, download the new version of CodeIgniter at bitbucket




