Re: Conditions Reference

2006-08-21 Thread Samuel DeVore
$this-Model-findAll(array('field' = '= value')) On 8/21/06, Mikee Freedom [EMAIL PROTECTED] wrote: Hey all, A quick query. I prefer to include conditions as an array but was curious how to set conditions other than: field = 'value' i.e. Model-findAll(array('field' = 'value'))

Re: Conditions Reference

2006-08-21 Thread Mikee Freedom
a that simple. thanks mate On 22/08/06, Samuel DeVore [EMAIL PROTECTED] wrote: $this-Model-findAll(array('field' = '= value')) On 8/21/06, Mikee Freedom [EMAIL PROTECTED] wrote: Hey all, A quick query. I prefer to include conditions as an array but was curious how to set

Re: Re: Conditions Reference

2006-08-21 Thread Samuel DeVore
no worries ;) open a ticket on the documentation, it should be in there, but couldn't find it either ;) On 8/21/06, Mikee Freedom [EMAIL PROTECTED] wrote: a that simple. thanks mate On 22/08/06, Samuel DeVore [EMAIL PROTECTED] wrote: $this-Model-findAll(array('field' = '=