I think most probably do lowercase. I tend to follow the same conventions as Rails and some other MVCs.
ClassName => file_name So the ApplicationController class has a file name of application_controller.ext On Sep 7, 2010, at 9:19 AM, Trevor Orr wrote: > I have always developed websites in a windows environment and recently I have > started developing in a LAMP environment and since file names are case > sensitive I was just wondering if there is a more or less standardized file > naming convention when it comes web development? Like all lower case or > camel case separated by underscores or ??? > > Just not sure what I prefer since in windows you can be lazy and not worry > about case.
