
PHP Objects, Patterns, and Practice
Matt Zandstra(Author)
Apress
4th Edition
Published on 28. November 2013
Book
Paperback/Softback
XXII, 488 pages
978-1-4302-6031-8 (ISBN)
Article exhausted; check for reprint
Description
PHP Objects Patterns and Practice, Fourth Edition is revised and updated throughout. The book begins by covering PHP's object-oriented features. It introduces key topics including class declaration, inheritance, reflection and much more. These provide the fundamentals of the PHP's support for objects. It also introduces some principles of design. This edition introduces new object relevant features such as traits, reflection extension additions, callable type hinting, improvements to exception handling, and many smaller language enhancements. The next section is devoted to design patterns. These describe common problems and their solutions. The section describes the design principles that make patterns powerful. It covers many of the classic design patterns and includes chapters on enterprise and database patterns. The last segment of the book covers the tools and practices that can help turn great code into a successful project. The section shows how to manage multiple developers and releases with git, how to build and install using Phing and PEAR. It also explores strategies for automated testing and build. In addition to discussing the latest developments in build, test, and continuous integration, this section keeps pace with best practice in version control by focusing on Git, increasingly the developer's system of choice. Taken together these three elements: object fundamentals, design principles, and best practice will help the reader develop elegant and rock solid systems. PHP Objects and Patterns: Describes and demonstrates PHP's built-in object-oriented features Breaks down the principles of object-oriented design, explaining key design patterns using practical examples. Discusses the tools and practices necessary for developing, testing and deploying exemplary applications.
More details
Edition
4th ed.
Language
English
Place of publication
CA
United States
Target group
Professional and scholarly
Popular/general
Edition type
Revised edition
Illustrations
106 s/w Abbildungen
106 black & white illustrations, biography
Dimensions
Height: 23.5 cm
Width: 19.1 cm
Weight
994 gr
ISBN-13
978-1-4302-6031-8 (9781430260318)
DOI
10.1007/978-1-4302-6032-5
Schweitzer Classification
Other editions
New editions

Matt Zandstra
PHP 8 Objects, Patterns, and Practice: Volume 1
Mastering OO Enhancements and Design Patterns
Book
12/2024
7th Edition
APress
€48.14
Shipment within 10-15 days

Matt Zandstra
PHP Objects, Patterns, and Practice
Book
12/2016
5th Edition
APress
€64.19
Article exhausted; check for reprint
Additional editions

Matt Zandstra
PHP Objects, Patterns, and Practice
E-Book
01/2014
4th Edition
APress
€42.79
Available for download
Previous edition

Matt Zandstra
PHP Objects, Patterns and Practice
Book
06/2010
3rd Edition
APress
€64.19
Shipment within 15-20 days
Person
Matt Zandstra has worked as a web programmer, consultant, and writer for nearly two decades. He is the author of SAMS Teach Yourself PHP in 24 Hours (three editions) and a contributor to DHTML Unleashed. He has written articles for Linux Magazine, Zend.com, IBM DeveloperWorks, and php|architect Magazine, among others. Matt works as a consultant advising companies on their architectures and system management, and also develops systems primarily with PHP, and Java. Matt also writes fiction.
Content
- PHP: Design and Management
- PHP and Objects
- Object Basics
- Advanced Features
- Object Tools
- Objects and Design
- What Are Design Patterns? Why Use Them?
- Some Pattern Principles
- Generating Objects
- Patterns for Flexible Object Programming
- Performing and Representing Tasks
- Enterprise Patterns
- Database Patterns
- Good (and Bad) Practice
- An Introduction to PEAR and Pyrus
- Generating Documentation with phpDocumentor
- Version Control
- Testing with PHPUnit
- Automated Build with Phing
- Continuous Integration
- Objects, Patterns, and Practice
- App A: Bibliography
- App B: A Simple Parser