auto generating models from DB solution |
There are lots of good looking CRUD generators for CI around. Personally I played with one (and it was interesting to say the least) but in the end I never actually used it in a project. I thought I had a link to a good one in my user panel but couldn't find it when I looked for you - sorry.
You can just google for one though. Here is one I found via google http://www.grocerycrud.com/ Is that the sort of thing you meant? Edit: PS I think I didn't use this because I do not adhere to the idea of one model per table. I use my models more for business logic, for instance I would have a user_model, a project_model, a task_model, all of which interact with many tables. I may have misunderstood what you meant but I find this much more compact and fluid and maintainable. |
Messages In This Thread |
auto generating models from DB solution - by brian85 - 12-19-2016, 01:01 PM
RE: auto generating models from DB solution - by PaulD - 12-19-2016, 04:24 PM
RE: auto generating models from DB solution - by brian85 - 12-20-2016, 12:57 PM
RE: auto generating models from DB solution - by buoncri - 12-20-2016, 12:16 AM
RE: auto generating models from DB solution - by PaulD - 12-20-2016, 11:35 AM
RE: auto generating models from DB solution - by brian85 - 12-20-2016, 01:06 PM
RE: auto generating models from DB solution - by Diederik - 12-20-2016, 02:11 AM
RE: auto generating models from DB solution - by brian85 - 12-20-2016, 01:00 PM
|