April 11, 2008
Auto generating basic models for a Zend Framework app
Do you have a database with foreign keys and just wish you could have something automatically create your ZF models from it? Well, today that was me. So as a little proof of concept, this is the code I came up with to do it for me… But before we get to that, a few caveats: It’s just a proof...