How to disable caching during Thinkphp development

Source: Internet
Author: User
The method for disabling caching during Thinkphp development needs to be modified frequently during development, so that the cache must be deleted frequently to see the effect. Therefore, cache can be removed for ease of development. 1. find ThinkPHPCommonconvention. php and ThinkPHPCommondebug. php2. open these two files and find the settings you want. Disable caching when developing TMPL_CACH Thinkphp in debug. php

Because it needs to be modified frequently during development, the cache must be deleted frequently to see the effect.

Therefore, cache can be removed for ease of development.

1. find \ ThinkPHP \ Common \ convention. php and \ ThinkPHP \ Common \ debug. php.

2. open these two files and find the settings you want.

Debugging. php

'Tmpl _ CACHE_ON '=> false, // The template cache is enabled by default.

?

Convention. php

'Tmpl _ CACHE_ON '=> false, // if the template compilation cache is enabled by default, false is used to re-compile the template 'action _ CACHE_ON' => false, // by default, 'HTML _ CACHE_ON '=> false is disabled. // static cache is disabled by default.

?

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.