On 1/6/2011 9:26 PM, Nicolas400 wrote:
Hi, I want a function that return me a Random Article from my Model.
I guess all I need is the Find Method, but how do I know how this
random number will match an existing ID ??
I'm really stuck.
because if I had 3 articles (1,2,3) i want to get a random Id within
those numbers, but if I have 100000 articles is diferent.!!
Why don't you try something like:
$this->Model->find('first', array('order' => 'RAND()'));
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