Initial knowledge of thinkphp--> on the path (the root directory of the Htdocs under XAMPP)

Source: Internet
Author: User

PHP has been learning for some time, has not felt, recently began to look at the framework, my simple understanding, the so-called framework is the presentation layer and the logical layer separation of a tool, and thinkphp is this tool, of course, he also integrates some powerful features to help programmers convenient, standardized, rapid development of code.

Create a project folder in the root directory, and then write to index.php, and the browser will enter Localhost:appname to automatically generate the appropriate folder in the project directory. The default is the IndexAction.class.php under the Action folder under Lib The index method corresponds to the representation layer picture under the TPL index (need to create it yourself) index.php

(entry file index.php) define (' App_path ', './appname/');

Define (' App_name ', ' APP ');

Require ("/thinkphp/thinkphp.php");




This article is from the "lamp94" blog, make sure to keep this source http://lamp94.blog.51cto.com/9340829/1553067

Initial knowledge of thinkphp--> on the path (the root directory of the Htdocs under XAMPP)

Related Article

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.