paginate(20,false,['query'=>request()->param()]); 20是每页显示行数 示例代码: $list = Db::name('article')->paginate(20,false,['query'=>request()->param()]); ...
分类:
Web程序 时间:
2019-07-04 09:31:45
阅读次数:
214
国内 PHP Composer 镜像列表 [TOC] Composer 是什么? Composer 是一个 PHP 包管理的系统,现在越来越多的 PHP 使用 Composer 来管理包。 比如 FastAdmin、 ThinkPHP、Laravel 等都是用 Composer 进行 php 包的管 ...
分类:
Web程序 时间:
2019-07-03 13:57:08
阅读次数:
252
这个是基本功,以前用到laravel及thinkphp时,这一步,都被设置好了吧。 这里只依靠纯的php环境,而没有任何框架, 而框架,只是将这一切规范化,加快代码效率及减小沟通成本,维护升级也方便,而且还是最佳实践。 ...
分类:
Web程序 时间:
2019-07-01 15:51:31
阅读次数:
167
如下: Warning: require(): open_basedir restriction in effect. File(/www/wwwroot/zhuyuyun/thinkphp/start.php) is not within the allowed path(s): (/www/ww ...
分类:
Web程序 时间:
2019-06-28 22:42:16
阅读次数:
295
路由控制類RCE/think/App.php 變量覆蓋RCE/think/Request.php SQL:1.漏洞影响版本: 5.0.13<=ThinkPHP<=5.0.15 、 5.1.0<=ThinkPHP<=5.1.5 。 2. 5.1.6<=ThinkPHP<=5.1.7 (非最新的 5.1 ...
分类:
Web程序 时间:
2019-06-28 15:01:55
阅读次数:
151
模板布局及变量比较,循环。 controller layout index 效果 ...
分类:
Web程序 时间:
2019-06-24 21:05:46
阅读次数:
151
这个东东,就得多练多写,无它法。 1,Application\Home\Controller\IndexController.class.php 2,Application\Home\View\Index\index.html 3,测试 ...
分类:
Web程序 时间:
2019-06-23 22:51:05
阅读次数:
193
因为很熟悉DJANGO,所以对TP,要慢慢适应。 1,SQL文件 2,Application\Common\Conf\config.php 3,Applicaton\Home\Model\UserModel.class.php 4,Applicaton\Home\Model\PostModel.cl ...
分类:
Web程序 时间:
2019-06-23 21:14:09
阅读次数:
155
Php 5.3.29版本 windows7环境 1、首先要下载 php_pdo_sqlsrv_53_ts_vc9.dll php_sqlsrv_53_ts_vc9.dll 下载地址:http://share.weiyun.com/dc589fc41567ce6e3fb8b131ec1553ff 这两 ...
分类:
数据库 时间:
2019-06-23 15:49:39
阅读次数:
160
ThinkPHP中的__initialize()和类的构造函数__construct()网上有很多关于__initialize()的说法和用法,总感觉不对头,所以自己测试了一下。将结果和大家分享。不对请更正。首先,我要说的是1、__initialize()不是php类中的函数,php类的构造函数只有 ...
分类:
其他好文 时间:
2019-06-20 12:45:02
阅读次数:
86