Professional PHP design patterns /
This guide helps PHP developers take advantage of the stability and features of design patterns. Step-by-step instructions for a sample contact management system will help readers to understand real-world applications for the information.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Indianapolis, IN :
Wiley,
©2009.
|
Colección: | Wrox professional guides.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | EBOOKCENTRAL_ocn458603330 | ||
003 | OCoLC | ||
005 | 20240329122006.0 | ||
006 | m o d | ||
007 | cr mnu|||||||| | ||
008 | 091023s2009 inua o 001 0 eng d | ||
040 | |a IWA |b eng |e pn |c IWA |d OCLCQ |d EBLCP |d N15 |d TEFOD |d STF |d IDEBK |d CEF |d E7B |d COO |d OCLCQ |d CNCGM |d UMI |d FVL |d OCLCQ |d B24X7 |d OCLCQ |d DEBSZ |d YDXCP |d N$T |d OCLCF |d OCLCQ |d A8C |d CAUOI |d OCLCQ |d CDX |d OCLCQ |d LOA |d CNNOR |d MOR |d PIFAG |d ZCU |d LIV |d OCLCQ |d MERUC |d OCLCQ |d U3W |d BRL |d WRM |d NRAMU |d ICG |d INT |d VT2 |d AU@ |d OCLCQ |d UAB |d A6Q |d DKC |d OCLCQ |d BRF |d UKAHL |d SFB |d OCLCO |d OCLCQ |d OCLCO |d OCLCL | ||
019 | |a 497168733 |a 502012780 |a 644773741 |a 646819647 |a 656478520 |a 732019910 |a 748590724 |a 765143477 |a 826515092 |a 961552571 |a 962607072 |a 966102457 |a 988486258 |a 992042121 |a 1037446457 |a 1037926148 |a 1038647960 |a 1045505680 |a 1055390790 |a 1081283173 |a 1083608568 |a 1103272852 |a 1129363955 |a 1192341202 | ||
020 | |a 9780470567470 |q (electronic bk.) | ||
020 | |a 0470567473 |q (electronic bk.) | ||
020 | |z 9780470496701 |q (pbk.) | ||
020 | |z 0470496703 |q (pbk.) | ||
024 | 8 | |a 9786612369643 | |
029 | 1 | |a AU@ |b 000050980531 | |
029 | 1 | |a AU@ |b 000053026342 | |
029 | 1 | |a CDX |b 11441854 | |
029 | 1 | |a DEBBG |b BV044139957 | |
029 | 1 | |a DEBSZ |b 36846864X | |
029 | 1 | |a DEBSZ |b 372818129 | |
029 | 1 | |a DEBSZ |b 39631077X | |
029 | 1 | |a DEBSZ |b 449166368 | |
029 | 1 | |a NZ1 |b 14241999 | |
035 | |a (OCoLC)458603330 |z (OCoLC)497168733 |z (OCoLC)502012780 |z (OCoLC)644773741 |z (OCoLC)646819647 |z (OCoLC)656478520 |z (OCoLC)732019910 |z (OCoLC)748590724 |z (OCoLC)765143477 |z (OCoLC)826515092 |z (OCoLC)961552571 |z (OCoLC)962607072 |z (OCoLC)966102457 |z (OCoLC)988486258 |z (OCoLC)992042121 |z (OCoLC)1037446457 |z (OCoLC)1037926148 |z (OCoLC)1038647960 |z (OCoLC)1045505680 |z (OCoLC)1055390790 |z (OCoLC)1081283173 |z (OCoLC)1083608568 |z (OCoLC)1103272852 |z (OCoLC)1129363955 |z (OCoLC)1192341202 | ||
037 | |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.73.P224 |b S27 2009eb | |
072 | 7 | |a COM |x 051260 |2 bisacsh | |
072 | 7 | |a COM |x 051420 |2 bisacsh | |
082 | 0 | 4 | |a 005.2762 |2 22 |
084 | |a 54.50 |2 bcl | ||
049 | |a UAMI | ||
100 | 1 | |a Saray, Aaron. | |
245 | 1 | 0 | |a Professional PHP design patterns / |c Aaron Saray. |
260 | |a Indianapolis, IN : |b Wiley, |c ©2009. | ||
300 | |a 1 online resource (xxv, 255 pages) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
490 | 1 | |a Wrox professional guides | |
520 | 8 | |a This guide helps PHP developers take advantage of the stability and features of design patterns. Step-by-step instructions for a sample contact management system will help readers to understand real-world applications for the information. | |
588 | 0 | |a Print version record. | |
505 | 0 | |a Professional PHP Design Patterns; About the Author; Acknowledgments; Contents; Introduction; Who This Book Is For; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Part I: Getting Acquainted with Design Patterns and PHP; Chapter 1: Understanding Design Patterns; What Are They?; What Design Patterns Are Not; Design Pattern Demonstration; Why Use Design Patterns in PHP?; Summary; Chapter 2: Using Tools Already In Your Arsenal; Patterns in Existing Frameworks; The Standard PHP Library; Using Eclipse PDT with Patterns; Summary | |
505 | 8 | |a Part II: Reference MaterialChapter 3: Adapter Pattern; Problem and Solution; UML; Code Examples; Chapter 4: Builder Pattern; Problem and Solution; UML; Code Example; Chapter 5: Data Access Object Pattern; Problem and Solution; UML; Code Example; Chapter 6: Decorator Pattern; Problem and Solution; UML; Code Example; Chapter 7: Delegate Pattern; Problem and Solution; UML; Code Example; Chapter 8: Façade Pattern; Problem and Solution; UML; Code Example; Chapter 9: Factory Pattern; Problem and Solution; UML; Code Example; Chapter 10: Interpreter Pattern; Problem and Solution; UML; Code Example | |
505 | 8 | |a Chapter 11: Iterator PatternProblem and Solution; UML; Code Example; Chapter 12: Mediator Pattern; Problem and Solution; UML; Code Example; Chapter 13: Observer Pattern; Problem and Solution; UML; Code Example; Chapter 14: Prototype Pattern; Problem and Solution; UML; Code Example; Chapter 15: Proxy Pattern; Problem and Solution; UML; Code Example; Chapter 16: Singleton Pattern; Problem and Solution; UML; Code Example; Chapter 17: Strategy Pattern; Problem and Solution; UML; Code Example; Chapter 18: Template Pattern; Problem and Solution; UML; Code Example; Chapter 19: Visitor Pattern | |
505 | 8 | |a Problem and SolutionUML; Code Example; Part III: PHP Design Case Study; Chapter 20: Requirements Analysis; Initial Requirements; Initial Requirements Analysis; Updated Requirements Document; Updated Requirements Discussion; Summary; Chapter 21: Choosing Design Patterns and Planning; Designing the Core; Designing User Interaction; Designing Contact Administration; Summary; Chapter 22: Programming the Application; Information Preparation; Application Programming; Summary; Chapter 23: Improving with More Design Patterns; Working with Contacts Import; Removing Logic from Views | |
505 | 8 | |a Try Implementing Design PatternsSummary; Index | |
590 | |a ProQuest Ebook Central |b Ebook Central Academic Complete | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
650 | 0 | |a PHP (Computer program language) | |
650 | 0 | |a Web site development. | |
650 | 0 | |a Web sites |x Design. | |
650 | 0 | |a Software patterns. | |
650 | 6 | |a PHP (Langage de programmation) | |
650 | 6 | |a Sites Web |x Développement. | |
650 | 6 | |a Sites Web |x Conception. | |
650 | 6 | |a Logiciels |x Modèles de conception. | |
650 | 7 | |a COMPUTERS |x Programming Languages |x JavaScript. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Programming Languages |x VBScript. |2 bisacsh | |
650 | 7 | |a PHP (Computer program language) |2 fast | |
650 | 7 | |a Software patterns |2 fast | |
650 | 7 | |a Web site development |2 fast | |
650 | 7 | |a Web sites |x Design |2 fast | |
758 | |i has work: |a Professional PHP design patterns (Text) |1 https://id.oclc.org/worldcat/entity/E39PCFyjcRgx3kBMbTxWkXth73 |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Saray, Aaron. |t Professional PHP design patterns. |d Indianapolis, IN : Wiley, ©2009 |z 9780470496701 |w (OCoLC)426118430 |
830 | 0 | |a Wrox professional guides. | |
856 | 4 | 0 | |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=469873 |z Texto completo |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9780470496701/?ar |z Texto completo |
938 | |a Askews and Holts Library Services |b ASKH |n AH13346772 | ||
938 | |a Books 24x7 |b B247 |n bks00033873 | ||
938 | |a Coutts Information Services |b COUT |n 11441854 | ||
938 | |a ebrary |b EBRY |n ebr10325840 | ||
938 | |a EBSCOhost |b EBSC |n 289199 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n 236964 | ||
938 | |a YBP Library Services |b YANK |n 3092300 | ||
994 | |a 92 |b IZTAP |