Zend Framework in Action
![]()
书名: Zend Framework in Action
作者: Rob Allen, Nick Lo
出版社: Manning Publications
出版日期: 2007年
文档格式: PDF
文档大小: 3.7M
内容简介: PHP has been used to develop dynamic websites for over 10 years. Initially all PHP websites were written as PHP code interspersed within HTML on the same page. This works very well initially as there is immediate feedback and for simple scripts this appears to be all that is needed. PHP grew in popularity through versions 3 and 4, and so it was inevitable that larger and larger applications would be written in PHP. It became obvious very quickly that intermixing PHP code and HTML was not a long term solution for large websites.
The problems are obvious in hindsight: maintainability and extensibility. Whilst PHP intermixed with HTML allows for extremely rapid results, in the longer term it is hard to continue to update the website. One of the really cool features of publishing on the web is that it is dynamic with content and site layouts changing. Large websites change all the time. The look and feel of the site is updated regularly. New content is added and content is regularly re-categorized as the needs of the users (and advertisers!) change. Something had to be done!
The Zend Framework was created to help ensure that the production of PHP based websites is easier and maintainable in the long term. It contains a rich set of reusable components containing everything from a set of Model-View-Controller application components to PDF generation. Over the course of this book, we will look at how to use all the components within the context of a real website.
下面是简单的目录,仅供参考:
Part 1: The essentials
1. Introducing the Zend Framework
2. Hello Zend Framework!
Part 2: A core application
3. Building a web site with the Zend Framework
4. Ajax
5. Managing the database
6. User authentication and authorisation
7. Forms
8. Searching
9. Email
10. Deployment
Part 3: More power to your application
11. Talking with other applications
12. Mash ups with public web services
13. Caching: making it faster
14. Internationalization and localization
15. Creating PDFs
16. Integrating with other PHP libraries
Appendix A. Stuff you (should) already know
Appendix B. System-specific gotchas
Appendix C. Zend Framework Core Components reference
下载链接:
| < 上页 | 下页 > |
|---|
最后更新 (2010-03-05 21:46)