The controller file name is UserLogin and the class name is UserLogin.php. How should the corresponding folder in the view be named? Why can’t I access the username I named userlogin?
Place UserLoginController.class.php under the folder Controller
Place the UserLogin folder under the folder View, and then put the html page inside
The folder name corresponding to the view is the same as the name of the controller, but please pay attention to the capitalization
Place UserLoginController.class.php under the folder Controller
Place the UserLogin folder under the folder View, and then put the html page inside
The folder name corresponding to the view is the same as the name of the controller, but please pay attention to the capitalization