Coding Standards

While I respect much of the recommendations of the PHP Framework Interop Group, I do not agree with all of their suggestions. That said, I absolutely agreeĀ  it is critical standards be established, and consistent, solid coding practice must be maintained throughout any code base. Most of my conventions and standards predate any of their PHP Standard Recommendations (PSR) by years, in particular those related to code structure and style.

Placeholder for actual standards…