Changes between Version 2 and Version 3 of DolphinCodeConvention
- Timestamp:
- Aug 24, 2010, 6:40:10 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DolphinCodeConvention
v2 v3 15 15 == Variable Declarations: Names == 16 16 Given no strict data classification in PHP, all Variable Names must begin with a lower case letter of the first character in the name of a particular data type prefix. 17 17 18 '''Data type prefixes:''' 19 18 20 - i Integer 19 21 - f Float, Double