Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

controller 方法增加获取多层控制器最后控制器名称 #2440

Open
wants to merge 1 commit into
base: 6.0
Choose a base branch
from

Commits on Dec 30, 2020

  1. controller 方法增加获取多层控制器最后控制器名称

    使用方法 Request::controller(false, true); 第二参数设置为true;
    PHP8可以直接 Reuqest::controller(suffix:true);
    主要效果
    v1.main 使用新方法后可以直接获取 mian控制器名称
    9007967 authored Dec 30, 2020
    Configuration menu
    Copy the full SHA
    74342aa View commit details
    Browse the repository at this point in the history