![]() |
Pros and cons of version 3.0 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: Pros and cons of version 3.0 (/showthread.php?tid=62503) |
Pros and cons of version 3.0 - ignitedcms - 07-22-2015 Can someone please tell me the pros and cons of using version 3.0. I've read a lot of people have issues with all sorts of things and I'm reluctant to migrate. I was quite happy with the last CI Rick Ellis left us with. Do you need composer to install? RE: Pros and cons of version 3.0 - skunkbad - 07-22-2015 You don't need Composer. URL helper functions are updated for use with HTTPS. New Encryption class replaces Encrypt class that supposedly had issues. I haven't seen anything else noteworthy, but I'm sure others will chime in. RE: Pros and cons of version 3.0 - ignitedcms - 07-22-2015 (07-22-2015, 08:25 PM)skunkbad Wrote: You don't need Composer. Interesting, in that case I don't think it affects me as I'm not using https or encryption, well the CI encryption anyway. What about usability is it stable? I've heard there's a lot of issues with the sessions class. RE: Pros and cons of version 3.0 - Narf - 07-22-2015 There aren't a lot of issues with the sessions class, just a lot of people who don't know how to use it and don't care to read the docs. The huge amounts of bugfixes in the changelog should answer your other questions. RE: Pros and cons of version 3.0 - ignitedcms - 07-23-2015 Thanks Narf that's good to hear, are you the only dev contributing to CI3 at the moment? RE: Pros and cons of version 3.0 - mwhitney - 07-23-2015 You should be able to see on GitHub that there are a lot of developers contributing to CI3, and there have been for a long time. Additional points of improvement for CI3: - the sessions library has a lot more options for session storage - the database library (and Query Builder) supports databases other than MySQL much better than it did in CI2, and the MySQLi driver is improved, too - more consistent filename rules - a lot of smaller improvements all over the place, see the changelog: http://www.codeigniter.com/user_guide/changelog.html |