Cargando…

PHP Objects, Patterns, and Practice

This book takes you beyond the PHP basics to the enterprise development practices used by professional programmers. Updated for PHP 5.3 with new sections on closures, namespaces, and continuous integration, this edition will teach you about object features such as abstract classes, reflection, inter...

Descripción completa

Detalles Bibliográficos
Autor principal: Zandstra, Matt
Lenguaje:eng
Publicado: Springer 2010
Materias:
Acceso en línea:http://cds.cern.ch/record/1413059
Descripción
Sumario:This book takes you beyond the PHP basics to the enterprise development practices used by professional programmers. Updated for PHP 5.3 with new sections on closures, namespaces, and continuous integration, this edition will teach you about object features such as abstract classes, reflection, interfaces, and error handling. You'll also discover object tools to help you learn more about your classes, objects, and methods. Then you'll move into design patterns and the principles that make patterns powerful. You'll learn both classic design patterns and enterprise and database patterns with easy