Introduction - If you have any usage issues, please Google them yourself
//The import document ThinkPHP automatically generated by define ( ' THINK_PATH' , ' ../ThinkPHP' ) // define the project name, if not defined, the default file name for the entrance to define ( ' APP_NAME' , ' ajax' ) define ( ' APP_PATH' , ' ./ajax' ) // load the framework of the public entrance ThinkPHP documents require (THINK_PATH. '/ThinkPHP.php' ) // examples of application of a Web site $ App = new App () // implementation of application $ App-> run ()