seb otron

  • Registered on: 2011-02-01
  • Last connection: 2011-02-28

Activity

Reported issues: 0

2011-02-28

02:05 PM PHP ActiveRecord Help: RE: Escaped values
Funny, I hadn't thought of that.
I did override the read_attribute method and it now seems to work like a charm! ...

2011-02-26

01:27 PM PHP ActiveRecord Help: RE: Escaped values
I tried to set gpc off and it didn't change anything. And I doubt it's a bug, i'm certainly not the first to try and ...
01:12 PM PHP ActiveRecord Help: RE: Escaped values
I looked it up and it's off. :s
Here's my config:
magic_quotes_gpc On
magic_quotes_runtime Off
magic_quotes_...
01:01 PM PHP ActiveRecord Help: RE: Escaped values
I'm using MySQL5. Let me explain:
mymodel::create(array("somefield" => "I'm that guy"));
somefield will be stor...

2011-02-22

09:47 PM PHP ActiveRecord Help: Escaped values
Hello! I'm currently storing string values in a table and some of them contain single quotes. These are escaped befor...

2011-02-01

08:41 PM PHP ActiveRecord Help: Undefined property
Hello everyone. I've just started using php Activerecord and I get the basics. Here's my problem:
EDIT: Forgot th...

Also available in: Atom