Tag: development



My coding standards

Useful links the PHP manual the PHPUnit manual the Composer and Packagist websites the X-Debug documentation Coding styles Base standards I MUST try to follow the coding standards and naming rules most commonly in use: the PEAR coding standards the PHP Framework Interoperability Group standards. My coding rules script files MUST all be encoded with LF line ending (UNIX “linefeed”) in classic UTF-8 character set with NO BOM ; lines in a script MUST never …