thinkphp模型使用记录
static function getList($params){ extract($params)… 继续阅读 thinkphp模型使用记录
static function getList($params){ extract($params)… 继续阅读 thinkphp模型使用记录
$filter = json_decode($this->request->get(&q… 继续阅读 fastadmin更改where条件
.htaccess文件对应内容修改为以下内容 <IfModule mod_rewrite.c&… 继续阅读 thinkphp No input file specified.
<?php namespace app\index\controller; &n… 继续阅读 curl携带cookie thinkphp令牌验证
禁止访问runtime目录,以及其下所有子目录或文件 location ^~ /data/runti… 继续阅读 thinkphp在nginx下限制runtime日志的访问
logic:顾名思义,主要是用来堆砌业务逻辑代码的 service:一般跟API接口做对接的代码都放… 继续阅读 thinkphp logic service model区别
下载url rewrite模块安装 https://www.jb51.net/softs/61438… 继续阅读 iis7下运行php网站(thinkphp5)
AopClient.php <?php require_once ‘AopEncrypt.ph… 继续阅读 thinkphp5.0 Loader::import引入extend第三方类库,APP支付宝服务端支付为例
composer安装phpword 执行composer require phpoffice/php… 继续阅读 phpword替换word里边的变量
模型中操作 public function getZhifuListTextAttr($va… 继续阅读 thinkphp获取器的使用