a coding standard for PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lkrubner@geocities.com

    a coding standard for PHP

    What are the mostly widely used coding standards for PHP?

  • DH

    #2
    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?

    Comment

    • News Me

      #3
      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

        #4
        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

          #5
          Re: a coding standard for PHP

          There is a phpBB coding style.
          Visit www.phpbb.com пок more information

          Comment

          • mr.fico

            #6
            Re: a coding standard for PHP

            I like this one too:

            Nice and clean PHP coding standard very similar to PEAR.

            Comment

            Working...