Welcome Guest, Not a member yet? Register   Sign In
Grocery CRUD
#10

(This post was last modified: 01-17-2020, 04:13 PM by JNapolitanoIT.)

I would love to give my input on this subject. Grocery CRUD, in the days of CodeIgniter 2/3 was pretty decent at first glance. It helped beginners incorporate views and pre-built models and such into a project and get CRUD started straight away. However, the truth is that it hasn't aged well and it is not at all practical or well developed. Perhaps in the future it will be rewritten and better optimized and better organized.

You can query your database and present your data in a far simpler way with CodeIgniters Query Builder and by following a basic MVC pattern (present your data within your views, let your models handle your business logic and let your controllers act as intermediaries). This can easily be achieved when you build reusable code modules that do all of your heavy lifting. Then, pull in only the classes and services that you need from these modules, into portions of the application that require them. These modules can be located practically anywhere on your server and be used in multiple applications, just as long as they are registered in the autoloader(s). Simpler to implement, extend, test and modify than anything Grocery CRUD brings to the table.

Just my two cents on the matter for what it's worth. I hope it helps Smile
A reader lives a thousand lives before he dies. The man who never reads lives only one.
George R.R. Martin

Reply


Messages In This Thread
Grocery CRUD - by alexweb - 03-02-2016, 04:29 AM
RE: Grocery CRUD - by kenjis - 03-02-2016, 05:04 PM
RE: Grocery CRUD - by buoncri - 03-16-2016, 02:09 AM
RE: Grocery CRUD - by pavithraramesh - 10-10-2018, 02:30 AM
RE: Grocery CRUD - by Naveen - 01-07-2019, 12:43 AM
RE: Grocery CRUD - by rk3 - 01-14-2020, 04:22 PM
RE: Grocery CRUD - by FlavioSuar - 01-15-2020, 04:32 AM
RE: Grocery CRUD - by nunenthal - 01-15-2020, 11:36 AM
RE: Grocery CRUD - by nunenthal - 01-15-2020, 02:56 PM
RE: Grocery CRUD - by JNapolitanoIT - 01-15-2020, 06:02 PM
RE: Grocery CRUD - by kamrul6665 - 01-30-2020, 07:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB