What is the CMS ( Content Management System )
A CMS is a Content Management System.a CMS defines several categories of content (like as text, media etc.), allows a user to enter, edit and manage the content through a simple user interface. it is very simle and possible for someone with no knowledge of HTML to create content.There are Some Popular CMSs are Wordpress, Drupal, Joomla [ PHP ]. in CMS They are customizable, theme, modular etc have plugins.
How Does The CMS Work
CMS can be used anyone even non-programmers or non technical person. Cms are like Microsft Word. if we know microsoft word then cms are very easy for you.
What is the Framework
Frameworks are built for programmers. You cannot use a framework unless you can code thing from scratch.framework are collection user defined function and model . frameworks are follow MVC Design pattern . MVC means Model , Views , Controller , There are Some Popular Framework are Yii , Laravel , Dot Net etc.
How Does The Framework Work
In Framework Web Application When a user enter in web application . He Communicate only the user interface. The User fill His Biodata on website ( like as register page ) . and then He click submit button the data send from controller to model ( Database - table ) and Databse update the user interface ( views ) .
0 Comments