craigw9292 Posted March 3, 2008 Share Posted March 3, 2008 I don't want to write CRUD for my DB - I'm used to ORM generators creating all my code/classes for me in c# and asp.net - I know there must be something similar for PHP - any recommendations? Do frameworks like Zend provide models or mappers already, if so I can just use that otherwise I'd like to generate something. It needs to also support relationships thanks! -c Quote Link to comment Share on other sites More sharing options...
trq Posted March 3, 2008 Share Posted March 3, 2008 There are many ORM systems available for php. Propel and Doctrine are probably the biggest, I've been using xPDO for a while because its so light weight (it doesn't build all the CRUD though). A quick google will probably produce many more projects for you to look into. And yes, many of the bigger php frameworks will produce the CRUD for you. I know that the Symfony framework uses propel under the hood by default. Quote Link to comment Share on other sites More sharing options...
charliez Posted March 7, 2008 Share Posted March 7, 2008 Try QCodo... is exactly what you need and want!! 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.