Problem with case sensitive in loading controllers |
Really, it would only take about 3 minutes to code and a few seconds to run a PHP script that uses glob() to get all filenames in a dir, ucfirst() the filenames and rename() them.
(06-11-2015, 01:56 PM)CroNiX Wrote: Really, it would only take about 3 minutes to code and a few seconds to run a PHP script that uses glob() to get all filenames in a dir, ucfirst() the filenames and rename() them. Took me not even 30 seconds to implement my code. If I get another 30 seconds, I may write some sort of patch for myself for future upgrade. ![]() Seriously tho, learn some other code. Doing system stuff is better suited to either python, bash or even golang. You can't do everything in php and I certainly wouldnt want to either.
Controller class name should be start from a capital letter, As it is convention in codeignetor.
You should try Profile instead of profile.
The FAS Solutions
corporate web development web designs and development services http://www.thefas-solutions.com |
Welcome Guest, Not a member yet? Register Sign In |