i got it like this,
$timesheet = $this->Timesheet->find('all',
array('conditions' =>
array(
'user_id' =>
$id,'MONTH(`date`)'=>$currentMonth)));
On Fri, May 7, 2010 at 11:42 AM, heh <[email protected]> wrote:
> hi I'm new to cake too. But for doing in a standard sql you can use
>
> Ex: select * from timesheets where user_id='$id' AND 'date'='month';
> as
> select * from timesheets where user_id='$id' AND
> month('date')='month';
>
> assuming that you use mysql like me.
> for cake syntax you have to dig a bit about find condition.
> Sorry if it doesn't you much , a newb like you t000
>
> Check out the new CakePHP Questions site http://cakeqs.org and help others
> with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<cake-php%[email protected]>For
> more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en