What to do if my php model file does not open a json file that's in the same model directory?
Ok, so I have a JSON file that looks like this: There are nine such objects in the JSON array. Now I want to access the data in my model file. The problem is I followed the method recommended all…