coding standard how to?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
hannnndy
Forum Contributor
Posts: 131
Joined: Sat Jan 12, 2008 2:09 am
Location: Iran>Tehran
Contact:

coding standard how to?

Post by hannnndy »

hi

how can we have coding standard for php web developer team in order to read and modify each other's code? have you any idea about creating coding standards?
User avatar
Zoxive
Forum Regular
Posts: 974
Joined: Fri Apr 01, 2005 4:37 pm
Location: Bay City, Michigan

Re: coding standard how to?

Post by Zoxive »

Most common: http://framework.zend.com/manual/en/cod ... ndard.html

Otherwise with a Dev team usually it is decided which their desired way to code is. With some sort of document.
Post Reply