CodeIgniter Forums
CI3 Helpers the only type without ucfirst? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: CI3 Helpers the only type without ucfirst? (/showthread.php?tid=1335)



CI3 Helpers the only type without ucfirst? - sv3tli0 - 03-01-2015

Hi

I wonder why helpers are the only type left starting with small letters ?
Controllers, Models, Libs, Drivers are all ucfirst and then for some reason helpers are with strtolower..
( I know that they are not classes usually but does it matter? )

Wouldn't it be better if they are with the same idea as other ucfirst..