Welcome Guest, Not a member yet? Register   Sign In
Moving from Laravel
#2

Well CodeIgniter has just released it's OOP version 4 there are some differences.

!) you have views that also can be built using layouts and it also has view cells
for things you want to add from a library/

2) Controllers start with a BaseController which all of your controllers would extend.

3) It has controller Filters for before and after.

4) Application Modules.

5) has it's own Autoloader file that you add your namespaces and paths.

6) has database and it's own Model. No ORM but some user are working on one
But you can add anything you want using composer.

7) Has its on Pagination and Validation Libraries.

8) It is still kept lean and mean. Small foot print.

IT is up to running on php 7.2+ now with namespace and all ps4
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Moving from Laravel - by LeeW - 09-12-2020, 01:03 PM
RE: Moving from Laravel - by InsiteFX - 09-13-2020, 08:08 AM
RE: Moving from Laravel - by LeeW - 09-14-2020, 01:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB