Re: Debug not working / queries aborting

2007-10-10 Thread digitalcowboy
l know if ever you enter in your > > > controller. > > > I have been trying your site, it's not a timeout since the blank page > > > appears right away. > > > > Sorry can't help more from here > > > Good luck and if you find the problem/solutio

Re: Debug not working / queries aborting

2007-10-03 Thread digitalcowboy
results set in your findAll (case of Virginia) ? > Try by setting the "limit" parameter in the query. > I had that problem (not exactly), that was not a timeout issue but > rather a memory_limit (max 8 Gb) authorized in php.ini. > > Hope it's a hint > > On Oct

Debug not working / queries aborting

2007-10-02 Thread digitalcowboy
I apologize if the solution to my issue is to be found elsewhere. I've tried to look but don't really know what I'm looking for and I don't have a lot of time. I have two problems and I think - but I'm not sure - they are related. I have a client's production site running on a Cake-based solutio

Re: Override $conditions to query WHERE array(INTs)

2007-02-13 Thread digitalcowboy
; > > > > when you reference : > > $this->data['Object']['id'] > > In your controller it should already be an array. Then you could do > something like : > > $conditions = array ( > 'Object.id' => $this->data['

Re: Override $conditions to query WHERE array(INTs)

2007-02-12 Thread digitalcowboy
ED]> wrote: > You could probably get around this with the query method for the > model. > > $this->Model->query($custom_query); > > On Feb 12, 5:44 am, "digitalcowboy" <[EMAIL PROTECTED]> wrote: > > > I wasn't sure how to title this. Here's m

Re: Override $conditions to query WHERE array(INTs)

2007-02-12 Thread digitalcowboy
omagically do: > ... WHERE Bid.industry_id IN (400, 402, 403); > > On 12 fév, 17:45, "BlenderStyle" <[EMAIL PROTECTED]> wrote: > > > You could probably get around this with the query method for the > > model. > > > $this->Model->query($custom_q

Override $conditions to query WHERE array(INTs)

2007-02-12 Thread digitalcowboy
I wasn't sure how to title this. Here's my challenge: I have an array of 10 checkboxes to select categories for a search. The checkboxes are passing INT values from the form. The search function then needs to apply the checked catgeories as conditions on the query. I couldn't figure out how to