![]()
In this part of the tutorial you will build the administration section for the Content Management System (CMS). These pages will allow:
Registered users to login with the correct credentials.
Authors to create new articles, and edit their drafts.
Editors to edit articles that are assigned for review.
The webmaster to manage articles - remove unwanted entries, manage users etc.
The first thing to put in place is the user authentication, which will be addressed in the next topic.
This section contains the following topics: