Chris R

  • Registered on: 2010-11-23
  • Last connection: 2012-07-18

Activity

Reported issues: 0

2012-07-18

10:14 AM PHP ActiveRecord Help: RE: DateTime could not be converted to string
Hi Danijel,
For DATETIME fields, PHP Activerecord will return an ActiveRecord\DateTime object.
In order to disp...

2012-05-14

11:02 AM PHP ActiveRecord Help: RE: Problems with error handling
What happens if you just catch all exceptions in your controller? (I'm not suggesting this as a solution, but it'd be...

2011-12-12

12:38 PM PHP ActiveRecord General: RE: Next stable release?
Is there any news on a 1.1 release? Is there anything we can do to help?

2011-04-27

01:31 PM PHP ActiveRecord Help: RE: RE: Find_by_id()
I'm with Bjorn - this logic does not belong in your model.
Your controller should attempt to find the record and s...

2011-04-04

07:28 AM PHP ActiveRecord General: RE: Next stable release?
@Yoan - I have tried more recent versions from kla's master, but it's still important for the project to keep pushing...

2011-03-30

12:21 PM PHP ActiveRecord General: Next stable release?
We really love PHP ActiveRecord and it's become the de facto standard for all of our CodeIgniter builds.
We're cur...

2011-03-25

12:47 PM PHP ActiveRecord Help: RE: Retrieving 200,000 record from the DB.
Try fetching the records in batches (perhaps 100 at a time). You'll need the limit and offset finder options to do th...

2010-11-23

11:22 AM PHP ActiveRecord Help: RE: PHP Minimum Version? Errors with ActiveRecord\Config
PHP-AR makes use of namespaces, which were introduced in PHP 5.3. It will not work on lower versions because the '\' ...

Also available in: Atom