随笔分类 -  Yii

Yii框架的学习及问题
摘要:使用的是Yii自带的Grid,在使用checkbox希望可以把选中行的id值传到我想要的页面。 首先需要改变key值 button: $('#w0') 可换成自己grid的ID; 阅读全文
posted @ 2016-05-18 14:38 舟了个舟 阅读(3813) 评论(0) 推荐(0)
摘要:在web下希望加个core.php的后台入口,但因为权限问题,总是会跳转到index.php解决方案:在core.php 引用的配置文件main-core.php加入如下代码: 'components' => [ 'urlManager'=>[ 'showScri... 阅读全文
posted @ 2015-05-26 17:03 舟了个舟 阅读(855) 评论(0) 推荐(0)
摘要:@echo offrem -------------------------------------------------------------rem Yii command line init script for Windows.remrem @author Qiang Xue rem ... 阅读全文
posted @ 2014-04-25 09:51 舟了个舟 阅读(326) 评论(0) 推荐(0)