[split] Upgading CI3 to CI4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31) +--- Thread: [split] Upgading CI3 to CI4 (/showthread.php?tid=69587) |
[split] Upgading CI3 to CI4 - glorsh66 - 12-18-2017 Guy what about backward compatibility with code igniter 4? I mean i am currently developing project on 3.1.6 - will it be possible to painlessly update it on CI4? RE: CodeIgniter 3.1.6 Released - donpwinston - 12-18-2017 Depends what you mean by "painlessly". CI4 uses namespaces so there is no $this->load('xxxx'); statements. Things more or less work the same say but with differences. You'll have to rewrite a big chunk of your app. RE: CodeIgniter 3.1.6 Released - glorsh66 - 12-18-2017 (12-18-2017, 07:20 AM)donpwinston Wrote: Depends what you mean by "painlessly". CI4 uses namespaces so there is no $this->load('xxxx'); statements. Things more or less work the same say but with differences. You'll have to rewrite a big chunk of your app. I got the idea. And what is ETA? I mean not exact date of course☻ RE: CodeIgniter 3.1.6 Released - donpwinston - 12-18-2017 (12-18-2017, 09:36 AM)glorsh66 Wrote:(12-18-2017, 07:20 AM)donpwinston Wrote: Depends what you mean by "painlessly". CI4 uses namespaces so there is no $this->load('xxxx'); statements. Things more or less work the same say but with differences. You'll have to rewrite a big chunk of your app. No-one wants to venture a guess. RE: [split] Upgading CI3 to CI4 - ciadmin - 12-18-2017 Here is the definitive answer ... https://forum.codeigniter.com/thread-66704-post-338691.html#pid338691 RE: [split] Upgading CI3 to CI4 - glorsh66 - 12-19-2017 (12-18-2017, 07:16 PM)ciadmin Wrote: Here is the definitive answer ... https://forum.codeigniter.com/thread-66704-post-338691.html#pid338691 I love this line Quote:I will publically eat a baseball cap if we do not meet them. RE: [split] Upgading CI3 to CI4 - enlivenapp - 01-02-2018 I don't know about anyone else, but I'm looking forward to the 2021 CI4 release. |