nginx隐藏thinkphp中的index.php文件路径
/www/server/panel/vhost/rewrite/shop.sunluqi.xyz.c… 继续阅读 nginx隐藏thinkphp中的index.php文件路径
/www/server/panel/vhost/rewrite/shop.sunluqi.xyz.c… 继续阅读 nginx隐藏thinkphp中的index.php文件路径
根据活动状态 = 1优先排序,根据创建时间倒序 $lists = Db::name(‘need’)-… 继续阅读 thinkphp根据某个字段的某个值排序
用惯了TP5,在使用TP3的过程中有一些坑. setinc不抛出异常,ppid和currency3均… 继续阅读 thinkphp3 使用入坑记录
https://www.jianshu.com/p/153615b79114 nginx静态资源跨域… 继续阅读 thinkphp跨域问题解决
$rule = [ ‘password’ => ‘require|min:6|confirm:… 继续阅读 thinkphp验证器规则
tp版本和think-queue版本 "topthink/framework":… 继续阅读 thinkphp-queue实现消息队列
配置config.php配置文件 ‘cache’ => [ // 驱动方式 ‘type’ =&… 继续阅读 thinkphp配置redis缓存静态内容
① limit使用无效 当取一条数据时,find(),value()方法,limit对取单条数据无效… 继续阅读 thinkphp数据库操作问题
可以使用composer引用,也可以如下方式引用,将composer的Image类,拷贝到/thin… 继续阅读 thinkphp Image类的使用
Db::startTrans(); try{ /***①减少用户棒棒糖数量… 继续阅读 thinkphp一个简单的事务操作