Nanne Huiges

  • Registered on: 2011-06-08
  • Last connection: 2012-06-04

Activity

Reported issues: 0

2012-06-04

11:17 AM PHP ActiveRecord Help: RE: Problem with ssociations
You have defined a 'belongs_to' that is called reciever.
You ask for the property "$message->recievers" (with an s)...
11:16 AM PHP ActiveRecord Help: RE: Fatal error if record not found
You should either use something like `find_by_id` (which will not produce an error, but return false..) or you can ca...

2012-04-15

06:39 AM PHP ActiveRecord Revision f397a955a9d4d033e31f1061c3760e95fdfc96e2: Changed assign_attribute so that fields with a...
For instance: if you have a field called 'ThisIsADate' it would not become a datetime object.
If the old array_key_ex...
06:39 AM PHP ActiveRecord Revision 0cd6a77b047c128f5a09f0f52f450fa8422b17c2: Changed field name rom some_date to someDate
This is in addition to the test file from 6698b734b7cf8ec9172e38268d4b7aa2124ebf64
06:39 AM PHP ActiveRecord Revision b2ccebd626037a1d758d0de2a30e9b3be4bf3e2d: Testing the 'datefield-with-capital' bug
Needs a datefield with a capital letter. I'm not sure how to put that in a test.
I've changed the "some_date" field i...

2012-03-14

10:49 AM PHP ActiveRecord Help: RE: Date object vs string depending on capitalizaion?
I've made some changes and a test, i'll continue this on git

2012-02-19

04:26 PM PHP ActiveRecord Help: RE: Active record does not see my ID column
As all the members of a PHPAR model are lowercased, you should access it using...

2012-02-15

11:36 AM PHP ActiveRecord Help: RE: Date object vs string depending on capitalizaion?
No-one any other thoughts?
09:00 AM PHP ActiveRecord General: RE: Problem with update a table that dont have any auto_increment id
If you get the error "duplicate primary key" you have a primary key in your table, but try to save a value that is al...
03:08 AM PHP ActiveRecord Help: RE: Creating new object trough Association
Also crossposted this to stackoverflow (http://stackoverflow.com/q/9280455/546999 ). While I was at it, created a php...

Also available in: Atom