This coding standard applies to the code within MediaMosa and its modules. The End-User-application that use MediaMosa may be written in other languages or other coding standards. Due to the fact that MediaMosa 2.x has been totally re-factored in a Drupal way a nice basic set of coding standards will be the Drupal coding standards. (http://drupal.org/coding-standards). These standards are based on the PEAR coding standards (http://pear.php.net/manual/en/standards.php). === Contents of the Coding Standard === * [wiki:"Indenting and Whitespace"] * [wiki:"Operators"] * [wiki:"Casting"] * [wiki:"Control Structures"] * [wiki:"Function Calls"] * [wiki:"Function Declarations"] * [wiki:"Arrays"] * [wiki:"Quotes"] * [wiki:"String Concatenations"] * [wiki:"Comments"] * [wiki:"Including Code"] * [wiki:"PHP Code Tags"] * [wiki:"Semicolons"] * [wiki:"Example URLs"] * [wiki:"Naming Conventions"] * [wiki:"Helper Module"]