[DataMapper] Re: MySQL Server has gone away (where to this time?)

2009-03-09 Thread codaniel
Thats what I thought at first, so I bumped the max connections up to 100, the most I ever have at one time is about 14 or so . . . On Mar 8, 1:01 pm, Dirkjan Bussink d.buss...@gmail.com wrote: On 8 Mar 2009, at 20:19, codaniel wrote: Yeah it allows for reconnects.  My wait timeout is

[DataMapper] Overriding save method

2009-03-09 Thread Rafael George
I hope there are some PHP developer's in this list, i'm trying to override the save method in a model, my model class goes like this: class Interest include DataMapper::Resource # properties property :user_id, Integer, :key = true property :question_id, Integer, :key = true

[DataMapper] Re: Overriding save method

2009-03-09 Thread Cyril Mougel
Rafael George wrote: I hope there are some PHP developer's in this list, i'm trying to override the save method in a model, my model class goes like this: class Interest include DataMapper::Resource # properties property :user_id, Integer, :key = true property