home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / phptriad / phptriadsetup2-11.exe / php / pear / README < prev    next >
Text File  |  2001-01-09  |  998b  |  35 lines

  1.        PEAR - PHP Extension and Application Repository
  2.        ===============================================
  3.          Dedicated to Malin Bakken, born 1999-11-21
  4.  
  5. WHAT IS PEAR?
  6.  
  7. PEAR is a code repository for PHP extensions and PHP library code
  8. similar to TeX's CTAN and Perl's CPAN.
  9.  
  10. The intention behind PEAR is to provide a means for library code
  11. authors to organize their code in a defined way shared by other
  12. developers, and to give the PHP community a single source for such
  13. code.
  14.  
  15.  
  16. ADMINISTRATION
  17.  
  18. This section will describe the rules for how files are structured and
  19. how functions and classes should be named.
  20.  
  21.  
  22. TOOLS
  23.  
  24. This section will describe the tools provided to PEAR users.
  25.  
  26.  
  27. CODING RULES AND GUIDELINES
  28.  
  29. * All PHP code must use <?php ?>.  This is the only really portable tag.
  30.  
  31. * Before adding a new top-level directory ("DB" is one), discuss your
  32.   intentions on php-pear@lists.php.net.
  33.  
  34. * Please see the CODING_STANDARDS file for full rules and guidelines.
  35.