A content management system, often abbreviated as CMS, is software that helps users create, manage, and modify content on a website without the need for specialized technical knowledge.
All The content gets displayed with it's text capped to show only 100 characters(int the homepage only) using array substr() function
A Comment module is implimented which facilitates comments on Specific posts without Login.
(Later, in the Admin Section The comments can be 'approved' by the ADMINs in order to be visible to common public on the Indivisual content page)
Admin page has full control over the CMS it can create post,edit post, delete, approve comments and many more features
The Dash board in the admin sesction is implimente dusing google graphs.
The Admin page Login is established via sessions. These sessions last in thebrowser until and unless the user manually logs out