The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 PHP Objects, Patterns, & Practice 2nd Edition
  

  PHP Objects, Patterns, & Practice 2nd Edition by Matt Zandstra

  • Published by: APRESS
  • Author: Matt Zandstra
  • Page Count: 487
  • Group: PHP
  • ISBN: 1590599098/9781590599099
  • Published: Jan 2008

Our Price: 20.99
Discount: 25%
RRP: 27.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

PHP Objects, Patterns, & Practice 2nd Edition
Backed by a tireless development community, PHP has been a model of language evolution over its 10+ year history. Borne from a contract developer's pet project, these days you'll find PHP powering many of the world's largest web sites, including Yahoo!, Digg, EA Games, and Lycos.

PHP Objects, Patterns, and Practice, Second Edition shows you how to meld the power of PHP with the sound enterprise development techniques embraced by professional programmers. Going well beyond the basics of object - oriented development, you'll learn about advanced topics such as working with static methods and properties, abstract classes, interfaces, design patterns, exception handling, and more. You'll also be exposed to key tools such as PEAR, CVS, Phing, and phpDocumentor.

What you'll learn
* Write solid, maintainable code by embracing object - oriented techniques and design patterns.
* Create detailed, versatile documentation using the powerful phpDocumentor automated documentation system.
* Gain new flexibility during the development process by managing your code within a CVS repository and using the Phing build system.
* Capitalize upon the quality code of others by using the PEAR package management solution.

Who is this book for?

PHP developers seeking to embrace sound development techniques such as object - orientation, design patterns, testing, and documentation

CONTENTS:

Introduction to the First Edition
Introduction to the Second Edition

Part 1---Introduction
- Chapter 1 PHP: Design and Management

Part 2---Objects
- Chapter 2 PHP and Objects
- Chapter 3 Object Basics
- Chapter 4 Advanced Features
- Chapter 5 Object Tools
- Chapter 6 Objects and Design

Part 3---Patterns
- Chapter 7 What Are Design Patterns? Why Use Them?
- Chapter 8 Some Pattern Principles
- Chapter 9 Generating Projects
- Chapter 10 Patterns for Flexible Object Programming
- Chapter 11 Performing and Representing Tasks
- Chapter 12 Enterprise Patterns
- Chapter 13 Database Patterns

Part 4---Practice
- Chapter 14 Good (and Bad) Practice
- Chapter 15 An Introduction to PEAR
- Chapter 16 Generating Documentation with phpDocumentor
- Chapter 17 Version Control with CVS
- Chapter 18 Testing with PHPUnit
- Chapter 19 Automated Build with Phing

Part 5---Conclusion
- Chapter 20 Objects, Patterns, Practice

Part 6 Appendixes
- Appendix A Bibliography
- Appendix B A Simple Parser