首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
zyd专题
Yii-自定义删除确认弹框(zyd)
链接<?php echo CHtml::link(Yii::t('cmp','Delete'),'javascript:',array('class'=>'c_06c','onclick'=>'return art_del_confirm("/company/msglog/delete/id/'.$data->zml_id.'","你确定要删除这条消息吗?")'))?> jq<script>/
阅读更多...
Yii-跳转页面-用法(仅限zyd项目)
控制器 1 方法1 //执行操作if(Product::model()->updateAll($set,$criteria)){//成功跳转$this->render('../index/success',array('message'=>'恭喜,产品审核成功'));exit;}else{//失败跳转$this->render('../index/error',array('mess
阅读更多...
Yii-视图- CListView操作扩展用法(zyd)
视图文件<?php $add_drop = CHtml::dropDownList('catlist','',CmpCat::model()->getCmpCat('移动到分类'),array('class'=>'s_ipt w_120 removedropcatbatch'));$remove_drop = CHtml::dropDownList('catlist','',CmpCat::m
阅读更多...