I try to check my code my with PHP_CodeSniffer i find this two "Standard" definition for sf :
http://my-techs.blogspot.com/2008/12/php-codesniffer-standar d-for- symfony.html http://www.mail-archive.com/[email protected]/m sg23280.html But none of them seem to be really working :(, if someone have something more accurate it would be cool to publish it for sf comunity :) … Anyways i try to make it myself and i found this page : http://trac.symfony-project.org/wiki/HowToContributeToSymfon y#CodingStandards Helpfull but not complete for exemple how to write a Doctrine_Query ? Like in Doc ? I continued my investigation : http://www.doctrine-project.org/documentation/manual/1_0/nl/coding-standards "Et la c'est le drame …" ;) The two coding standard are not the same for exemple : String concatenation : Sf: $newString = $string.' is awesome!'; (no space) Doctrine: $framework = 'Doctrine' . ' ORM ' . 'Framework'; (space) The "if" statement … So where is the truth ? Is it not a limitation to integrate my project to a Continuous Integration Plateform with cool tools like Code Analyse and Metric ? I found a cool tool : http://arbitracker.org/news.html I saw Sismo too but it's far far away … ;) Thanks to readme, sorry for my english. -- You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en.
