摘要: 链接数据库 一、配置文件定义 TP5\application\database.php // 数据库类型 'type' => 'mysql', // 服务器地址 'hostname' => '127.0.0.1', // 数据库名 'database' => 'ceshi', // 用户名 'use 阅读全文
posted @ 2018-08-03 22:00 359950470 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 类、方法、函数 一、加载页面 1、系统函数 return view(); 2、系统View类 $view = new View(); return $view->fetch(); 3、通过Controller类 需要控制器继承系统类 return $this->fetch(); 二、获取请求类 1、 阅读全文
posted @ 2018-08-03 12:01 359950470 阅读(225) 评论(0) 推荐(0) 编辑