Jessica Posted November 12, 2012 Share Posted November 12, 2012 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? Quote Link to comment Share on other sites More sharing options...
Scott_S Posted November 13, 2012 Share Posted November 13, 2012 I use CI, however I extended their model with MY_Model to do exactly that. If you like I can attach the source (if this board allows it). Also we're talking CRUD not ORM right? Quote Link to comment Share on other sites More sharing options...
Mahngiel Posted November 15, 2012 Share Posted November 15, 2012 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. Quote Link to comment Share on other sites More sharing options...
Jessica Posted November 15, 2012 Author Share Posted November 15, 2012 Thanks Mahngiel - I will look into those two. Which do you think would be fastest and simplest? I don't need user authentication or anything fancy - just CRUD. Quote Link to comment Share on other sites More sharing options...
Jessica Posted November 15, 2012 Author Share Posted November 15, 2012 So, all the tutorials for Kohana are either broken or non-existent, and Laravel's site won't load. :/ Quote Link to comment Share on other sites More sharing options...
Mahngiel Posted November 15, 2012 Share Posted November 15, 2012 I think laravel for a small project would be fastest. there are a ton of tuts on it atm, and Kohana's documentation is rather slim. but its generic mvc. laravels site is loading fine for me on mobile Quote Link to comment Share on other sites More sharing options...
Scott_S Posted November 15, 2012 Share Posted November 15, 2012 Stumbled across this today ... http://www.grocerycrud.com/ Quote Link to comment Share on other sites More sharing options...
Jessica Posted November 15, 2012 Author Share Posted November 15, 2012 I actually downloaded that last night and played with it, it uses CITY. Quote Link to comment Share on other sites More sharing options...
Jessica Posted November 15, 2012 Author Share Posted November 15, 2012 *CI. Can't edit a post on the phone? Lamez Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.