Skip to content

Opening book details…

Can I read PHP Coding Standards and Conventions on EtoBox?

PHP Coding Standards and Conventions by dhanrajpardeshi is a document available to read on EtoBox.

What is PHP Coding Standards and Conventions about?

The document provides coding standards for PHP projects including: - Class names should use upper case letters for word separators and lower case for the rest. Function and variable names should be all lower case with underscores. - Avoid all uppercase abbreviations, use initial uppercase followed by lowercase. - Indent using two spaces, not tabs. Place braces correctly for if/else and while/for statements. - Follow conventions for defining constants, global variables, and static variables. - Ensur

Author
dhanrajpardeshi
Language
EN