Looking a lightweight PHP ORM
Posted
by allenskd
on Stack Overflow
See other posts from Stack Overflow
or by allenskd
Published on 2010-01-03T18:38:25Z
Indexed on
2010/05/10
20:24 UTC
Read the original article
Hit count: 389
At first I was going to use doctrine ORM as the main one but it was an overkill, unneeded features and probably excessive calls. One of the main reasons was the "helper" that handled traverse trees (the hierarchy tree) easily but I'm starting to prefer building my own class.
This is what I'm looking for:
1) Can manage multiple database connections, (sort of like doctrine manager)
2) Models
3) flexible
All suggestions are welcome
© Stack Overflow or respective owner