摘要: public function _initialize(){ if(!$_SESSION['username']){ $this->error('请先登录',U('Admin/Login/index')); } } ​​​​ 阅读全文
posted @ 2017-03-09 10:52 张忠冉 阅读(649) 评论(0) 推荐(0) 编辑
摘要: $(function(){ $('.xii').click(function(){var xid = $(this).children('input').val();$.ajax({type:"post",url:"{:U('Home/Pin/xii')}",data:"xid="+xid,data 阅读全文
posted @ 2017-03-09 10:49 张忠冉 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 修改TP里的session相当简单,TP也为我们考虑到了! 仅需要在项目配置文件里面加上: 'SESSION_OPTIONS' => array('path'=>'D:/thinkphp/sessions/') 也可以修改在php.ini里的配置session.save_path是注释掉的,那么Se 阅读全文
posted @ 2017-03-09 10:47 张忠冉 阅读(592) 评论(0) 推荐(0) 编辑
摘要: <a href="http://wpa.qq.com/msgrd?v=3&uin= 你的QQ号码 &site=qq&menu=yes"> 阅读全文
posted @ 2017-03-09 10:46 张忠冉 阅读(122) 评论(0) 推荐(0) 编辑
摘要: public function upload(){ $upload = new \Think\Upload();// 实例化上传类 $upload->maxSize = 3145728 ;// 设置附件上传大小 $upload->exts = array('jpg', 'gif', 'png', ' 阅读全文
posted @ 2017-03-09 10:23 张忠冉 阅读(2286) 评论(0) 推荐(0) 编辑