CodeIgniter Forums
CI4 should keep Models are not required as CI3 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: CI4 should keep Models are not required as CI3 (/showthread.php?tid=68772)



CI4 should keep Models are not required as CI3 - ASANA - 08-23-2017

Why I love CI3 over the others as well as Lavarel, one of the reason is MVC of CI3 is not require Models.
So I can start the project in short time.


RE: CI4 should keep Models are not required as CI3 - InsiteFX - 08-24-2017

They are still not required unless you need them.


RE: CI4 should keep Models are not required as CI3 - krystian2160 - 08-28-2017

Models are good. You should learn them and use them. They because they are good and improve many things, code, clearity, workflow etc.

Don't stay away of these things. Get interested. Learn. Work with it. Work longer. Then decide whether you want them or not, see benefits on your own and make your judge


RE: CI4 should keep Models are not required as CI3 - krystian2160 - 08-28-2017

By the way laravel doesn't require you to use models. you don't know laravel I see.