$this->set('randword', 
$this->Word->findById(rand(1,$this->Word->find('count'))));

On Wednesday, August 29, 2012 10:24:26 AM UTC-4, Nareh Tarasyan wrote:
>
> Thanks Marcus
>
> but u know what I did here... see:
>
>                 $this->set('rand', rand(1,$this->Word->find('count'))); 
> $this->set('randword', $this->Word->findById());
>
> I want ID= value of rand function, but don know how to write it.
>

-- 
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].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.


Reply via email to