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 |
Tabla de Contenidos:
- 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
- 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
- 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
- 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