Top "Phpactiverecord" questions

PHPActiveRecord is an open source ORM library based on the ActiveRecord pattern.

How to query sql with active record for dates between specified times

I have a database that I want to pull only certain rows that have dates in specified ranges. I'm not …

php mysql codeigniter phpactiverecord active-record-query
Problems up setting up codeigniter with sparks & active record

I am having problems getting my sparks install to work with my codeigniter install here are the steps I took …

php mysql codeigniter-2 phpactiverecord
Get a PHPActiveRecord result as simple array, not array of objects

I would like to have a simple a method, that can give back PHP Activerecord results as simple/associative arrays, …

php zend-framework phpactiverecord