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
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.