Learning PHP Design Patterns

Learning PHP Design Patterns
ISBN-10
1449344879
ISBN-13
9781449344870
Category
Computers
Pages
362
Language
English
Published
2013-02-11
Publisher
"O'Reilly Media, Inc."
Author
William Sanders

Description

Build server-side applications more efficiently—and improve your PHP programming skills in the process—by learning how to use design patterns in your code. This book shows you how to apply several object-oriented patterns through simple examples, and demonstrates many of them in full-fledged working applications. Learn how these reusable patterns help you solve complex problems, organize object-oriented code, and revise a big project by only changing small parts. With Learning PHP Design Patterns, you’ll learn how to adopt a more sophisticated programming style and dramatically reduce development time. Learn design pattern concepts, including how to select patterns to handle specific problems Get an overview of object-oriented programming concepts such as composition, encapsulation, polymorphism, and inheritance Apply creational design patterns to create pages dynamically, using a factory method instead of direct instantiation Make changes to existing objects or structure without having to change the original code, using structural design patterns Use behavioral patterns to help objects work together to perform tasks Interact with MySQL, using behavioral patterns such as Proxy and Chain of Responsibility Explore ways to use PHP’s built-in design pattern interfaces

Other editions

Similar books

  • Mastering PHP Design Patterns
    By Junade Ali

    ... pattern. First ... San Francisco and one in London. They both know how to create both company's products for both locations. With this in mind, our ToyFactory interface looks like this: [82 ] Creational Design Patterns Abstract Factory ...

  • PHP Architect's Guide to PHP Design Patterns
    By Jason E. Sweat

    Designed to satisfy the need of enterprise-strength development, you will find this book an excellent way to learn about design patterns and an irreplaceable reference for your day-to-day programming.With coverage of more than 16 different ...

  • Mastering Php Design Patterns

    Develop robust and reusable code using a multitude of design patterns for PHP 7 About This Book Learn about advanced design patterns in PHP 7 Understand enhanced architectural patterns Learn to implement reusable design patterns to address ...

  • Design Patterns in PHP and Laravel
    By Kelt Dockins

    This book teaches you design patterns in PHP and Laravel using real-world examples and plenty of humor.

  • Professional PHP Design Patterns
    By Aaron Saray

    This guide enables PHP developers to take advantage of everything they offer. If you are unfamiliar with design patterns, this book explains what you need to know.

  • PHP Objects, Patterns and Practice
    By Matt Zandstra

    This book takes you beyond the PHP basics to the enterprise development practices used by professional programmers.

  • Design Patterns: Elements of Reusable Object-Oriented Software
    By Craig Larman

    A catalog of solutions to commonly occurring design problems, presenting 23 patterns that allow designers to create flexible and reusable designs for object-oriented software.

  • PHP 8 Objects, Patterns, and Practice: Mastering OO Enhancements, Design Patterns, and Essential Development Tools
    By Matt Zandstra

    This book 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.

  • Learning PHP 7
    By Antonio Lopez

    Learn the art of PHP programming through this example-rich book filled to the brim with tutorials every PHP developer needs to know About This Book Set up the PHP environment and get started with web programming Leverage the potential of ...

  • Modern PHP: New Features and Good Practices
    By Josh Lockhart

    With this practical guide, you’ll learn how PHP has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries.