Reputation: 4623
is there any coding standard which follows yii framework, and where it is specified
Upvotes: 11
Views: 4980
Reputation: 9447
Here is the Yii2 coding standard.
https://github.com/yiisoft/yii2/wiki/Core-framework-code-style
Upvotes: 0
Reputation: 5063
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
Upvotes: 7