Which Coding convention to follow for PHP?

coding-style, php

Solution

For PHP, i'd suggest to follow Zends suggestions

As you might know, Zend is the most widely used framework!

Problem

Should I stick with Sun's Java code conventions for PHP code?

Original source