15,067
edits
| Line 41: | Line 41: | ||
* 使用 [http://www.sublimetext.com/ Sublime Text]{{kbd | key=ctrl}} + {{kbd | key=m}} 檢查括弧是否封閉 | * 使用 [http://www.sublimetext.com/ Sublime Text]{{kbd | key=ctrl}} + {{kbd | key=m}} 檢查括弧是否封閉 | ||
== unified coding style == | |||
variable: $var | |||
* PHP: starts with dollar symbol $var<ref>[http://www.php.net/manual/en/language.variables.basics.php PHP: Basics - Manual]</ref> | |||
* javascript: the first character can be a letter or _ or $, and the other characters can be letters or _ or $ or numbers.<ref>, and the other characters can be letters or _ or $ or numbers.</ref> | |||
== troubleshooting steps of function == | == troubleshooting steps of function == | ||