Avenir | Drupal Development | Joomla Development | Magento Development | OsCommerce Development

Friday 14 October 2011

Web Technology Training


Web Content Management Systems


A Web Content Management System (WCMS) is a software system that provides website authoring, collaboration and administration tools which is designed to provide users with very minimum knowledge of Web Programming Languages.


Open source CMS provides much functionality and cost effective tools to frame the Site. There are many CMS available in the industry for Web Development; some of the Major contributing CMS are Joomla, Wordpress, Drupal, Magento and so on. These CMS can be framed and developed using Oops (Object Oriented Programming) Concept. These CMS’s uses MVC – Model View Controller.

Model              -           It is used to manage the Data
View                -           It displays the Data that is provided by the Model
Controller        -           It is used to Control Both Model and View and integrates them together