摘要: <script type="text/javascript"> $(function(){ //全选 $("#CheckedAll").click(function(){ $('[name=items]:checkbox').attr("checked", this.checked ); }); $ 阅读全文
posted @ 2017-01-04 16:27 goodtaste 阅读(222) 评论(0) 推荐(0)
摘要: //子模块里设置了新数据库的连接 $connection =Yii::$app->controller->module->get('db'); //$connection =Yii::$app->db; //连接 $command = $connection->createCommand('SELE 阅读全文
posted @ 2017-01-04 16:12 goodtaste 阅读(1319) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-01-04 16:10 goodtaste 阅读(0) 评论(0) 推荐(0)