|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn288440428 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
081217s2008 caua o 001 0 eng d |
040 |
|
|
|a GW5XE
|b eng
|e pn
|c GW5XE
|d IDEBK
|d EBLCP
|d OCLCQ
|d COCUF
|d N$T
|d CDX
|d E7B
|d UBC
|d UMI
|d CEF
|d CNCGM
|d DEBSZ
|d OCLCQ
|d OCLCF
|d BEDGE
|d OCLCO
|d OCLCQ
|d SLY
|d COO
|d YDXCP
|d NUI
|d GKJ
|d OCLCQ
|d VT2
|d Z5A
|d OTZ
|d LIV
|d OCLCQ
|d UAB
|d MERUC
|d ESU
|d OCLCQ
|d STF
|d OCLCQ
|d U3W
|d OCLCQ
|d WYU
|d CNTRU
|d OCLCQ
|d BRF
|d LHU
|d AU@
|d INARC
|d OCLCQ
|d OCLCO
|d SNK
|d OCLCO
|d OCLCQ
|d AUD
|d OCLCO
|
019 |
|
|
|a 276222146
|a 288820494
|a 311230677
|a 428739881
|a 607328070
|a 646764875
|a 656457441
|a 698466345
|a 815691668
|a 880108387
|a 985048548
|a 994809349
|a 1005747602
|a 1035682992
|a 1044298557
|a 1056370303
|a 1058099804
|a 1058197359
|a 1097304264
|a 1162735862
|a 1240516475
|a 1391786764
|
020 |
|
|
|a 9781430210122
|
020 |
|
|
|a 1430210125
|
020 |
|
|
|a 1281794988
|
020 |
|
|
|a 9781281794987
|
020 |
|
|
|z 9781430210115
|q (pbk.)
|
020 |
|
|
|z 1430210117
|q (Paper)
|
024 |
7 |
|
|a 10.1007/978-1-4302-1012-2
|2 doi
|
024 |
8 |
|
|a 9786611794989
|
029 |
1 |
|
|a AU@
|b 000044594335
|
029 |
1 |
|
|a AU@
|b 000053252152
|
029 |
1 |
|
|a AU@
|b 000067092857
|
029 |
1 |
|
|a CDX
|b 9044262
|
029 |
1 |
|
|a DEBSZ
|b 355434423
|
029 |
1 |
|
|a DEBSZ
|b 396200788
|
029 |
1 |
|
|a HEBIS
|b 291505376
|
029 |
1 |
|
|a NZ1
|b 13666586
|
035 |
|
|
|a (OCoLC)288440428
|z (OCoLC)276222146
|z (OCoLC)288820494
|z (OCoLC)311230677
|z (OCoLC)428739881
|z (OCoLC)607328070
|z (OCoLC)646764875
|z (OCoLC)656457441
|z (OCoLC)698466345
|z (OCoLC)815691668
|z (OCoLC)880108387
|z (OCoLC)985048548
|z (OCoLC)994809349
|z (OCoLC)1005747602
|z (OCoLC)1035682992
|z (OCoLC)1044298557
|z (OCoLC)1056370303
|z (OCoLC)1058099804
|z (OCoLC)1058197359
|z (OCoLC)1097304264
|z (OCoLC)1162735862
|z (OCoLC)1240516475
|z (OCoLC)1391786764
|
037 |
|
|
|a 978-1-4302-1011-5
|b Springer
|n http://www.springerlink.com
|
050 |
|
4 |
|a QA76.73.P224
|b P69 2008eb
|
072 |
|
7 |
|a COM
|x 051260
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051420
|2 bisacsh
|
072 |
|
7 |
|a UP
|2 bicssc
|
082 |
0 |
4 |
|a 005.1/17
|2 22
|
084 |
|
|
|a TP312PH
|2 clc
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Powers, David.
|
245 |
1 |
0 |
|a PHP object-oriented solutions /
|c David Pwers.
|
260 |
|
|
|a Berkeley, Calif. :
|b Friends of ED, an Apress Co.,
|c 2008.
|
300 |
|
|
|a 1 online resource (xxi, 372 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
|
347 |
|
|
|b PDF
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a With the surge of popularity of PHP 5, object-oriented programming is now an important consideration for PHP developers. This version-neutral book is a gentle introduction to object-oriented programming (OOP) that won't overburden you with complex theory. It teaches you the essential basics of OOP that you'll need to know before moving onto a more advanced level, and includes a series of prepackaged scripts that you can incorporate into your existing sites with the minimum of effort. It shows how object-oriented programming can be used to create reusable and portable code by walking you through a series of simple projects. The projects feature the sorts of things developers run up against every day, and include a validator for filtering user input, a simple Date class that avoids the need to remember all the esoteric format codes in PHP, and an XML generator. Teaches the fundamentals of OOP Simple projects show how OOP concepts work in the real world Prepackaged scripts can easily be added to your own projects.
|
505 |
0 |
|
|a Why object-oriented PHP? -- Writing PHP Classes -- Taking the Pain out of Working with Dates -- Using Php filters to Validate User Input -- Building a Versatile Remote File Connector -- Simplexml-couldn't Be Simpler -- Supercharged Looping with SPL -- Generating XML from a Database -- Case study: Creating your own RSS Feed.
|
546 |
|
|
|a English.
|
506 |
|
|
|a University staff and students only. Requires University Computer Account login off-campus.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a PHP (Computer program language)
|
650 |
|
0 |
|a Object-oriented programming (Computer science)
|
650 |
|
0 |
|a Web site development.
|
650 |
|
6 |
|a PHP (Langage de programmation)
|
650 |
|
6 |
|a Programmation orientée objet (Informatique)
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x JavaScript.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x VBScript.
|2 bisacsh
|
650 |
0 |
7 |
|a Object-oriented programming (Computer science)
|2 cct
|
650 |
0 |
7 |
|a Web site development.
|2 cct
|
650 |
0 |
7 |
|a PHP (Computer program language)
|2 cct
|
650 |
|
7 |
|a Informatique.
|2 eclas
|
650 |
|
7 |
|a Object-oriented programming (Computer science)
|2 fast
|
650 |
|
7 |
|a PHP (Computer program language)
|2 fast
|
650 |
|
7 |
|a Web site development
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Powers, David.
|t PHP object-oriented solutions.
|d Berkeley, Calif. : Friends of ED, an Apress Co., 2008
|z 9781430210115
|z 1430210117
|w (OCoLC)213311573
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781430210115/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Coutts Information Services
|b COUT
|n 9044262
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL364569
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10252358
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 245232
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n 179498
|
938 |
|
|
|a Internet Archive
|b INAR
|n phpobjectoriente0000powe
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 2914744
|
994 |
|
|
|a 92
|b IZTAP
|