Codeigniter Disable Cache

后端 未结 4 1434
遥遥无期
遥遥无期 2020-12-18 00:30

I\'m trying to learn Codeigniter and understand the basics so far, but as I try to test, it seems the cache is getting in the way. Normally when I test on localhost I make a

4条回答
  •  星月不相逢
    2020-12-18 01:02

    IF you enabled the cache, you need to disable it (comment out the cache). Otherwise it may be your browser caching, you could force a SHIFT-F5 (in most browsers).

    The cache will only work if you have it so defined in your controller etc; not randomly.

提交回复
热议问题