I am using MAMP and Codeigniter, the issue I am having is every time I change the controller or model, I have to restart the server to get the changes. Is there some kind of cache going on?
Asked
Active
Viewed 120 times
1
-
By the way, I am using chrome, and I'm sure the cache is disabled. – user2914136 Oct 24 '13 at 04:46
1 Answers
0
What you need to do,
The modification is simple, its just a change to the MAMP preferences.
- Open MAMP
- Click the “Preferences” button or select “Preferences” from the MAMP menu
- Click on “PHP” in the tab-bar if its not already selected
- Change the “Cache” dropdown to be “––” so that no caching extension is used
- Click “OK” to save the changes
- Restart MAMP (click “Stop Servers” and then “Start Servers” once they’ve stopped)
Above is extracted from here.
Also see below
-
I tried your suggestion, when I use version 5.2.17, it works, 5.5.3 dose not work. Any idea why? – user2914136 Oct 24 '13 at 04:59
-
-
Since you are new here, accept the answer(tick) which solved your problem. Up-vote(up arrow) the answer(s) which give(s) you information or help(s) you. Down-vote(down arrow) the answer(s) which are fake. – Techie Oct 24 '13 at 05:09