Object persistence in PHP? (Session & Database)?

•?o?es•

New member
Hi,

I'm looking for a framework which hides the complexity of storing objects across sessions and within a database.

I'm framework-averse because I always end up unsatisfied with them, and the learning curve for each framework is prohibitive. OOP to relational mapping is not something I would want to design from scratch. I know PHP has features for persistence within sessions, but I was wondering if theres a framework which as transparently as possible achieves the same for storing and retrieving from a mysql database. What would you recommend? I'm not too bothered about cost, as long as it's not OTT.

Thanks
Ease of use is my prime concern. Both for learning, and for speed of development.
 
Back
Top