thinkphp 3.2.2 Using define (' build_controller_list ', ' index,user,menu ') cannot generate the appropriate controller

Source: Internet
Author: User

The author recently studied the thinkphp framework, according to the official development manual, in the architecture section, according to the manual, the binding admin module cannot generate the corresponding file.

<?
Define (' Bind_module ', ' admin ');//Bind Admin module, if not, generate the module
Define (' Build_controller_list ', ' index,user,menu ');//Generate Inderxcontoller,usercontroller,menucontroller
Define (' Build_model_list ', ' user,menu ');//Generate class. Usermodel,menumodel
Define (' App_path ', './application/');//Set project directory
Define (' App_debug ', True);//debug mode on
Define (' Runtime_path ', './runtime/');//Set Run directory
Define (' Common_path ', './common/');//Set Public module directory
Define (' Conf_ext ', '. ini ');//The configuration file suffix is all. ini format
Require ' d:/wamp/thinkphp/thinkphp.php ';

?>

After the check found in the application project already exists in the Admin module, the solution is: first delete the admin module, and then the browser to load the index.php portal file, it can be generated.

thinkphp 3.2.2 Using define (' build_controller_list ', ' index,user,menu ') cannot generate the appropriate controller

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.