thinkphp how to turn off caching

Source: Internet
Author: User

This article mainly introduces the method of thinkphp off the cache, the development of projects often need to flirt, there is a cache is not convenient, so always out of the way to close the cache, the need for friends can refer to the

Because you need to modify it frequently in your development, you should always delete the cache to see the effect.

So for the convenience of development, the cache can be removed.

1. Find thinkphpcommonconvention.php and thinkphpcommondebug.php

2. Open the two files and find the settings you want.

In debug.php

The code is as follows:

' tmpl_cache_on ' =>false,//default to open template cache

In convention.php '

The code is as follows:

Tmpl_cache_on ' => false,///default open template compile cache false every time you recompile the template

' action_cache_on ' => false,//default shutdown ACTION Cache

' html_cache_on ' => false,//default shutdown static cache

thinkphp How do I turn off all caches? (Baidu know the satisfaction of the answer)

The code is as follows:

App_debug=>true

Db_field_cache=>false

Html_cache_on=>false

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.