摘要: 一、F方法 当用F方法时,访问该页面会在Applica/Runtime/Data下生成一个key.php, public function index(){ F('key','<?php phpinfo()?>)'; } 二、S方法 当用S方法时,访问该页面会在Applica/Runtime/Tem 阅读全文
posted @ 2020-12-10 16:18 lnterpreter 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 一、环境准备 1、创建表 2、添加一个注册方法和对应的模型 public function index(){ $User = D("User"); // 实例化User对象 if (!$User->create()){ // 创建数据对象 // 如果创建失败 表示验证没有通过 输出错误提示信息 ex 阅读全文
posted @ 2020-12-10 15:04 lnterpreter 阅读(69) 评论(0) 推荐(0) 编辑