Project: Hymie PHP MVC framework File: Router.php Created Date: 2019-08-11
Github: https://github.com/mahaixing/hymie-mvc Gitee: https://gitee.com/mahaixing/hymie-mvc Composer: https://packagist.org/packages/hymie/mvc
ConfigedRouterSource | 路由处理类,根据 router.php 内配置的 $routers 数组定义的 路由与控制器对应关系,查找控制器对象。 |