tp5+小程序开发笔记(六)
在application/extra下的配置文件都会被tp5自动加载 新建setting.php return[ 'img_prefix'=>'http://wmc.com/images' ] 使用模型的获取器拼接图片路...
在application/extra下的配置文件都会被tp5自动加载 新建setting.php return[ 'img_prefix'=>'http://wmc.com/images' ] 使用模型的获取器拼接图片路...
设置带版本号的路由 Route::get('api/v1/banner/:id','api/v1.banner/getBanner'); 1.tp5原生sql use think\Db; Db::query("select * from u...
1.捕获异常 2.处理异常(记录日志 或者 修复异常 或者 返回客户端) 3.抛出异常 try{ $banner = ..... }catch(Exception $ex) { $err = [ 'error_code=>'1000...
全部参数 setcookie(name,values,exprice,path,domain,secure,httponly) 1名称 2值 简单的设置 前两个参数是必须的 setcookie('user','xxx'); 3有效期(有效期...
AOP编程思想--面向切面编程 tp5路由: (设置了路由后pathinfo失效) Route::rule('路由表达式','路由地址','请求类型','路由参数(数组)','变量规则(数组)'); 请求类型:get post del...
设置admin.php入口文件 <?php define('BIND_MODULE','admin'); // 定义应用目录 define('APP_PATH', __DIR__ . '/application/'); // 加载框架...
图片名:tubiao.ico 优盘图标设置48*48 文件名:autorun.inf [autorun] icon=tubiao.ico
无法提供摘要。这是一篇受保护的文章。