Jump to content

Experienece in ORM


birbal

Recommended Posts

Have anyone has experience with any PHP based ORM? I would like to know how much complex query it can handle. I am using my own object mapper which uses reflection to get structure of object and make query dynamically but it is probably not full blown as Doctrine or Propel. I keep adding things when needs arises. Though it can handle basic CRUD operations maintaining object tree. but fails in some places like using Aggregate function on joined or simple tables or in non trivial case. in those case i need to write the query manually. Most of the baisc CRUD operations is operating as intenteded. Does Proffesional ORM handle non trivial queries or those are limited to basic opeartions?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...