JasonBaier / ci3-fire-starter

NOW THAT CODEIGNITER 4 HAS BEEN RELEASED, THIS PROJECT WILL NOT BE UPDATED ANYMORE. CI3 Fire Starter is a CodeIgniter3 skeleton application that includes jQuery and Twitter Bootstrap. It is intended to be light weight, minimalistic and not get in your way of building great CodeIgniter 3 applications.
MIT License
153 stars 152 forks source link

CRUD in propject #38

Closed doctoroakin closed 7 years ago

doctoroakin commented 7 years ago

Hello - Just wanted to say that I really like this project. I noticed you have CRUD functionality built into the admin area. Did you use a framework to do that?

Have you ever though about incorporating GroceryCRUD into this project? I tried to do it, but was not successful. If you were ever thinking about features, incorporating GroceryCRUD into this started app would be awesome!.

JasonBaier commented 7 years ago

I am familiar with GroceryCRUD, but opted not to use it because the purpose of this project is to demonstrate how to build an application using vanilla CodeIgniter.