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
posted @ 2017-06-09 18:29
posted @ 2017-06-09 18:04