I was wondering if there was a 3rd partly library for an active record like CodeIgniter has? http://codeigniter.com/user_guide/database/active_record.html
I have many sites that can't use CodeIgniter now because they are not build on a framework. I really like the CodeIgniter active record class though. Therefore i was wondering if there was a 3rd party class that has the same syntax as the CodeIgniter one. I found some PDO like the PHP standard one but I don't like the workflow.
Does anyone know a similar library, or know how to extract the active record library out of the CodeIgniter framework.