Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
互联网应用开发
wiki-php
Wiki
code standard
code standard
· Changes
Page history
wangqs created page: code standard
authored
Jul 01, 2016
by
互联网应用开发
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
code-standard.md
code-standard.md
+1
-1
No files found.
code-standard.md
View page @
04144d69
...
@@ -68,7 +68,7 @@ class Person {
...
@@ -68,7 +68,7 @@ class Person {
6.
不得在view层查询数据库
6.
不得在view层查询数据库
8.
变量名不得出现拼音
8.
变量名不得出现拼音
9.
变量名的长度超过3;
9.
变量名的长度超过3;
10.
变量使用前须声明
10.
所有
变量使用前须声明
11.
前端过来的数据谨慎处理,第一时间考虑 注入和跨站的可能性
11.
前端过来的数据谨慎处理,第一时间考虑 注入和跨站的可能性
12.
待补充
12.
待补充
...
...