vote up 5 vote down star
1

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

flag

5 Answers

vote up 19 vote down check

For PHP, i'd suggest to follow Zends suggestions

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

link|flag
1  
More importantly, Zend is the company that writes the PHP engine... hence why PHP5 uses the Zend Engine, version 2. – R. Bemrose Sep 26 '08 at 13:30
vote up 3 vote down

If you are in a business follow the business code convention.

If it's for a personal project you can get the specific language specification (if you do Java than Java, if you do Php than PHP). If it's your personal project you can change few things if you desire...

If you do open source project, you should go see what's already in place.

link|flag
vote up 0 vote down

There are many different coding conventions out there. Have a look at what other people use (read some example code and see how easy it is to understand what is being done) and take your pick.

The important part is to choose one and stick to it.

link|flag
vote up 4 vote down

You have a number of options:

Zend: http://framework.zend.com/manual/en/coding-standard.html

Pear: http://pear.php.net/manual/en/standards.php

Wordpress: http://codex.wordpress.org/WordPress_Coding_Standards

But like prakash suggests, Zend is a good choice.

link|flag
vote up 0 vote down

http://www.symfony-project.org

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.