Advertisement
ExeQue

PHP Naming Convention

Dec 23rd, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. ╔═════════════╦════════════╦══════════════╦════════════╦════════════╗
  2. ║ Classes ║ Methods ║ Properties ║ Functions ║ Variables ║
  3. ╠═════════════╬════════════╬══════════════╬════════════╬════════════╣
  4. ║ PascalCase ║ camelCase ║ camelCase ║ lower_case ║ lower_case ║
  5. ╚═════════════╩════════════╩══════════════╩════════════╩════════════╝
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement