strange problem - I cannot name the folder under controllers as 'json'
Say under controllers, I create a folder called 'json' and put some controller file under it.
I got page not found error when I try to access it. But if I rename the folder name from 'json' to 'test1' etc., then I can access it.
CI and php manual don't say that 'json' is a word I cannot use. So could it have something to do with your own set up of the sample codes Claudia's?
Thanks!
|