mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
Remove 'variable' - leave it to the developer.
@@ -46,11 +46,6 @@ Use BSD/Allman/Pascal style - opening '{' on a new line. The only exception is f
|
|||||||
|
|
||||||
[PSR-1](https://www.php-fig.org/psr/psr-1/) is used with the exception of class/method naming (see below).
|
[PSR-1](https://www.php-fig.org/psr/psr-1/) is used with the exception of class/method naming (see below).
|
||||||
|
|
||||||
## Variables
|
|
||||||
Use **camelCase** for variables.
|
|
||||||
|
|
||||||
$camelCase = "value";
|
|
||||||
|
|
||||||
## Constants
|
## Constants
|
||||||
Use UPPER_CASE_WITH_UNDERSCORES for constants.
|
Use UPPER_CASE_WITH_UNDERSCORES for constants.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user