Professional CodeIgniter /
If you're a PHP developer, you can build Rails-like applications without learning a new language by following the hands-on tutorials in Professional CodeIgniter. In this book, find an overview of MVC and agile technologies, model and schema for products, helpers and libraries, Ajax and Scriptac...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Indianapolis, IN :
Wiley,
©2008.
|
Colección: | Wrox professional guides.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000Ma 4500 | ||
---|---|---|---|
001 | EBOOKCENTRAL_ocn608623179 | ||
003 | OCoLC | ||
005 | 20240329122006.0 | ||
006 | m o d | ||
007 | cr cn||||||||| | ||
008 | 080602s2008 inua o 001 0 eng d | ||
010 | |a 2008024002 | ||
040 | |a MERUC |b eng |e pn |c MERUC |d E7B |d OCLCQ |d TEU |d CEF |d CNCGM |d FVL |d B24X7 |d OCLCQ |d OCLCF |d OCLCO |d IDEBK |d UKDOC |d NNO |d OCLCQ |d OCLCO |d OCLCQ |d DXU |d TEFOD |d N$T |d UBY |d UMI |d EBLCP |d DEBSZ |d DKDLA |d YDXCP |d COO |d AZK |d COCUF |d CNNOR |d ZCU |d LIV |d OCLCQ |d MERUC |d OCLCQ |d U3W |d ICG |d INT |d OCLCQ |d A6Q |d VT2 |d OCLCQ |d OCLCO |d UAB |d DKC |d AU@ |d OCLCQ |d HS0 |d VLY |d UKAHL |d EYM |d OCLCO |d OCLCQ |d OCLCO |d OCLCL | ||
019 | |a 244798627 |a 298057744 |a 437219688 |a 490307482 |a 646761946 |a 656455288 |a 712135277 |a 722684987 |a 728038244 |a 741517537 |a 815686116 |a 961538484 |a 962605499 |a 1076300635 |a 1081231538 |a 1103251814 |a 1129355948 |a 1162247940 | ||
020 | |a 0470282452 |q (pbk. ; |q web) | ||
020 | |a 9780470282458 |q (pbk. ; |q web) | ||
020 | |a 9780470406380 | ||
020 | |a 0470406380 | ||
020 | |z 9780470282458 |q (pbk. ; |q web) | ||
020 | |a 1281744271 | ||
020 | |a 9781281744272 | ||
020 | |a 9786611744274 | ||
020 | |a 6611744274 | ||
024 | 8 | |a 9786611744274 | |
029 | 1 | |a AU@ |b 000048828113 | |
029 | 1 | |a AU@ |b 000053252075 | |
029 | 1 | |a AU@ |b 000055627426 | |
029 | 1 | |a DEBBG |b BV044130336 | |
029 | 1 | |a DEBSZ |b 368467945 | |
029 | 1 | |a DEBSZ |b 396181503 | |
029 | 1 | |a GBVCP |b 785356908 | |
029 | 1 | |a NZ1 |b 13340832 | |
035 | |a (OCoLC)608623179 |z (OCoLC)244798627 |z (OCoLC)298057744 |z (OCoLC)437219688 |z (OCoLC)490307482 |z (OCoLC)646761946 |z (OCoLC)656455288 |z (OCoLC)712135277 |z (OCoLC)722684987 |z (OCoLC)728038244 |z (OCoLC)741517537 |z (OCoLC)815686116 |z (OCoLC)961538484 |z (OCoLC)962605499 |z (OCoLC)1076300635 |z (OCoLC)1081231538 |z (OCoLC)1103251814 |z (OCoLC)1129355948 |z (OCoLC)1162247940 | ||
037 | |a 174427 |b MIL | ||
050 | 4 | |a TK5105.888 |b .M95 2008eb | |
072 | 7 | |a COM |x 087000 |2 bisacsh | |
072 | 7 | |a COM |x 060150 |2 bisacsh | |
072 | 7 | |a COM |x 034000 |2 bisacsh | |
072 | 7 | |a COM |x 060130 |2 bisacsh | |
082 | 0 | 4 | |a 006.7/8 |2 22 |
049 | |a UAMI | ||
100 | 1 | |a Myer, Tom. | |
245 | 1 | 0 | |a Professional CodeIgniter / |c Thomas Myer. |
260 | |a Indianapolis, IN : |b Wiley, |c ©2008. | ||
300 | |a 1 online resource (xx, 314 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 | |
588 | 0 | |a Print version record. | |
505 | 0 | |a Professional CodeIgniter®; About the Author; Credits; Acknowledgments; Contents; Introduction; Whom This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Conclusion; Chapter 1: Welcome to the MVC World; What's Model-View-Controller?; Why Bother with MVC?; A Brief History of MVC; Comparing PHP MVC Frameworks; Revisiting the Opening Example; A Slightly Different Approach: Templates; Conclusion; Chapter 2: Agile Methodologies and Approaches; What Is Agile?; Notable Agile Methodologies | |
505 | 8 | |a Modifying Scrum and XPGather Your Requirements While You May; Conclusion; Chapter 3: A 10,000-Foot View of CodeIgniter; Downloading CodeIgniter; CodeIgniter at a Glance; Initial Configuration; CodeIgniter Libraries; CodeIgniter Helpers; Creating Models, Views, and Controllers; Uploading Your Files; Conclusion; Chapter 4: Creating the Main Web Site; Displaying the Home Page; Displaying Product Categories; Displaying Product Details; Displaying Search Results; What about the Shopping Cart?; Revisiting the Sprint Backlog; Conclusion; Chapter 5: Building a Shopping Cart | |
505 | 8 | |a Displaying the Shopping CartRevisiting the Sprint Backlog; Meeting with Claudia; Polishing the Look and Feel; Conclusion; Chapter 6: Creating a Dashboard; Gathering Requirements; Creating a Sprint Backlog; Creating a Rudimentary Admin Framework; Revisiting the Sprint Backlog; Conclusion; Chapter 7: Improving the Dashboard; Batch Mode Operations; Importing and Exporting; The Client Review; Reassigning Products from Deleted Categories; Reworking Colors and Sizes for Products; Revisiting the Sprint Backlog; Conclusion; Chapter 8: Last-Minute Upgrades; Meeting with the Client | |
505 | 8 | |a Creating a Page ManagerCreating a Newsletter Tool; Meeting with the Client; Conclusion; Chapter 9: Security and Performance; Security; Performance; Conclusion; Chapter 10: Launch; One Last Sanity Check of Checkout; Integrating Checkout; Last Remaining Issues; Conclusion; Index | |
520 | |a If you're a PHP developer, you can build Rails-like applications without learning a new language by following the hands-on tutorials in Professional CodeIgniter. In this book, find an overview of MVC and agile technologies, model and schema for products, helpers and libraries, Ajax and Scriptaculous, and explanations of the creation of applications like content management, blogs, and forums. Follow the step-by-step instructions for building and perfecting each application with CodeIgniter, and you will learn how to avoid everyday problems that other reference manuals don't address. | ||
546 | |a English. | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
590 | |a ProQuest Ebook Central |b Ebook Central Academic Complete | ||
630 | 0 | 0 | |a CodeIgniter (Computer file) |
630 | 0 | 7 | |a CodeIgniter (Computer file) |2 blmlsh |
630 | 0 | 7 | |a CodeIgniter (Computer file) |2 fast |
650 | 0 | |a Web site development. | |
650 | 0 | |a Application software |x Development. | |
650 | 0 | |a Internet programming. | |
650 | 6 | |a Sites Web |x Développement. | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a Programmation Internet. | |
650 | 7 | |a COMPUTERS |x Digital Media |x General. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Web |x User Generated Content. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Interactive & Multimedia. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Web |x Site Design. |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a Internet programming |2 fast | |
650 | 7 | |a Web site development |2 fast | |
758 | |i has work: |a Professional CodeIgniter (Text) |1 https://id.oclc.org/worldcat/entity/E39PCH9krMwqDhmYTkbqPKvBrq |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Myer, Thomas. |t Professional CodeIgniter. |d Indianapolis, IN : Wiley, ©2008 |w (DLC) 2008024002 |
830 | 0 | |a Wrox professional guides. | |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9780470282458/?ar |z Texto completo |
856 | 4 | 0 | |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=353575 |z Texto completo |
938 | |a Askews and Holts Library Services |b ASKH |n AH13347793 | ||
938 | |a 123Library |b 123L |n 10843 | ||
938 | |a Books 24x7 |b B247 |n bks00027317 | ||
938 | |a ebrary |b EBRY |n ebr10249217 | ||
938 | |a EBSCOhost |b EBSC |n 234703 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n 174427 | ||
938 | |a YBP Library Services |b YANK |n 2880922 | ||
994 | |a 92 |b IZTAP |