Learning PHP Design Patterns (e-bog) af Sanders, William
Sanders, William (forfatter)

Learning PHP Design Patterns e-bog

202,21 DKK (inkl. moms 252,76 DKK)
Build server-side applications more efficientlyand improve your PHP programming skills in the processby 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-or...
E-bog 202,21 DKK
Forfattere Sanders, William (forfatter)
Udgivet 11 februar 2013
Længde 362 sider
Genrer Computer programming / software engineering
Sprog English
Format epub
Beskyttelse LCP
ISBN 9781449344870
Build server-side applications more efficientlyand improve your PHP programming skills in the processby 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, youll 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 problemsGet an overview of object-oriented programming concepts such as composition, encapsulation, polymorphism, and inheritanceApply creational design patterns to create pages dynamically, using a factory method instead of direct instantiationMake changes to existing objects or structure without having to change the original code, using structural design patternsUse behavioral patterns to help objects work together to perform tasksInteract with MySQL, using behavioral patterns such as Proxy and Chain of ResponsibilityExplore ways to use PHPs built-in design pattern interfaces