What's a good PHP Active Record library?
Posted
by Luca Matteis
on Stack Overflow
See other posts from Stack Overflow
or by Luca Matteis
Published on 2010-03-13T13:17:20Z
Indexed on
2010/03/13
13:25 UTC
Read the original article
Hit count: 261
I've been using CodeIgniter for some quite time, and I've been extremely happy with its Active Record stuff. It's great to query the database with it.
Recently I've started a new project and I can't use such a framework anymore.
Is there a simple PHP Active Record library that does its job and gets out of the way (similar to CodeIgniter's version)?
© Stack Overflow or respective owner