EllisLab text mark
Advanced Search
     
CodeIgniter reads cached data first if available
Posted: 01 November 2012 01:38 PM   [ Ignore ]
Joined: 2012-11-01
1 posts

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

 
Posted: 01 November 2012 02:05 PM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2009-03-12
13 posts

That is what Caching is for… Disable Caching if thats something you dont like in your database.php perhaps you enabled caching.