
PHP Objects, Patterns, and Practice
Matt Zandstra(Author)
APress
5th Edition
Published on 20. December 2016
Book
Paperback/Softback
XXVII, 576 pages
978-1-4842-1995-9 (ISBN)
Article exhausted; check for reprint
Description
Aided by three key elements: object fundamentals, design principles, and best practices, you'll learn how to develop elegant and rock solid systems using PHP.The 5th edition of this popular book has been fully updated for PHP 7, including replacing the PEAR package manager with Composer, and new material on Vagrant and PHP standards. It provides a solid grounding in PHP's support for objects, it builds on this foundation to instill core principles of software design and then covers the tools and practices needed to develop, test and deploy robust code.PHP Objects, Patterns, and Practice begins by covering PHP's object-oriented features. It introduces key topics including class declaration, inheritance, reflection and much more.The next section is devoted to design patterns. It explains the principles that make patterns powerful. The book 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 manage builds and dependencies with Composer. It also explores strategies for automated testing and continuous integration. What You'll LearnWork with object fundamentals: writing classes and methods, instantiating objects, creating powerful class hierarchies using inheritance.Master advanced object-oriented features, including static methods and properties, managing error conditions with exceptions, and creating abstract classes and interfaces.Learn about the new object-oriented features introduced by PHP 7 and why they matter for your code.Understand and use design principles to deploy objects and classes effectively in your projects.Discover a set of powerful patterns that you can deploy in your own projects.Guarantee a successful project including unit testing; version control, build, installation and package management; and continuous integration.Who This Book is ForThis book is suitable for anyone with at least a basic knowledge of PHP who wants to use its object-oriented features in their projects. Those who already know their interfaces from their abstracts may well still find it hard to use these features in their systems. They will benefit from the book's emphasis on design. They will learn how to choose and combine the participants of a system; how to read design patterns and how to use them in their code. Finally this book is for PHP coders who want to learn about the practices and tools (version control, testing, continuous integration, etc) that can make projects safe, elegant and stable.
More details
Edition
5th ed.
Language
English
Place of publication
Berkeley
United States
Target group
Professional and scholarly
Edition type
Revised edition
Illustrations
72 s/w Abbildungen, 27 farbige Abbildungen
27 Illustrations, color; 72 Illustrations, black and white; XXVII, 576 p. 99 illus., 27 illus. in color.
Dimensions
Height: 25.4 cm
Width: 17.8 cm
Weight
1141 gr
ISBN-13
978-1-4842-1995-9 (9781484219959)
DOI
10.1007/978-1-4842-1996-6
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 8 Objects, Patterns, and Practice
Mastering OO Enhancements, Design Patterns, and Essential Development Tools
Book
04/2021
6th Edition
APress
€64.19
Article exhausted; check for reprint
Additional editions

Matt Zandstra
PHP Objects, Patterns, and Practice
E-Book
12/2016
5th Edition
APress
€66.99
Available for download
Previous edition

Matt Zandstra
PHP Objects, Patterns, and Practice
Book
11/2013
4th Edition
Apress
€44.89
Article exhausted; check for reprint
Person
Matt Zandstra has worked as a web programmer, consultant, and writer for over 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, IBM DeveloperWorks, and php|architect Magazine, among others. Matt was a senior developer/tech lead at Yahoo and API tech lead at LoveCrafts. 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
Part I. Objects.- 1. PHP: Design and Management.- 2. PHP and Objects.- 3. Object Basics.- 4. Advanced Features.- 5. Object Tools.- 6. Objects and Design.- Part II. Patterns.- 7. What Are Design Patterns? Why Use Them?.- 8. Some Pattern Principles.- 9. Generating Objects.- 10. Patterns for Flexible Object Programming.- 11. Performing and Representing Tasks.- 12. Enterprise Patterns.- 13. Database Patterns.- Part III. Practice.- 14. Good (and Bad) Practice.- 15. PHP Standards.- 16. PHP Using and Creating Components with Composer.- 17. Version Control with Git.- 18. Testing.- 19. Automated Build with Phing.- 20. Vagrant.- 21. Continuous Integration.- 22. Objects, Patterns, and Practice.- 23. App A: Bibliography.- 24. App B: A Simple Parser.