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] For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en