CakePHP - Helper filenames must be lower case?
Bit of an odd one. It seems that in between the beta version of CakePHP 1.2 that I’ve been using and the full release, Helpers now must have lower-case filenames or they go missing.
You’ll wind up with a null object error otherwise.
I wonder if I did something wrong?