ThinkPHP生成的验证码不显示问题解决 解决方法:在调用验证码之前加上 ob_clean();不显示验证码的代码:public function verify(){ $verify = new \Think\Verify(); $verify... Leek 个人分享 2019-5-21 1368 0
ThinkPHP 事务处理 (事务回滚) 、异常处理 $trans_result = true; $trans = M(); $trans->startTrans(); // ... Leek 个人分享 2018-11-23 1075 0
thinkphp之支付宝支付接口; 下面是支付下单接口 <?php namespace App\Controller; use Common\Controller\AppbaseController; Vendor('Alipay.AopClie... Leek 个人分享 2018-6-13 1564 0
Nginx下Thinkphp的伪静态规则【完美运行】 server { ... location / { index index.htm index.html index.php; #访问路径的文件不存在则重写URL转... Leek 网络技巧 2018-5-19 1461 0