tp5自定义扩展类的使用extend

1.在入口index.php定义目录

define('EXTEND_PATH', __DIR__ .'/../extend/');

2.在使用页引用

use lib\Page;

3.初始化

$page = new Page($total,$listRows);
posted @ 2017-09-30 17:59  TBHacker  阅读(12871)  评论(2编辑  收藏  举报