取的下拉表 多选框表单字段设置数数组.fieldoption($fields['status'])

取的下拉表单.

JavaScript
1 行
{ :Form::select(array('field'=>'status','options'=>fieldoption($fields['status'])),$status)}

取默认表单:

代码片段
1 行
{ $fields['status']|getform=new Form(),###}

以上$fields都是当前模型的字段数据.
以后会提供在调用不同模型之间的字段数据.