What are the mostly widely used coding standards for PHP?
a coding standard for PHP
Collapse
This topic is closed.
X
X
-
lkrubner@geocities.comTags: None -
DH
Re: a coding standard for PHP
lkrubner@geocit ies.com wrote:[color=blue]
> What are the mostly widely used coding standards for PHP?
>[/color]
PEAR?
-
News Me
Re: a coding standard for PHP
DH wrote:[color=blue]
> lkrubner@geocit ies.com wrote:
>[color=green]
>> What are the mostly widely used coding standards for PHP?
>>[/color]
>
> PEAR?
> http://pear.php.net/manual/en/standards.php[/color]
Ditto. There are others floating about on the web, but it makes sense
to use the one endorsed by the PEAR. That way if you end up creating
something worth sharing, you already have it in the preferred format.
NM
--
convert uppercase WORDS to single keystrokes to reply
Comment
-
R. Rajesh Jeba Anbiah
Re: a coding standard for PHP
lkrubner@geocit ies.com wrote:[color=blue]
> What are the mostly widely used coding standards for PHP?[/color]
Nothing. Lots of frameworks and apps--and lots of standards. But,
phpdoc comment style seems to be used widely for documentation purpose.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
Comment
-
baxi
Re: a coding standard for PHP
There is a phpBB coding style.
Visit www.phpbb.com пок more information
Comment
Comment