fuel / core

Fuel PHP Framework - The core of the Fuel v1 framework
http://fuelphp.com
813 stars 345 forks source link

Can't do upper case view names #595

Closed phil-lavin closed 13 years ago

phil-lavin commented 13 years ago

I had a view named sizecharts/KN313.php. Doing render('sizecharts/KN313') returned view not found. Also doing render('sizecharts/kn313') didn't work.

I had to rename the view to kn313.php and do render('sizecharts/kn313') to make it work.

WanWizard commented 13 years ago

lower-case filenames (for all files) is by design.

see http://fuelphp.com/docs/general/coding_standards.html under "File Naming".