Methinks you're thinking a little too hard on this one. I'm pretty
sure you don't even need to use MAX().

$this->Model->find('first', array('order'=>'Model.date DESC'));

Try that, I think that's what you're looking for. If not explain a bit
more and I'll see if I can help.


On Feb 3, 3:53 pm, gkc <gerardkco...@gmail.com> wrote:
> How would I structure a query to return the newest entry based on a
> date?
>
> If I was writing out the query I would just use MAX(date) but Im not
> sure how would format the $this->Model->find().
>
> Any help would be greatly appreciated.
>
> gkc
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to