An O'Reilly Book Learning PHP, MySQL & JavaScript
By Robin Nixon (O'Reilly 2009, ISBN 978-0596157135)

Home | About | Buy Paperback / Kindle | Examples | Errata - (Français)

Chapter: 1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 E

Appendix E: Using PEAR and PHP Unit

If you.re going to use PHP as a web development language, why not make use of the wealth of packages that have already been written for it? The community has turned out in force to write an enormous amount of add-ons, a whole host of which have been combined in PEAR (the PHP Extension and Application Repository). This Appendix shows you how to use them.

Example: 1  2  3  4  5