Zend framework coding standards

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

User avatar
kyberfabrikken
Forum Commoner
Posts: 84
Joined: Tue Jul 20, 2004 10:27 am

Post by kyberfabrikken »

matthijs wrote: Maybe I should clarify that I'm not specifically using the zend framework in this case but I just want to follow the same standards
I use a PEAR-like naming scheme myself; The only exception is, that I lowercase all filenames, and namespaces. I put everything within this naming scheme, although templates (procedural PHP files) are kept in a separate folder, outside the library path. This means that even application level classes will have the rather long winded pseudo_Namespaces.
Post Reply