Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 400 Bytes

naming_convention.md

File metadata and controls

24 lines (19 loc) · 400 Bytes

Naming convention follow this rules:

PHP

  • ClassName
  • methodName
  • propertyName
  • function_name (meant for global functions)
  • $variable_name
  • CONSTANT_NAME

Source

Files

  • ClassName.class.php
  • other_scripts.php
  • a-site.php
  • css_file.css

CSS

  • a-class
  • an-id

gettext

No convention. (Needs discussion)