Codeigniter Disable Cache

后端 未结 4 1424
遥遥无期
遥遥无期 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条回答
  •  Happy的楠姐
    2020-12-18 01:00

    Just delete all the cached items in the application/cache folder:

    http://ellislab.com/codeigniter/user-guide/general/caching.html
    

提交回复
热议问题