07 2018 档案

摘要:activeForm设置默认值 input: <?= $form->field($model,'code')->label('国别码')->input('text',['value'=>'ceshi']); ?> CheckBox: 先在控制器中设置 $model->type = 1 再在视图中<? 阅读全文
posted @ 2018-07-31 21:11 坚持!! 阅读(2220) 评论(0) 推荐(0)
摘要:注意 base 可以设置所有a连接的target 无续列表 <ul><li></li></ul> 有序列表 <ol><li></li></ol> 阅读全文
posted @ 2018-07-29 22:29 坚持!! 阅读(78) 评论(0) 推荐(0)