更新时间:2021-04-13 17:22:19
封面
版权页
Credits
About the Author
Acknowledgement
About the Reviewers
Preface
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. CMS Architecture
Technology for CMS building
The CMS environment
Summary
Chapter 2. Organizing Code
Discussion and considerations
Exploring PHP and object design
Framework solution
Chapter 3. Database and Data Objects
Exploring PHP—indirect references
Chapter 4. Administrators Users and Guests
Exploring PHP—arrays and SQL
Chapter 5. Sessions and Users
Session data and scalability
Exploring PHP—frameworks of classes
Creating a session
Keeping session data tidy
Chapter 6. Caches and Handlers
Exploring PHP—static elements and helpers
Chapter 7. Access Control
Exploring SQL—MySQL and PHP
Chapter 8. Handling Extensions
Exploring PHP—XML handling
Chapter 9. Menus
Exploring PHP—array functions
Chapter 10. Languages
Exploring PHP—character sets
Chapter 11. Presentation Services
Exploring PHP—clarity and succinctness
Chapter 12. Other Services
Chapter 13. SEF and RESTful Services
Discussion
Chapter 14. Error Handling
Chapter 15. Real Content
Appendix A. Packaging Extensions
Appendix B. Packaging XML Example
Index