CodeIgniter PHP Model Access “Unable to locate the model you have specified”
问题 I have been trying to load some models for this website I am building. However, for an unknown reason, it will bring the following error : An Error Was Encountered Unable to locate the model you have specified: logon_model Now , I have done my research. The problem would be that IC processes file names in lowercase. However, both my file and the file calling is in lower case, as shown here : echo \"VALIDATING\"; // Validation passed. Off we go to account info verification from AA\'s database.