开发者

coding standards in yii framework

开发者 https://www.devze.com 2023-01-06 12:54 出处:网络
is there any coding standard which follows yii framework, and where 开发者_开发百科it is specifiedYou can find them in Yii basic Documents

is there any coding standard which follows yii framework, and where 开发者_开发百科it is specified


You can find them in Yii basic Documents

Yii Basic Convention


The following code style is used for Yii 1.x development: https://github.com/yiisoft/yii/wiki/Core-framework-code-style

CodeSniffer Coding Standard Repo: https://github.com/Ardem/yii-coding-standard


Just you can see core files in this framework.


Here is the Yii2 coding standard.

https://github.com/yiisoft/yii2/wiki/Core-framework-code-style

0

精彩评论

暂无评论...
验证码 换一张
取 消