Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Kamolpop Kuadsantia (ไอซ์)
naming-conventions
Wiki
Home
Home
· Changes
Page history
kamolpop created page: home
authored
Mar 14, 2016
by
Kamolpop Kuadsantia (ไอซ์)
Show whitespace changes
Inline
Side-by-side
home.markdown
View page @
1cf77813
...
...
@@ -86,6 +86,9 @@ Function name
$HummingBird->setEyeColor();
```
Variable name
-------
#### ตัวแปร type boolean ต้องมี is หรือ has นำหน้า เช่น
```
$isActived = true;
...
...