- PHP 5 CMS Framework Development / 2nd Edition
- Martin Brampton
- 311字
- 2021-04-13 17:22:01
With some general ideas about a CMS framework established, it is time to dive into specifics. First, we will look at handling the different people who will use the CMS, creating a basis for ensuring that each individual is able to do appropriate things. Although we might talk generally of users, mostly the discussion of "users" means those people who have identified themselves to the system, while those who have not are deemed "guests". A special subset of users contains people who are given access to the special administrator interface provided by the system.
Questions arise concerning how to store data about users securely and efficiently. If the mechanisms are to work at all, the ability to authenticate people coming to the website is vital. Someone will have to look after the permanent records, so most sites will need the CMS to support basic administrative functions. And the nature of user management implies that customization is quite likely.
Not all of these potentially complex mechanisms will be fully described in this chapter, but looking at what is needed will reveal the need for other services. They will be described in detail in later chapters. For the time being, please accept that they are all available, to help solve the current set of issues. In this chapter, we are solely concerned with the general questions about user identification and authentication. Later chapters will consider the technical issues of sessions and the question of who can do what, otherwise known as access control.
- EJB 3.0 Database Persistence with Oracle Fusion Middleware 11g: LITE
- Vue.js框架與Web前端開發從入門到精通
- 中文版Maya 2022完全自學教程
- 中文版Illustrator CC 2018基礎培訓教程
- Power Query從入門到精通
- Photoshop CS6從入門到精通
- 邊做邊學:Photoshop CS6數碼藝術照片后期處理教程
- 3dsMax 2018動畫制作基礎教程(第4版)
- 抖音+剪映+Premiere短視頻制作從新手到高手(第2版)
- 詳解AutoCAD 2022室內設計(第6版)
- CorelDRAW X6平面設計與制作案例教程
- AutoCAD 2021中文版從入門到精通
- Learning Website Development with Django
- WordPress Multisite Administration
- 中文版AutoCAD 2014機械設計實戰從入門到精通