Jump to content

Which Framework For Generating Crud On A Wampserver Setup?


Jessica

Recommended Posts

I've got a really simple DB that I just need to have a decent simple CRUD interface for. I was looking at Yii, but I got stuck at the generating stuff in the windows command line, and decided to try Code Igniter - but this doesn't seem to be saving me any time at all, I have to keep creating all these controllers and models, I could do this myself...

 

Anyone have a suggestion for a framework to do the CRUD stuff, that will work on WampServer?

CI isn't built for CRUD, as you've experienced. You need to be able to have better control over the routing as a white-list and not black-list. Kohana serves this purpose just fine, and so does Laravel. Over the two, I'd prefer Laravel for it's routing and ORM.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.