[split] Upgading CI3 to CI4 |
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?
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.
Simpler is always better
(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☻
(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.
Simpler is always better
Here is the definitive answer ... https://forum.codeigniter.com/thread-667...#pid338691
(12-18-2017, 07:16 PM)ciadmin Wrote: Here is the definitive answer ... https://forum.codeigniter.com/thread-667...#pid338691 I love this line Quote:I will publically eat a baseball cap if we do not meet them.
I don't know about anyone else, but I'm looking forward to the 2021 CI4 release.
|
Welcome Guest, Not a member yet? Register Sign In |