
- 432 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Zend Framework in Action
About this book
From rather humble beginnings as the Personal Home Page scripting language, PHP has found its way into almost every server, corporation, and dev shop in the world. On an average day, somewhere between 500, 000 and 2 million coders do something in PHP. Even when you use a well-understood language like PHP, building a modern web application requires tools that decrease development time and cost while improving code quality. Frameworks such as Ruby-on-Rails and Django have been getting a lot of attention as a result.For PHP coders, the Zend Framework offers that same promise without the need to move away from PHP. This powerful collection of components can be used in part or as a whole to speed up the development process. Zend Framework has the backing of Zend Technologies; the driving force behind the PHP programming language in which it is written. The first production release of the Zend Framework became available in July of 2007. Zend Framework in Action is a comprehensive tutorial that shows how to use the Zend Framework to create web-based applications and web services. This book takes you on an over-the-shoulder tour of the components of the Zend Framework as you build a high quality, real-world web application. This book is organized around the techniques you'll use every day as a web developer "data handling, forms, authentication, and so forth. As you follow the running example, you'll learn to build interactive Ajax-driven features into your application without sacrificing nuts-and-bolts considerations like security and performance.This book is aimed at the competent PHP developer who wants to master framework-driven web development. Zend Framework in Action goes beyond the docs but still provides quick access to the most common topics encountered in the development of web applications. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Copyright
- Dedication
- Brief Table of Contents
- Table of Contents
- Preface
- Acknowledgments
- About this book
- About the cover illustration
- Part 1. The essentials
- Chapter 1. Introducing Zend Framework
- Chapter 2. Hello Zend Framework!
- Part 2. A Core Application
- Chapter 3. Building a website with Zend Framework
- Chapter 4. Managing the view
- Chapter 5. Ajax
- Chapter 6. Managing the database
- Chapter 7. User authentication and access control
- Chapter 8. Forms
- Chapter 9. Searching
- Chapter 10. Email
- Chapter 11. Deployment
- Part 3. More Power to Your Application
- Chapter 12. Talking with other applications
- Chapter 13. Mashups with public web services
- Chapter 14. Caching: making it faster
- Chapter 15. Internationalization and localization
- Chapter 16. Creating PDFs
- Appendix A. A whistle-Stop Tour of PHP Syntax
- Appendix B. Object-Oriented PHP
- Appendix C. Tips and tricks
- Index
- List of Figures
- List of Tables
- List of Listings