php 自制简单路由类 望大神指点
摘要:
class route{ /** @var null 模块 */ private static $module = null; /** @var null 控制器 */ private static $controller = null; /** @var null 方法 */ private st 阅读全文
posted @ 2017-06-09 18:29 Barret_gun 阅读(294) 评论(0) 推荐(0)
浙公网安备 33010602011771号