PEARThe PHP Extension and Application Repository (PEAR) is (Web design templates)

PEARThe PHP Extension and Application Repository (PEAR) is a broadeffort with many component parts, collectively aimed at expand- ing the usefulness and reliability of the PHP language. With PEAR, developers should be able to write more capable software morequickly and with greater reliability. The most useful and best-known element of PEAR, its package- management system, attempts to reduce the frequency with whichPHP developers reinvent the wheel. Its main part is an onlinedatabase of code modules, accessible to anyone via an automatedprocess, that give the PHP language special capabilities. PEAR mod- ules, for example, enable PHP programmers to access LDAP directo- ries and open files in the Ogg Vorbis format without writing utilityclasses for those jobs. Programmers using the PEAR packages canfocus on the functionality of their creations, rather than wasting timestruggling with nuts-and-bolts problems. The PEAR initiative also includes a set of rules about how code is tobe written a style guide, if you like. The PEAR coding style rules aremeant to govern modules contributed to the PEAR archive, but in factapply well to all PHP work. You could do worse than to apply thePEAR coding style rules to all your PHP programs. PEAR has a sister project, the PHP Extension Community Library(PECL, pronounced pickle). PECL modules are extensions to PHPitself, rather than just PHP modules that can be imported into PHPprograms as needed. Together, PEAR and PECL make PHP muchmore capable and enable many more people to participate in thedevelopment of the language. What Is PEAR? There are many common tasks in PHP that require or strongly benefitfrom libraries of functions. There are many Web sites where PHPcommunity members offer code they ve written, but how do youknow the code is good, will be maintained and extended, and doesn thave any odd quirks or even malicious features? The PEAR projectoffers a large and growing library of known-good, well-maintained, well- documented PHP code which has passed many quality inspections all free for the taking. 2828CHAPTER …In This ChapterWhat is PEAR? The PEAR packagesystemPHP Foundation Classes (PFC) PHP Extension CodeLibrary (PECL) The PEAR coding style …
Note: In case you are looking for affordable webhost to host and run your servlet application check Vision ecommerce web hosting services

Leave a Reply