Drop down values problem

2008-05-21 Thread vishal
Hi friends, I am new on this forum.can anybody help me regarding following issue. I place a drop down in my view file as : ? echo $form-select('messageto', $options=array(), null, array(), '-- select member--'); ? I want to fills this drop down from my another table (user table)

Re: Drop down values problem

2008-05-21 Thread Sliv (Tim MacAleese)
Based on your question, I strongly suggest you use bake to generate a basic foundation of code to get you started: http://book.cakephp.org/view/113/code-generation-with-bake On May 21, 8:03 am, vishal [EMAIL PROTECTED] wrote: Hi friends, I am new on this forum.can anybody help