liysd
liysd

Reputation: 4623

coding standards in yii framework

is there any coding standard which follows yii framework, and where it is specified

Upvotes: 11

Views: 4980

Answers (4)

Sam Dark
Sam Dark

Reputation: 5291

You can find them in Yii basic Documents

Yii Basic Convention

Upvotes: 12

Xavier John
Xavier John

Reputation: 9447

Here is the Yii2 coding standard.

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

Upvotes: 0

Motin
Motin

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

Miroslav Asenov
Miroslav Asenov

Reputation: 183

Just you can see core files in this framework.

Upvotes: 1

Related Questions