PHP Programming with PEAR: XML, Data, Dates, Web Services, and Web APIs
PHP Programming with PEAR: XML, Data, Dates, Web Services, and Web APIsXML, Data, Dates, Web Services, and Web APIs
In Detail PEAR is the PHP Extension and Application Repository, and is a framework and distribution system for reusable, high-quality PHP components, available in the form of “packages”. In this book, you will learn how to use a number of the most powerful PEAR packages available to boost your PHP development productivity. By focusing on these packages for key development activities, this book is an in-depth guide to getting the most from these powerful coding resources. You will become a master of various PEAR packages that help you with the essential tasks of PHP development such as: * Accessing databases with MDB2 What you will learn from this book? Chapter 1 shows you how to access databases with the MDB2 package. You will learn: * Connecting to the database, and instantiate objects Chapter 2 explains how to use PEAR packages to display data . It teaches you: * Creating powerful tables of data easily with the HTML_Table package Chapter 3 covers the usage of PEAR packages to work with XML and stresses on: * Creating XML documents with XML_Util, XML_Fastcreate Chapter 4 is an extensive tutorial on working with web services and Web API’s using PEAR packages. We cover the following topics: * Consuming web services Chapter 5 covers PEAR’s date and time functions using the PEAR::Calendar and PEAR::Date packages such as: * Creating, manipulating, and comparing Date objects Approach Packed with code examples, every topic is explained in a clear, practical way. Who this book is written for? This book is for PHP developers who want to maximize their productivity through the use of proven, high-quality, reusable PEAR components. Some experience of working with PEAR classes will prove helpful, and developers who’ve used PEAR before can find something new to delight them. |
|
Average Ratings: 3.0 |
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.



Review by M. Coughlin for PHP Programming with PEAR: XML, Data, Dates, Web Services, and Web APIs
Rating:
The Chapter 2 Summary says: “the examples given cover only a small part of the functionality available within these very fully featured packages.” That about sums this up …
The cursory overviews may inspire an approach, but this books barely begins to address its subject matter. Example code is not, yet, up on the website. This has the look of being slapped together by four author specialists (a la Wrox gang-writing?) albeit with less depth … hardly the “PHP Programming with PEAR” reference for which so many of us were waiting …