Reputation: 543
is there any framework or tool that auto generate ORM (Object-Relational Mapping) layer for PHP?
Upvotes: 1
Views: 738
Reputation: 17555
Fat-Free Framework's Axon ORM has no unnecessary code generator. It auto-maps the schema on the fly.
Upvotes: 1
Reputation:
Check these out:
http://www.doctrine-project.org/
http://flourishlib.com/docs/ObjectRelationalMapping
Upvotes: 6