Rafael Izidoro

  • Registered on: 2012-08-08
  • Last connection: 2012-08-08

Activity

Reported issues: 0

2012-08-09

09:48 AM PHP ActiveRecord Help: RE: JSON encoding
The README shows 1.0, butI think it's the Nightly Build, cause I get the lib with Composer, and set the version to "d...

2012-08-08

07:54 PM PHP ActiveRecord Help: RE: JSON encoding
I found a good way to achieve this :
$result = array();
$persons = Person::all();
foreach($persons as $person)...
04:46 PM PHP ActiveRecord Help: RE: JSON encoding
+1 for toJson on results iterator!
04:07 PM PHP ActiveRecord Help: SQL Between
How can I achieve a SQL Between condition on PHP ActiveRecord?
Thanks in advance

Also available in: Atom