PHP 8 Objects, Patterns, and Practice: Volume 1: Mastering OO Enhancements and Design Patterns
Autor Matt Zandstraen Limba Engleză Paperback – 10 ian 2025
You’ll begin this volume by reviewing PHP's object-oriented features and other key topics such as class declarations, inheritance, and reflection. The second part of the book is devoted to design patterns. It explains the principles that make patterns powerful and covers many of the classic design patterns, including enterprise and database patterns.
This volume provides a solid grounding in PHP's support for objects and builds on this foundation to apply the core principles of software design. This includes read only classes, enumerations, typed class constants, as well as various additions to argument and return types. The knowledge gained from this book will help you master the object-oriented enhancements and the design patterns available for PHP 8, paving the way for developing best practices in Volume 2.
What You Will Learn
- Work with object fundamentals.
- Write classes and methods, instantiate objects, and create powerful class hierarchies using inheritance.
- Master advanced object-oriented features, including static methods and properties.
- Manage error conditions with exceptions and create abstract classes and interfaces.
- Use design principles to deploy objects and classes effectively in your projects.
- Discover a set of powerful patterns that you can implement in your own projects.
Anyone with at least a basic knowledge of PHP who wants to use its object-oriented features in their projects.
Preț: 280.96 lei
Preț vechi: 351.19 lei
-20% Nou
Puncte Express: 421
Preț estimativ în valută:
53.76€ • 56.56$ • 44.51£
53.76€ • 56.56$ • 44.51£
Carte nepublicată încă
Doresc să fiu notificat când acest titlu va fi disponibil:
Se trimite...
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9798868804816
Pagini: 750
Ilustrații: Approx. 900 p.
Dimensiuni: 178 x 254 mm
Ediția:7th ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Pagini: 750
Ilustrații: Approx. 900 p.
Dimensiuni: 178 x 254 mm
Ediția:7th ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
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.
Notă biografică
Matt Zandstra has worked as a web programmer, consultant, and writer for over two decades. In addition to this book, he is the author of SAMS Teach Yourself PHP in 24 Hours (three editions) and is a contributor to DHTML Unleashed. He has written articles for Linux Magazine, Zend, IBM DeveloperWorks, and php|architect Magazine, and also writes fiction.
Matt was a senior developer/tech lead at Yahoo and API tech lead at LoveCrafts. He now runs an agency that advises companies on their architectures and system management, and develops systems primarily with PHP, Python, and Java.
Matt was a senior developer/tech lead at Yahoo and API tech lead at LoveCrafts. He now runs an agency that advises companies on their architectures and system management, and develops systems primarily with PHP, Python, and Java.
Textul de pe ultima copertă
Develop elegant and rock-solid systems using PHP, aided by three key elements: object fundamentals, design principles, and best practices. Now in its seventh 7th edition, this book has been fully updated for PHP 8.3 and split into two volumes to better accommodate its wealth of new content. Volume 1 covers objects and patterns, while Volume 2 focuses on tools and best practices.
You’ll begin this volume by reviewing PHP's object-oriented features and other key topics such as class declarations, inheritance, and reflection. The second part of the book is devoted to design patterns. It explains the principles that make patterns powerful and covers many of the classic design patterns, including enterprise and database patterns.
This volume provides a solid grounding in PHP's support for objects and builds on this foundation to apply the core principles of software design. This includes read only classes, enumerations, typed class constants, as well as various additions to argument and return types. The knowledge gained from this book will help you master the object-oriented enhancements and the design patterns available for PHP 8, paving the way for developing best practices in Volume 2.
You’ll begin this volume by reviewing PHP's object-oriented features and other key topics such as class declarations, inheritance, and reflection. The second part of the book is devoted to design patterns. It explains the principles that make patterns powerful and covers many of the classic design patterns, including enterprise and database patterns.
This volume provides a solid grounding in PHP's support for objects and builds on this foundation to apply the core principles of software design. This includes read only classes, enumerations, typed class constants, as well as various additions to argument and return types. The knowledge gained from this book will help you master the object-oriented enhancements and the design patterns available for PHP 8, paving the way for developing best practices in Volume 2.
Caracteristici
Develop elegant and rock-solid systems through mastery of object and design fundamentals Fully updated for PHP 8.3 This is a practical book full of example code