PEAR Articles

  Home arrow PEAR Articles arrow Introduction to PEAR
PEAR ARTICLES

Introduction to PEAR
By: bluephoenix
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 3 stars3 stars3 stars3 stars3 stars / 8
    2003-09-30

    Table of Contents:
  • Introduction to PEAR
  • PEAR Installation
  • The Benchmark Package
  • Conclusion

  •  
     

    SEARCH CODEWALKERS

    TOOLS YOU CAN USE

    advertisement

    Introduction to PEAR


    (Page 1 of 4 )

    An introduction to PEAR with examples of using the Benchmark package.

    In Picking Up Perl, Bradley Kuhn cites a saying from the Perl community which says, "Perl promotes laziness, impatience and hubris." He explains how lazy programmers don't want to write the same routines repeatedly so they design their code to be reusable as much as possible. Impatient programmers write efficient programs to do work for them and programmers with pride write clean, readable code and share it with others. The PHP Extension and Application Repository (PEAR) brings this philosophy to PHP.

    Among other things, PEAR is a collection of reusable, open source code for use in PHP applications. The code is organized as a selection of files that act as wrappers giving convenient access to various PHP functions or extend PHP in some way. The files, collectively known as a "package," are easily obtained using the PEAR Package Manager.

    The PEAR Package Manager connects to a remote server, downloads and installs the desired package. The Package Manager can also be used to update or remove already installed packages to make maintenance easy.

    More PEAR Articles Articles
    More By bluephoenix

    blog comments powered by Disqus

    PEAR ARTICLES ARTICLES

    - Installing PEAR
    - PEAR: an Introduction
    - Managing robots.txt using PHP: Generating Dy...
    - Deleting Authors from a PEAR Content Managem...
    - PEAR CMS: Index and Delete Scripts
    - Listing Articles for a PEAR Content Manageme...
    - Building an Authors Page for a PEAR CMS
    - Building the View Details Page in a PEAR CMS
    - Creating the Main Pages of a PEAR CMS
    - Completing the Login Script for a PEAR CMS
    - User Authentication for a PEAR CMS
    - A PEAR CMS: Examining the Code
    - Building a Content Management System with PE...
    - Installing a PEAR Package
    - My PEAR: The Beginning


    © 2003-2012 by Developer Shed. All rights reserved. DS Cluster 2 - Follow our Sitemap