|
Foundations of PEAR: Rapid PHP Development
PEAR, the PHP Extension and Application Repository, is a bountiful resource for any PHP developer. Within its confines lie the tools that you need to do your job more quickly and efficiently. You need to be able to quickly assess and determine which PEAR package is the right one for the task you are up against. Then you need to know the API and see
some examples of how to best use it. Foundations of PEAR is your one stop for locating the PEAR package you need. Authors Nathan Good and Allan Kent have carefully selected the most useful and widely used packages for this book.
Each package is broken down logically by function, and each one is covered in detail. The book presents each package in a manner that allows you to jump quickly to the key items you need to implement a solution. The authors understand that you need to see the packages in action--each performing in real-world applications. So they've included four projects in the book that each use a combination of PEAR packages in their implementations. Once you're armed with the knowledge in this book, you'll be set to take your PHP development to a new level.
Introduction
Authentication
Auth
Auth_HTTP
Auth_PrefManager
Utilities & tools
Cache_Lite
Config
Event_Dispatcher
Log
PHPUnit2
PhpDocumentor
Dates & numbers
Date
Date_Holidays
Numbers_Roman
Numbers_Words
HTML
HTML_Crypt
HTML_Form
HTML_JavaScript
HTML_Menu
HTML_Progress2_Lite
HTML_QuickForm
HTML_Safe
HTML_Table
Images & text
Image_Color
Image_Text
Text_CAPTCHA
Text_Password
Text_Wiki
Database
DB
DB_DataObject
DB_Pager
DB_Table
Files & Formats
Contact_Vcard_Build
Contact_Vcard_Parse
Archive_Tar
Archive_Zip
File
File_Archive
File_Bittorrent
File_Find
File_HtAccess
File_SearchReplace
HTTP
HTTP
HTTP_Client
HTTP_Download
HTTP_Header
HTTP_Request
HTTP_Upload
XML
XML_Beautifier
SOAP
Services_WebService
Mail
Mail
Mail_Mime
Mail_mimeDecode
Mail_Type
Project 1 - Intranet Address Book Website
Project 2 - Forum
Project 3 - Web Calendar
Index
|