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 5 Objects, Patterns, & Practice
  

  PHP 5 Objects, Patterns, & Practice by Matt Zandstra

  • Published by: APRESS
  • Author: Matt Zandstra
  • Page Count: 434
  • Group: PHP
  • ISBN: 1590593804/9781590593806
  • Published: Jan 2005

Our Price: 22.39
Discount: 20%
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 5 Objects, Patterns, & Practice
PHP 5's object-oriented enhancements are among the most significant improvements in the 10+ year history of the language. This book introduces you to those new features and the many opportunities they provide, as well as a number of tools that will help you maximize development efforts.

The book begins with a broad overview of PHP 5's object-oriented features, introducing key topics like class declaration, object instantiation, inheritance, and method and property encapsulation. You'll also learn about advanced topics including static methods and properties, abstract classes, interfaces, exception handling, object cloning, and more. You'll also benefit from an extensive discussion regarding object-oriented design best practices.

The next part of the book is devoted to a topic that is often a natural extension of any object-oriented introduction: design patterns. PHP 5 is particularly well-suited to the deployment of these solutions for commonly occurring programming problems. The author will introduce pattern concepts and show you how to implement several key patterns in your PHP applications.

The last segment introduces a number of great utilities that help you document, manage, test, and build your PHP applications, including Phing, PHPUnit2, phpDocumentor, PEAR, and CVS.

Part One ? Introduction
Chapter 1 ? PHP: Design and Management

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

Part Three ? Patterns
Chapter 7 ? What Are Design Patterns? Why Use Them?
Chapter 8 ? Some Pattern Principles
Chapter 9 ? Generating Objects
Chapter 10 ? Designing for Object Relations
Chapter 11 ? Performing and Representing Tasks
Chapter 12 ? Enterprise Patterns

Part Four ? Practice
Chapter 13 ? Good (and Bad) Practice
Chapter 14 ? An Introduction to PEAR
Chapter 15 ? Generating Documentation with phpDocumentor
Chapter 16 ? Version Control with CVS
Chapter 17 ? Automated Build with Phing

Part Five ? Conclusion
Chapter 18 ? Objects, Patterns, Practice

Part Six ? Appendixes
Appendix A ? Bibliography
Appendix B ? A Simple Parser