摘要: findAll(); $list = CHtml::listData($records, 'id', 'username'); echo CHtml::dropDownList('names', null, $list, array('empty' => '(Select a name)'));?> 阅读全文
posted @ 2013-12-18 09:05 zaric 阅读(188) 评论(0) 推荐(0) 编辑