SlideShare a Scribd company logo
1 of 3
Download to read offline
@ IJTSRD | Available Online @ www.ijtsrd.com
ISSN No: 2456
International
Research
Development of a Web Content Management System in PHP
Vipul Bhardwaj
Department of Information Technology, Maharaja
Agrasen Institute of Technology, New Delhi
ABSTRACT
Content Management Systems are gaining importance
with the spread of internet. They have considerably
simplified the maintenance of digital content. Unlike
other hardcoded approaches for website development,
such systems do not require any technical knowledge
for web publishing. They support dynamic web pages,
centrally managed database systems and efficient
organization of information, which makes them a
dominant web development tool. This paper
establishes the importance of a content management
system and outlines the development of such system
using technologies such as PHP and MySQL.
KEYWORDS: CMS, Web Content Management, Blog
Content Management Systems
INTRODUCTION
A content management system (CMS) is a softwar
application or set of related programs that are used to
create and manage digital content. It allows
publishing, editing, organizing, deleting and
maintaining content from a central interface on a
server.
A CMS has two main components:
A. Content Management Application (CMA)
It is a front-end application that allows user to control
management of content without requiring knowledge
of technical details. The application has a user
interface which enables control of database and
website templates.
B. Content Delivery Application (CDA)
It provides the back-end services that support
management and delivery of content once it has been
Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018
ISSN No: 2456 - 6470 | www.ijtsrd.com | Volume
International Journal of Trend in Scientific
Research and Development (IJTSRD)
International Open Access Journal
Development of a Web Content Management System in PHP
Department of Information Technology, Maharaja
Agrasen Institute of Technology, New Delhi, India
Mrs. Meenu Garg
Department of Information Technology, Maharaja
Agrasen Institute of Technology, New Delhi
Content Management Systems are gaining importance
with the spread of internet. They have considerably
simplified the maintenance of digital content. Unlike
other hardcoded approaches for website development,
stems do not require any technical knowledge
for web publishing. They support dynamic web pages,
centrally managed database systems and efficient
organization of information, which makes them a
dominant web development tool. This paper
rtance of a content management
system and outlines the development of such system
using technologies such as PHP and MySQL.
CMS, Web Content Management, Blog
A content management system (CMS) is a software
application or set of related programs that are used to
create and manage digital content. It allows
publishing, editing, organizing, deleting and
maintaining content from a central interface on a
ent Application (CMA)
end application that allows user to control
management of content without requiring knowledge
of technical details. The application has a user
interface which enables control of database and
Delivery Application (CDA)
end services that support
management and delivery of content once it has been
created in the CMA. The actual implementation is
done by CDA in cooperation with CMA.
II. A Web CMS
A Web Content Management Sy
the most common form of a CMS for administering
web content. In fact, most of the popular content
management systems are WCMS.
It is a software content management system
(CMS) specifically designed for web content. It
provides website authoring, collaboration and
administration tools that help users with little
knowledge of web programming languages or mark
up languages create and manage website content.
A WCMS requires the following components:
 CMS Database - the central repository for
content
 Template driven user interface design of CMS
 An automated system to create, design and deploy
the web content
 A CMS management tool to manage groups, users
and rights from a central control
Need For A CMS
In early days of the internet, static
traditional information updating methods were most
commonly used. Such websites are written in plain
HTML and the data is directly displayed to the user.
They offer flexibility to the web developer to make
every page different from the other
unique features to a specific page. Upfront cost for
such a website is generally low.
Apr 2018 Page: 1454
6470 | www.ijtsrd.com | Volume - 2 | Issue – 3
Scientific
(IJTSRD)
International Open Access Journal
Development of a Web Content Management System in PHP
Mrs. Meenu Garg
Department of Information Technology, Maharaja
Technology, New Delhi, India
created in the CMA. The actual implementation is
done by CDA in cooperation with CMA.
A Web Content Management System (or WCMS) is
the most common form of a CMS for administering
web content. In fact, most of the popular content
management systems are WCMS.
content management system
specifically designed for web content. It
thoring, collaboration and
administration tools that help users with little
knowledge of web programming languages or mark-
create and manage website content.
A WCMS requires the following components:
the central repository for all
Template driven user interface design of CMS
An automated system to create, design and deploy
A CMS management tool to manage groups, users
and rights from a central control
In early days of the internet, static websites with
traditional information updating methods were most
commonly used. Such websites are written in plain
HTML and the data is directly displayed to the user.
They offer flexibility to the web developer to make
every page different from the other or in adding
unique features to a specific page. Upfront cost for
such a website is generally low.
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018 Page: 1455
However, static websites are more difficult to update
than to generate. In order to implement the smallest
update, one has to unnecessarily go through thousand
lines of code. The user has to be technically sound to
avoid introducing errors in the exercise. This becomes
apparent when the user needs to update something
that appears on every page, such as a Menu link, or
change the website layout and design. Every page that
contains the change has to be edited, and with a very
large website this can be quite time consuming and
costly.
Templates and content are generally tied together in a
website managed without a CMS. Making a change is
thus difficult without the help of a web developer.
Further, such changes cannot be tracked and it is
difficult to revert back to an earlier version. This gives
rise to the need for an optimal solution of organising
information, which a CMS fulfils.
For every business on the internet, it is necessary to
capture user’s attention with interactive content.
Further, every website needs to implement security
features to guard itself against potential attacks. Plain
HTML pages are insufficient in achieving these
objectives and an organized content management is
required.
As information is valuable on the internet, there is a
greater need for content integration between website
and various other channels. Such large websites
require a central administration for web publishing
and access to multiple authors spread across the
globe. While single page websites may work without
a CMS, most multi-page websites on the internet need
coherence in website design, structure and content
organization. In order to account for these
requirements, the presence of a CMS becomes crucial.
Tools To Implement Blog CMS
The development project makes use of the following
languages/tools:
HTML
It is used to define basic web page structure including
titles, forms and the static content.
CSS
It is used to control display settings such as margins,
padding, and text size to ensure user friendly output.
Javascript
It is a client-side scripting language which is directly
embedded into HTML. The project makes use of
Javascript to control properties of various HTML
elements and validating form data.
PHP
It is an open source server-side scripting language.
The project makes an extensive use of PHP to create
dynamic web pages which collect content from
HTML forms into the database and display content
fetched from the database to the users.
MySQL
MySQL is an open source database server application.
It is invoked through queries embedded within the
PHP scripts.
Bootstrap
Using bootstrap CSS framework, responsive and
mobile friendly design is implemented with
predefined classes. Bootstrap grids, buttons, panels,
navbars are directly used in the project.
Figure: A snapshot of Blog CMS
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018 Page: 1456
Implementation Details
Database
The database for the Blog CMS is implemented using
following tables:
1. Posts
The table stores all posts referenced by the primary
key post id and has fields date, title, author, image,
category, data and views count. Any new post added
is stored here and is retrieved when a user requests for
the page.
2. Users
All relevant details of users such as id, first name, last
name, username, password, email and role are stored
in this table.
3. Media
The table includes fields for media id and the path to
its location on server.
4. Comments
All comments submitted to any post are stored with
fields including name, date, post id, comment id,
email, content and status are stored here.
5. Categories
This table lists the categories defined by the author
along with it their ids and names.
Features implemented
1. Default templates
The CMS generates standard output template built
using HTML and CSS that can be automatically
applied to new and existing content, allowing the
appearance of all content to be changed from one
central place. This separates the content from the
presentation.
2. Easily editable content
Content is separated from the visual presentation of a
site, which makes it much easier and quicker to edit
and manage. WYSIWYG (What You See Is What
You Get) editing tool is used to enable users edit
content without need to know technical details.
3. Access control
Session management and user roles are clearly
defined which restricts unauthorized users from
making any modifications. Further, registered users
have limited access privileges.
4. Integrated Analytics
Every page request triggers an updation of the view
count which is reported on per-post basis to logged in
users.
5. Security
Through inbuilt crypt function in PHP, the data and
passwords are encrypted to make them secure.
6. Workflow management
Workflow management is implemented to assist
teams with the process of managing and publishing
content. The workflow used is a publishing queue
where a post awaits final approval from the
administrator before it appears on the website.
Future Scope
There are around 1.8 billion websites on the internet
and it is estimated that over half of them use a CMS.
Wordpress, an open source CMS, alone powers nearly
30% of the websites on Internet. Extending
capabilities of existing CMS using multilingualism,
content distribution systems and social media
integration can open many new possibilities.
With rapidly advancing technology and accessibility
of internet, Content Management Systems are adding
new capabilities using Artificial Intelligence and
cloud based technologies. Many WCMS have started
offering cognitive and analytical capabilities to assess
how content has come across to readers, which tone
resonates with which audience, and so forth. A new
model of content management as Experience-as-a-
Service (EaaS) has gained momentum. Universal web
accessibility and web security are new concerns of the
emerging content management systems.
REFERENCES
1) http://searchcontentmanagement.techtarget.com/d
efinition/content-management-system-CMS
2) https://en.wikipedia.org/wiki/Web_content_manag
ement_system
3) http://www.spiderwriting.co.uk/static-
dynamic.php
4) https://www.amityweb.co.uk/blog/static-or-
dynamic-content-managed-website-which-one-is-
best
5) https://websitesetup.org/popular-cms/
6) http://www.cms-connected.com/News-
Archive/December-2017/5-Web-Content-
Management-Trends-for-2018

More Related Content

What's hot

Web2.0 Ajax and REST in WebSphere Portal
Web2.0 Ajax and REST in WebSphere PortalWeb2.0 Ajax and REST in WebSphere Portal
Web2.0 Ajax and REST in WebSphere PortalMunish Gupta
 
TIMETOACT Web Content Management Extension for IBM Connections
TIMETOACT Web Content Management Extension for IBM ConnectionsTIMETOACT Web Content Management Extension for IBM Connections
TIMETOACT Web Content Management Extension for IBM ConnectionsFelix Binsack
 
Word press by sanjit
Word press by sanjitWord press by sanjit
Word press by sanjitSanjit Gupta
 
What is a Content Management System or CMS
What is a Content Management System or CMSWhat is a Content Management System or CMS
What is a Content Management System or CMSSteve Williams
 
Kentico CMS Feature Overview
Kentico CMS Feature OverviewKentico CMS Feature Overview
Kentico CMS Feature Overviewecwebb
 
Social Media Marketing for the Rest of Us
Social Media Marketing for the Rest of UsSocial Media Marketing for the Rest of Us
Social Media Marketing for the Rest of UsBernie Borges
 
Tech Select Web 2 0 Presentation
Tech Select Web 2 0 PresentationTech Select Web 2 0 Presentation
Tech Select Web 2 0 PresentationBernie Borges
 
Web 2 0/Social Media Presentation V2
Web 2 0/Social Media Presentation V2Web 2 0/Social Media Presentation V2
Web 2 0/Social Media Presentation V2Bernie Borges
 
01 web 2.0 - more than a pretty face for soa
01   web 2.0 - more than a pretty face for soa01   web 2.0 - more than a pretty face for soa
01 web 2.0 - more than a pretty face for soaTechnology Transfer
 
03 Teknologi Web 2
03 Teknologi Web 203 Teknologi Web 2
03 Teknologi Web 2Herman Tolle
 
Talking to 25% of the web - In-depth report and analysis on the WordPress RES...
Talking to 25% of the web - In-depth report and analysis on the WordPress RES...Talking to 25% of the web - In-depth report and analysis on the WordPress RES...
Talking to 25% of the web - In-depth report and analysis on the WordPress RES...Stephane Beladaci
 
Information Management & Sharing in Digital Era
Information Management & Sharing in Digital Era Information Management & Sharing in Digital Era
Information Management & Sharing in Digital Era Liaquat Rahoo
 
Web 2.0 Tech Talk
Web 2.0 Tech TalkWeb 2.0 Tech Talk
Web 2.0 Tech Talkpooyad
 

What's hot (17)

Web2.0 Ajax and REST in WebSphere Portal
Web2.0 Ajax and REST in WebSphere PortalWeb2.0 Ajax and REST in WebSphere Portal
Web2.0 Ajax and REST in WebSphere Portal
 
Web 2.0 Introduction
Web 2.0 IntroductionWeb 2.0 Introduction
Web 2.0 Introduction
 
TIMETOACT Web Content Management Extension for IBM Connections
TIMETOACT Web Content Management Extension for IBM ConnectionsTIMETOACT Web Content Management Extension for IBM Connections
TIMETOACT Web Content Management Extension for IBM Connections
 
Word press by sanjit
Word press by sanjitWord press by sanjit
Word press by sanjit
 
Web2.0-IFF
Web2.0-IFFWeb2.0-IFF
Web2.0-IFF
 
Content Management System |CMS | Content Management System Basics |CMS for We...
Content Management System |CMS | Content Management System Basics |CMS for We...Content Management System |CMS | Content Management System Basics |CMS for We...
Content Management System |CMS | Content Management System Basics |CMS for We...
 
What is a Content Management System or CMS
What is a Content Management System or CMSWhat is a Content Management System or CMS
What is a Content Management System or CMS
 
Kentico CMS Feature Overview
Kentico CMS Feature OverviewKentico CMS Feature Overview
Kentico CMS Feature Overview
 
Social Media Marketing for the Rest of Us
Social Media Marketing for the Rest of UsSocial Media Marketing for the Rest of Us
Social Media Marketing for the Rest of Us
 
Tech Select Web 2 0 Presentation
Tech Select Web 2 0 PresentationTech Select Web 2 0 Presentation
Tech Select Web 2 0 Presentation
 
Web 2 0/Social Media Presentation V2
Web 2 0/Social Media Presentation V2Web 2 0/Social Media Presentation V2
Web 2 0/Social Media Presentation V2
 
01 web 2.0 - more than a pretty face for soa
01   web 2.0 - more than a pretty face for soa01   web 2.0 - more than a pretty face for soa
01 web 2.0 - more than a pretty face for soa
 
CODE IGNITER
CODE IGNITERCODE IGNITER
CODE IGNITER
 
03 Teknologi Web 2
03 Teknologi Web 203 Teknologi Web 2
03 Teknologi Web 2
 
Talking to 25% of the web - In-depth report and analysis on the WordPress RES...
Talking to 25% of the web - In-depth report and analysis on the WordPress RES...Talking to 25% of the web - In-depth report and analysis on the WordPress RES...
Talking to 25% of the web - In-depth report and analysis on the WordPress RES...
 
Information Management & Sharing in Digital Era
Information Management & Sharing in Digital Era Information Management & Sharing in Digital Era
Information Management & Sharing in Digital Era
 
Web 2.0 Tech Talk
Web 2.0 Tech TalkWeb 2.0 Tech Talk
Web 2.0 Tech Talk
 

Similar to Development of a Web Content Management System in PHP

Content management system a full guide
Content management system a full guideContent management system a full guide
Content management system a full guideFullestop
 
A Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdfA Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdfTechugo
 
A Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdfA Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdfTechugo
 
What is a CMS.pdf
What is a CMS.pdfWhat is a CMS.pdf
What is a CMS.pdfTechugo
 
What is a CMS.
What is a CMS.What is a CMS.
What is a CMS.Techugo
 
Research study on content management systems (CMS): issues with the conventio...
Research study on content management systems (CMS): issues with the conventio...Research study on content management systems (CMS): issues with the conventio...
Research study on content management systems (CMS): issues with the conventio...IRJET Journal
 
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report 6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report c-tac
 
Create richer customer experiences with sitecore as a headless cms
Create richer customer experiences with sitecore as a headless cmsCreate richer customer experiences with sitecore as a headless cms
Create richer customer experiences with sitecore as a headless cmsRay Business Technologies
 
CMS Web Designs1.pdf
CMS Web Designs1.pdfCMS Web Designs1.pdf
CMS Web Designs1.pdfSonia Simi
 
Cms Today: Knowing When You Need A CMS
Cms Today: Knowing When You Need A CMSCms Today: Knowing When You Need A CMS
Cms Today: Knowing When You Need A CMSThomas Robbins
 
gtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdf
gtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdfgtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdf
gtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdfGtcsys
 
Design and Development of a Headless Content Management System
Design and Development of a Headless Content Management SystemDesign and Development of a Headless Content Management System
Design and Development of a Headless Content Management SystemIRJET Journal
 
Ghost BLOG CMS Documentation via www.cemates.me
Ghost BLOG CMS Documentation via www.cemates.meGhost BLOG CMS Documentation via www.cemates.me
Ghost BLOG CMS Documentation via www.cemates.meHüseyin Cem Ateş
 
8 Most Popular Content Management Systems (CMS)
8 Most Popular Content Management Systems (CMS)8 Most Popular Content Management Systems (CMS)
8 Most Popular Content Management Systems (CMS)pluckymercenary67
 
Web Designs Services
Web Designs ServicesWeb Designs Services
Web Designs ServicesNusrat Khanom
 
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)Richard Harbridge
 
Benefits of using a content management system for your website : holateck se...
Benefits of using a content management system for your website  : holateck se...Benefits of using a content management system for your website  : holateck se...
Benefits of using a content management system for your website : holateck se...HolaTeck
 

Similar to Development of a Web Content Management System in PHP (20)

Content management system a full guide
Content management system a full guideContent management system a full guide
Content management system a full guide
 
A Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdfA Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdf
 
A Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdfA Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdf
 
Content Management System
Content Management SystemContent Management System
Content Management System
 
What is a CMS.pdf
What is a CMS.pdfWhat is a CMS.pdf
What is a CMS.pdf
 
What is a CMS.
What is a CMS.What is a CMS.
What is a CMS.
 
Research study on content management systems (CMS): issues with the conventio...
Research study on content management systems (CMS): issues with the conventio...Research study on content management systems (CMS): issues with the conventio...
Research study on content management systems (CMS): issues with the conventio...
 
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report 6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
 
Create richer customer experiences with sitecore as a headless cms
Create richer customer experiences with sitecore as a headless cmsCreate richer customer experiences with sitecore as a headless cms
Create richer customer experiences with sitecore as a headless cms
 
CMS Web Designs1.pdf
CMS Web Designs1.pdfCMS Web Designs1.pdf
CMS Web Designs1.pdf
 
Cms Today: Knowing When You Need A CMS
Cms Today: Knowing When You Need A CMSCms Today: Knowing When You Need A CMS
Cms Today: Knowing When You Need A CMS
 
gtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdf
gtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdfgtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdf
gtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdf
 
Design and Development of a Headless Content Management System
Design and Development of a Headless Content Management SystemDesign and Development of a Headless Content Management System
Design and Development of a Headless Content Management System
 
CMS Web Designs
CMS Web DesignsCMS Web Designs
CMS Web Designs
 
Headless CMS VS Traditional CMS.pdf
Headless CMS VS Traditional CMS.pdfHeadless CMS VS Traditional CMS.pdf
Headless CMS VS Traditional CMS.pdf
 
Ghost BLOG CMS Documentation via www.cemates.me
Ghost BLOG CMS Documentation via www.cemates.meGhost BLOG CMS Documentation via www.cemates.me
Ghost BLOG CMS Documentation via www.cemates.me
 
8 Most Popular Content Management Systems (CMS)
8 Most Popular Content Management Systems (CMS)8 Most Popular Content Management Systems (CMS)
8 Most Popular Content Management Systems (CMS)
 
Web Designs Services
Web Designs ServicesWeb Designs Services
Web Designs Services
 
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)
 
Benefits of using a content management system for your website : holateck se...
Benefits of using a content management system for your website  : holateck se...Benefits of using a content management system for your website  : holateck se...
Benefits of using a content management system for your website : holateck se...
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 

Recently uploaded (20)

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 

Development of a Web Content Management System in PHP

  • 1. @ IJTSRD | Available Online @ www.ijtsrd.com ISSN No: 2456 International Research Development of a Web Content Management System in PHP Vipul Bhardwaj Department of Information Technology, Maharaja Agrasen Institute of Technology, New Delhi ABSTRACT Content Management Systems are gaining importance with the spread of internet. They have considerably simplified the maintenance of digital content. Unlike other hardcoded approaches for website development, such systems do not require any technical knowledge for web publishing. They support dynamic web pages, centrally managed database systems and efficient organization of information, which makes them a dominant web development tool. This paper establishes the importance of a content management system and outlines the development of such system using technologies such as PHP and MySQL. KEYWORDS: CMS, Web Content Management, Blog Content Management Systems INTRODUCTION A content management system (CMS) is a softwar application or set of related programs that are used to create and manage digital content. It allows publishing, editing, organizing, deleting and maintaining content from a central interface on a server. A CMS has two main components: A. Content Management Application (CMA) It is a front-end application that allows user to control management of content without requiring knowledge of technical details. The application has a user interface which enables control of database and website templates. B. Content Delivery Application (CDA) It provides the back-end services that support management and delivery of content once it has been Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018 ISSN No: 2456 - 6470 | www.ijtsrd.com | Volume International Journal of Trend in Scientific Research and Development (IJTSRD) International Open Access Journal Development of a Web Content Management System in PHP Department of Information Technology, Maharaja Agrasen Institute of Technology, New Delhi, India Mrs. Meenu Garg Department of Information Technology, Maharaja Agrasen Institute of Technology, New Delhi Content Management Systems are gaining importance with the spread of internet. They have considerably simplified the maintenance of digital content. Unlike other hardcoded approaches for website development, stems do not require any technical knowledge for web publishing. They support dynamic web pages, centrally managed database systems and efficient organization of information, which makes them a dominant web development tool. This paper rtance of a content management system and outlines the development of such system using technologies such as PHP and MySQL. CMS, Web Content Management, Blog A content management system (CMS) is a software application or set of related programs that are used to create and manage digital content. It allows publishing, editing, organizing, deleting and maintaining content from a central interface on a ent Application (CMA) end application that allows user to control management of content without requiring knowledge of technical details. The application has a user interface which enables control of database and Delivery Application (CDA) end services that support management and delivery of content once it has been created in the CMA. The actual implementation is done by CDA in cooperation with CMA. II. A Web CMS A Web Content Management Sy the most common form of a CMS for administering web content. In fact, most of the popular content management systems are WCMS. It is a software content management system (CMS) specifically designed for web content. It provides website authoring, collaboration and administration tools that help users with little knowledge of web programming languages or mark up languages create and manage website content. A WCMS requires the following components:  CMS Database - the central repository for content  Template driven user interface design of CMS  An automated system to create, design and deploy the web content  A CMS management tool to manage groups, users and rights from a central control Need For A CMS In early days of the internet, static traditional information updating methods were most commonly used. Such websites are written in plain HTML and the data is directly displayed to the user. They offer flexibility to the web developer to make every page different from the other unique features to a specific page. Upfront cost for such a website is generally low. Apr 2018 Page: 1454 6470 | www.ijtsrd.com | Volume - 2 | Issue – 3 Scientific (IJTSRD) International Open Access Journal Development of a Web Content Management System in PHP Mrs. Meenu Garg Department of Information Technology, Maharaja Technology, New Delhi, India created in the CMA. The actual implementation is done by CDA in cooperation with CMA. A Web Content Management System (or WCMS) is the most common form of a CMS for administering web content. In fact, most of the popular content management systems are WCMS. content management system specifically designed for web content. It thoring, collaboration and administration tools that help users with little knowledge of web programming languages or mark- create and manage website content. A WCMS requires the following components: the central repository for all Template driven user interface design of CMS An automated system to create, design and deploy A CMS management tool to manage groups, users and rights from a central control In early days of the internet, static websites with traditional information updating methods were most commonly used. Such websites are written in plain HTML and the data is directly displayed to the user. They offer flexibility to the web developer to make every page different from the other or in adding unique features to a specific page. Upfront cost for such a website is generally low.
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018 Page: 1455 However, static websites are more difficult to update than to generate. In order to implement the smallest update, one has to unnecessarily go through thousand lines of code. The user has to be technically sound to avoid introducing errors in the exercise. This becomes apparent when the user needs to update something that appears on every page, such as a Menu link, or change the website layout and design. Every page that contains the change has to be edited, and with a very large website this can be quite time consuming and costly. Templates and content are generally tied together in a website managed without a CMS. Making a change is thus difficult without the help of a web developer. Further, such changes cannot be tracked and it is difficult to revert back to an earlier version. This gives rise to the need for an optimal solution of organising information, which a CMS fulfils. For every business on the internet, it is necessary to capture user’s attention with interactive content. Further, every website needs to implement security features to guard itself against potential attacks. Plain HTML pages are insufficient in achieving these objectives and an organized content management is required. As information is valuable on the internet, there is a greater need for content integration between website and various other channels. Such large websites require a central administration for web publishing and access to multiple authors spread across the globe. While single page websites may work without a CMS, most multi-page websites on the internet need coherence in website design, structure and content organization. In order to account for these requirements, the presence of a CMS becomes crucial. Tools To Implement Blog CMS The development project makes use of the following languages/tools: HTML It is used to define basic web page structure including titles, forms and the static content. CSS It is used to control display settings such as margins, padding, and text size to ensure user friendly output. Javascript It is a client-side scripting language which is directly embedded into HTML. The project makes use of Javascript to control properties of various HTML elements and validating form data. PHP It is an open source server-side scripting language. The project makes an extensive use of PHP to create dynamic web pages which collect content from HTML forms into the database and display content fetched from the database to the users. MySQL MySQL is an open source database server application. It is invoked through queries embedded within the PHP scripts. Bootstrap Using bootstrap CSS framework, responsive and mobile friendly design is implemented with predefined classes. Bootstrap grids, buttons, panels, navbars are directly used in the project. Figure: A snapshot of Blog CMS
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 3 | Mar-Apr 2018 Page: 1456 Implementation Details Database The database for the Blog CMS is implemented using following tables: 1. Posts The table stores all posts referenced by the primary key post id and has fields date, title, author, image, category, data and views count. Any new post added is stored here and is retrieved when a user requests for the page. 2. Users All relevant details of users such as id, first name, last name, username, password, email and role are stored in this table. 3. Media The table includes fields for media id and the path to its location on server. 4. Comments All comments submitted to any post are stored with fields including name, date, post id, comment id, email, content and status are stored here. 5. Categories This table lists the categories defined by the author along with it their ids and names. Features implemented 1. Default templates The CMS generates standard output template built using HTML and CSS that can be automatically applied to new and existing content, allowing the appearance of all content to be changed from one central place. This separates the content from the presentation. 2. Easily editable content Content is separated from the visual presentation of a site, which makes it much easier and quicker to edit and manage. WYSIWYG (What You See Is What You Get) editing tool is used to enable users edit content without need to know technical details. 3. Access control Session management and user roles are clearly defined which restricts unauthorized users from making any modifications. Further, registered users have limited access privileges. 4. Integrated Analytics Every page request triggers an updation of the view count which is reported on per-post basis to logged in users. 5. Security Through inbuilt crypt function in PHP, the data and passwords are encrypted to make them secure. 6. Workflow management Workflow management is implemented to assist teams with the process of managing and publishing content. The workflow used is a publishing queue where a post awaits final approval from the administrator before it appears on the website. Future Scope There are around 1.8 billion websites on the internet and it is estimated that over half of them use a CMS. Wordpress, an open source CMS, alone powers nearly 30% of the websites on Internet. Extending capabilities of existing CMS using multilingualism, content distribution systems and social media integration can open many new possibilities. With rapidly advancing technology and accessibility of internet, Content Management Systems are adding new capabilities using Artificial Intelligence and cloud based technologies. Many WCMS have started offering cognitive and analytical capabilities to assess how content has come across to readers, which tone resonates with which audience, and so forth. A new model of content management as Experience-as-a- Service (EaaS) has gained momentum. Universal web accessibility and web security are new concerns of the emerging content management systems. REFERENCES 1) http://searchcontentmanagement.techtarget.com/d efinition/content-management-system-CMS 2) https://en.wikipedia.org/wiki/Web_content_manag ement_system 3) http://www.spiderwriting.co.uk/static- dynamic.php 4) https://www.amityweb.co.uk/blog/static-or- dynamic-content-managed-website-which-one-is- best 5) https://websitesetup.org/popular-cms/ 6) http://www.cms-connected.com/News- Archive/December-2017/5-Web-Content- Management-Trends-for-2018