如何在 CakePHP 的下拉列表中选择记录的值?
我想显示在下拉列表中选择的正确“员工”。我怎样才能做到这一点?
它位于 CakePHP 中!
echo $form->input('employee_id',array('label' => 'Task Owner:', 'type'=>'select', 'options'=>$firstname));
I want to show the right "employee" selected in the dropdown list. How can I do that?
It's in CakePHP!
echo $form->input('employee_id',array('label' => 'Task Owner:', 'type'=>'select', 'options'=>$firstname));
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
哦,好吧,看来这行代码可以在我家里的 Mac 上运行,所以我想我只是太累了,没有在我工作的 Linux 机器上注意到它。
无论如何,谢谢!
Oh well, it seems this line of code works on my Mac at home, so I guess I was just too tired to notice it on my Linux machine at work.
Thanks anyways !