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 of concept
- The output needs updating for proper reference names, etc.
- Outputs everything to screen in one go and doesn’t save the files.
However, it might be handy to someone, so I post it up for your comments.
Continue reading ‘Auto generating basic models for a Zend Framework app’



