Codeigniter Class and filename case sensitive on Linux (centos)
问题 I am running into a case-sensitive problem that I'm not able to wrap my head around it appears. This is what my file structure looks like. I am only entering the directories that I am working with, but I am in fact using a full-install of CI3. /application .... /controllers/ application_controller.php /core/ MY_Controller.php Public_controller.php .... /models/ Application_model.php .... Here is what the class definition syntax looks like: /application/core/My_Controller.php class MY