Skip to main content

23 docs tagged with "Policies"

View All Tags

Data-loss

This page forms part of the Moodle security guidelines.

PHP CodeSniffer

PHPCodeSniffer is a tool used to analyse PHP code using a set of rules. In many cases these rules can be used to automatically fix the errors they identify.

Policies

This is the top-level page describing Moodle's coding standards and guidelines. It's the place to start if you want to know how to write code for Moodle.

Security

This page describes how to write secure Moodle code that is not vulnerable to anything that evil people may try to throw at it.

SQL coding style

This page describes recommended coding style for complex database queries.

SQL injection

This page forms part of the Moodle security guidelines.