![]() |
CodeIgniter reads cached data first if available - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: CodeIgniter reads cached data first if available (/showthread.php?tid=55566) |
CodeIgniter reads cached data first if available - El Forum - 11-01-2012 [eluser]Unknown[/eluser] Hi guys I m new in CodeIgniter. I m facing one problem. Whenever I insert or update data, it loades the cached data first if available otherwise it will show fetch data from database and then upload. I have uploaded this on http://www.originitsolution.com/apps/ Here, If you click on Register Button, then first time it will show that "Registration Closed", then you click on other links like "Forget Password" or "Login" and Come back to Register, Then this time, it will not show. I don't know how. Please help CodeIgniter reads cached data first if available - El Forum - 11-01-2012 [eluser]hasokeric[/eluser] That is what Caching is for... Disable Caching if thats something you dont like in your database.php perhaps you enabled caching. |