![]() |
HELP ME - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: HELP ME (/showthread.php?tid=53431) |
HELP ME - El Forum - 07-24-2012 [eluser]Unknown[/eluser] Using CI ,I write code like this: Code: function index() why it happens and what can I do to this? "$this->output->cache()" is not been used . I'm a Chinese and apologize for my poor English. HELP ME - El Forum - 07-24-2012 [eluser]InsiteFX[/eluser] Then your web browser is caching your pages and you would need to send a no-cache header before outputing again. Code: this->output->set_header("HTTP/1.0 200 OK"); HELP ME - El Forum - 07-25-2012 [eluser]summanerd[/eluser] seraphetx, where is the banner["status"] being saved? It looks like start mission and mission loop are methods within your controller, not a part of the model. I guess I'm not seeing the connection of how you're storing that value. |