CMS - Content Management System
In this article we are going to see about Web Content Management System(WCMS). WCMS is used to
do web page development in a effective way. Its main aim is to maintain business logic and visual
appearance of web separately. Editing an server script will not affect the user interface.CMS also used
to avoid redundant coding. WCMS allows user to publish content without the knowledge of web
languages.There are many WCMS available for PHP but we will review two famous CMS which are
used by popular sites and site builders, they are
Joomla is more popular because it is very easy to install and even an person who doesnt know about
program can work on this.It incorporates with free license, lots of templates and open source.
2.Smarty
Smarty is more effective one in terms of functionality, used mostly to separate business logic and
appearance ie PHP and HTML.Working on this requires atleast basic knowledge of PHP and HTML.
It is also called as Template Engine. You have to learn Smarty tags to use this.
do web page development in a effective way. Its main aim is to maintain business logic and visual
appearance of web separately. Editing an server script will not affect the user interface.CMS also used
to avoid redundant coding. WCMS allows user to publish content without the knowledge of web
languages.There are many WCMS available for PHP but we will review two famous CMS which are
used by popular sites and site builders, they are
- Joomla
- Smarty
Joomla is more popular because it is very easy to install and even an person who doesnt know about
program can work on this.It incorporates with free license, lots of templates and open source.
2.Smarty
Smarty is more effective one in terms of functionality, used mostly to separate business logic and
appearance ie PHP and HTML.Working on this requires atleast basic knowledge of PHP and HTML.
It is also called as Template Engine. You have to learn Smarty tags to use this.





Comments