![]() |
CI version 1 to 4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forum-5.html) +--- Forum: General Help (https://forum.codeigniter.com/forum-24.html) +--- Thread: CI version 1 to 4 (/thread-77618.html) |
CI version 1 to 4 - gburnham - 09-24-2020 I know this is a total long shot, but .... A client has come to me with a site developed in CI version 1 (2009), and wants to know the cost of upgrading to version 4. I'm tempted to quotr 100k just to get them off my back, but is there an upgrade path? Thanks, Greg RE: CI version 1 to 4 - InsiteFX - 09-24-2020 Best bet is to re-write it from scratch in CodeIgniter 4. RE: CI version 1 to 4 - John_Betong - 09-24-2020 @gburnham, I would have thought this is an ideal opportunity to learn CI4 especially if: 1. the site is online 2. a database structure, tables, indexii etc are all set 3. screens are available 4. use PHP PDO instead of learning CI4 MySqli Go for it ![]() RE: CI version 1 to 4 - gburnham - 09-27-2020 Thank you both for the feedback, it was what I was expecting. |