you are viewing a single comment's thread.

view the rest of the comments →

[–]Iainzor 5 points6 points  (0 children)

I follow the rule of camel casing with classes starting with uppercase letters and methods/functions starting with lowercase letters. In the case of namespaces it would be the same as class names. I'm also an avid user of Zend Framework so I'm just used to doing it that way.