I have an old php project that is written procedural. I’m looking for a library that can generate models from mysql database tables, so that I can use them as objects in the code and avoid lots of repeating. Something similar to ActiveRecord modeling classes found in modern PHP frameworks.
Share
Doctrine 1.2, Doctrine2 (with the CodeGenerator project). I think Propel still supports this as well.