Welcome Guest, Not a member yet? Register   Sign In
Problem with case sensitive in loading controllers
#11

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.
Reply
#12

(This post was last modified: 06-12-2015, 03:29 PM by no1youknowz.)

(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.   Cool

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.
Reply
#13

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

Reply




Theme © iAndrew 2016 - Forum software by © MyBB