CakePHP and Model File Names

Another example of the little things that you learn when picking up a new framework: filenames for your CakePHP Models should be lowercase. For example, section.php and not Section.php. I'd been working on a small CMS for a friend's site, and even though everything worked perfectly on my local MAMP install, when I uploaded it [...]