Coop UQAM | Coopsco

Créer mon profil | Mot de passe oublié?

Magasiner par secteur

Matériel obligatoire et recommandé

Voir les groupes
Devenir membre

Nos partenaires

UQAM
ESG UQAM
Réseau ESG UQAM
Bureau des diplômés
Centre sportif
Citadins
Service de la formation universitaire en région
Université à distance
Société de développement des entreprises culturelles - SODEC
L'institut du tourisme et de l'hotellerie - ITHQ
Pour le rayonnement du livre canadien
Presses de l'Université du Québec
Auteurs UQAM : Campagne permanente de promotion des auteures et auteurs UQAM
Fondation de l'UQAM
Écoles d'été en langues de l'UQAM
Canal savoir
L'économie sociale, j'achète
Millénium Micro



Recherche avancée...

PHP Objects, Patterns and Practice

Zandstra, Matt / Pohlmann, Fra


Éditeur : APRESS
ISBN papier: 9781430229254
Parution : 2010
Code produit : 1179490
Catégorisation : Livres / Génie / Informatique / Programmation

Formats disponibles

Format Qté. disp. Prix* Commander
Livre papier En rupture de stock** Prix membre : 50,17 $
Prix non-membre : 55,74 $
x

*Les prix sont en dollars canadien. Taxes et frais de livraison en sus.
**Ce produits est en rupture de stock mais sera expédié dès qu'ils sera disponible.




Description

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. Yoursquo;ll also discover object tools to help you learn more about your classes, objects, and methods.Then yoursquo;ll move into design patterns and the principles that make patterns powerful. Yoursquo;ll learn both classic design patterns and enterprise and database patterns with easy-to-follow examples.Finally, yoursquo;ll discover how to put it all into practice to help turn great code into successful projects. Yoursquo;ll learn how to manage multiple developers with Subversion, and how to build and install using Phing and PEAR. You'll also learn strategies for automated testing and building, including continuous integration.Taken together, these three elements-object fundamentals, design principles, and best practices-will help you develop elegant and rock-solid systems. What yoursquo;ll learn Learn to work with object fundamentals: writing classes and methods, instantiating objects, and creating powerful class hierarchies using inheritance. Master advanced object-oriented features, including static methods and properties. Learn how to manage error conditions with exceptions, and create abstract classes and interfaces. Understand and use design principles to deploy objects and classes effectively in your projects. Learn about design patterns, their purpose and structure, and the underlying principles that govern them. Discover a set of powerful patterns that you can deploy in your own projects. Learn about the tools and practices that can guarantee a successful project including unit testing; version control; build, installation, and package management; and continuous integration. Who this book is forThis book is suitable for anyone with at least a basic knowledge of PHP who wants to use its object-oriented features in their projects.Those who already know their interfaces from their abstracts may well still find it hard to use these features in their projects. These users will benefit from the bookrsquo;s emphasis on design. They will learn how to choose and combine the participants of a system, how to read design patterns, and how to use them in their code. Finally, this book is for PHP coders who want to learn about the practices and tools (version control, testing, continuous integration, etc.) that can make projects safe, elegant, and stable.