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,...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Zandstra, Matt
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, Calif.] : New York : Apress ; Distributed to the Book trade worldwide by Springer-Verlag New York, ©2010.
Edición:3rd ed.
Colección:Expert's voice in open source.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocn659780969
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 100831s2010 caua obf 001 0 eng d
010 |a  2011289327 
040 |a UMI  |b eng  |e pn  |c UMI  |d CEF  |d VLB  |d GW5XE  |d EBLCP  |d NLGGC  |d OCLCQ  |d DEBSZ  |d COO  |d B24X7  |d QE2  |d E7B  |d CDX  |d N$T  |d OCLCQ  |d YDXCP  |d OCLCQ  |d OCLCF  |d OCLCQ  |d BEDGE  |d OCLCQ  |d SLY  |d OCL  |d OCLCQ  |d IDEBK  |d N$T  |d YDX  |d N$T  |d FTU  |d IOG  |d Z5A  |d OCLCQ  |d UAB  |d MERUC  |d ESU  |d OCLCQ  |d VT2  |d U3W  |d OCLCQ  |d WYU  |d LEAUB  |d UKAHL  |d OCLCQ  |d DCT  |d ERF  |d WURST  |d OCLCQ  |d LQU  |d OCLCQ  |d BRF  |d EYM  |d INARC  |d COM  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 664344847  |a 695849117  |a 697198162  |a 704519118  |a 750174726  |a 771436793  |a 880328363  |a 966446333  |a 1005781205  |a 1060198139  |a 1063814444  |a 1071384274  |a 1086930711  |a 1110781105  |a 1112604243  |a 1135588123  |a 1152974816  |a 1162717035  |a 1179557981  |a 1192335380  |a 1194770944  |a 1240529119  |a 1256379106  |a 1285755661 
020 |a 9781430229261  |q (electronic bk.) 
020 |a 1430229268  |q (electronic bk.) 
020 |z 143022925X 
020 |z 9781430229254 
024 7 |a 10.1007/978-1-4302-2926-1.  |2 doi 
024 8 |a 10.1007/978-1-4302-2 
029 1 |a AU@  |b 000048776754 
029 1 |a AU@  |b 000053260196 
029 1 |a AU@  |b 000060364623 
029 1 |a DEBSZ  |b 355435926 
029 1 |a DEBSZ  |b 396959830 
029 1 |a HEBIS  |b 291506712 
029 1 |a NLGGC  |b 332848078 
029 1 |a NZ1  |b 13778251 
035 |a (OCoLC)659780969  |z (OCoLC)664344847  |z (OCoLC)695849117  |z (OCoLC)697198162  |z (OCoLC)704519118  |z (OCoLC)750174726  |z (OCoLC)771436793  |z (OCoLC)880328363  |z (OCoLC)966446333  |z (OCoLC)1005781205  |z (OCoLC)1060198139  |z (OCoLC)1063814444  |z (OCoLC)1071384274  |z (OCoLC)1086930711  |z (OCoLC)1110781105  |z (OCoLC)1112604243  |z (OCoLC)1135588123  |z (OCoLC)1152974816  |z (OCoLC)1162717035  |z (OCoLC)1179557981  |z (OCoLC)1192335380  |z (OCoLC)1194770944  |z (OCoLC)1240529119  |z (OCoLC)1256379106  |z (OCoLC)1285755661 
037 |a CL0500000074  |b Safari Books Online 
050 4 |a QA76.73.P224  |b Z35 2010 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
072 7 |a UY.  |2 bicssc 
082 0 4 |a 005.13/3  |2 22 
084 |a TP312  |2 clc 
084 |a TP312PH  |2 clc 
049 |a UAMI 
100 1 |a Zandstra, Matt. 
245 1 0 |a PHP objects, patterns, and practice /  |c Matt Zandstra. 
250 |a 3rd ed. 
260 |a [Berkeley, Calif.] :  |b Apress ;  |a New York :  |b Distributed to the Book trade worldwide by Springer-Verlag New York,  |c ©2010. 
300 |a 1 online resource (xx, 515 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 
347 |a text file  |b PDF  |2 rda 
490 1 |a The expert's voice in open source 
504 |a Includes bibliographical references (pages 463-465) and index. 
520 |a "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-to-follow examples. Finally, you'll discover how to put it all into practice to help turn great code into successful projects. You'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"--Resource description page. 
505 0 |a PHP : design and management -- PHP and objects -- Object basics -- Advanced features -- Object tools -- Objects and design -- What are design patterns? Why use them? -- Some pattern principles -- Generating objects -- Patterns for flexible object programming -- Performing and representing tasks -- Enterprise patterns -- Database patterns -- Good (and bad) practice -- An introduction to PEAR and Pyrus -- Generating documentation with phpDocumentor -- Version control with subversion -- Testing with PHPUnit -- Automated build with Phing -- Continuous integration -- Objects, patterns, practice. 
588 0 |a Print version record. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a PHP (Computer program language) 
650 0 |a Programming languages (Electronic computers)  |v Handbooks, manuals, etc. 
650 0 |a Web sites  |x Design. 
650 6 |a PHP (Langage de programmation) 
650 6 |a Sites Web  |x Conception. 
650 7 |a COMPUTERS  |x Programming Languages  |x C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a PHP (Computer program language)  |2 blmlsh 
650 7 |a Programming languages (Electronic computers)  |x Handbooks, manuals, etc.  |2 blmlsh 
650 7 |a Web sites  |x Design.  |2 blmlsh 
650 0 7 |a Programming languages (Electronic computers)  |2 cct 
650 0 7 |a Web sites  |x Design.  |2 cct 
650 0 7 |a PHP (Computer program language)  |2 cct 
650 0 7 |a Computer science.  |2 cct 
650 7 |a Informatique.  |2 eclas 
650 7 |a PHP (Computer program language)  |2 fast 
650 7 |a Programming languages (Electronic computers)  |2 fast 
650 7 |a Web sites  |x Design  |2 fast 
653 0 0 |a programmeren 
653 0 0 |a programming 
653 0 0 |a computerwetenschappen 
653 0 0 |a computer sciences 
653 1 0 |a Information and Communication Technology (General) 
653 1 0 |a Informatie- en communicatietechnologie (algemeen) 
655 2 |a Handbook 
655 7 |a handbooks.  |2 aat 
655 7 |a Handbooks and manuals  |2 fast 
655 7 |a Handbooks and manuals.  |2 lcgft 
655 7 |a Guides et manuels.  |2 rvmgf 
776 0 8 |i Print version:  |a Zandstra, Matt.  |t PHP objects, patterns, and practice.  |d [Berkeley, Calif.] : Apress ; New York : Distributed to the book trade worldwide by Springer-Verlag, ©2010  |z 9781430229254  |w (OCoLC)471800993 
830 0 |a Expert's voice in open source. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430229254/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26832391 
938 |a Books 24x7  |b B247  |n bks00035393 
938 |a Coutts Information Services  |b COUT  |n 17823594 
938 |a EBL - Ebook Library  |b EBLB  |n EBL667118 
938 |a ebrary  |b EBRY  |n ebr10440024 
938 |a EBSCOhost  |b EBSC  |n 373611 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis37262118 
938 |a YBP Library Services  |b YANK  |n 13311107 
938 |a YBP Library Services  |b YANK  |n 3586010 
938 |a Internet Archive  |b INAR  |n phpobjectspatter0003zand_x1d9 
994 |a 92  |b IZTAP