Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

PHP Objects, Patterns, and Practice, 5th Edition

Posted By: First1
PHP Objects, Patterns, and Practice, 5th Edition

PHP Objects, Patterns, and Practice, 5th Edition by Matt Zandstra
English | December 19th, 2016 | ASIN: B01NCNPV3M, ISBN: 1484219953 | 576 Pages | EPUB | 3.12 MB

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 Learn
• Work 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.

Enjoy My Blog | Subscribe My RSS Channel