robregonm / YiiFirebird

Firebird Adapter for Yii 1.1.x
13 stars 8 forks source link

Create a standard formatting for source code. #10

Closed edgardmessias closed 11 years ago

edgardmessias commented 11 years ago

Create a standard formatting for source code.

robregonm commented 11 years ago

Let's follow PSR-2 when possible (excepting "3. Namespace and Class Names" rule in PSR-1, because we are not using namespaces) https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md

edgardmessias commented 11 years ago

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

robregonm commented 11 years ago

By the way, Yii framework follows PSR-0 standard.