Wednesday, August 29, 2012

Re: PHP functions in controller

$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 cake-php@googlegroups.com.
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 

No comments: