Difference Between FrameWork, CMS and E-Commerce in Web Development.
Anybody suggest what is the difference between FrameWork, CMS and E-Commerce sites in web development?
Member • Mar 15, 2013
Administrator • Mar 15, 2013
Member • Mar 15, 2013
Member • Mar 15, 2013
Thanks #-Link-Snipped-#The_Big_KThey've nothing in common so to say. Framework is basically a structure that helps you design your software. A CMS is a content management system that makes it easier to manage content and e-commerce websites are basically the websites that do online transactions of various forms.
Administrator • Mar 15, 2013
Didn't get your question, especially what exactly do you mean by 'programming structure' ?meetramprasadThanks #-Link-Snipped-#
I made clear with this.. But, can you please explain me in what kind of programming structure they will differentiate....
Member • Mar 15, 2013
Hi,The_Big_KDidn't get your question, especially what exactly do you mean by 'programming structure' ?
Administrator • Mar 15, 2013
Member • Mar 15, 2013
Thanks a Lot Cean!!!!The_Big_KThere you go. I'll tag people who know PHP and coding stuff. Tagging #-Link-Snipped-#, #-Link-Snipped-# and #-Link-Snipped-# to handle this question 😀
Member • Mar 15, 2013
MVC is not a framework -- its a design pattern.meetramprasadHi,
For example if you take a php framework like cakephp, code ignitor these are all comes under MVC.
So, if we take e-commerce like magento. Then in what basis they will create the core.. may be it also an MVC. but we have something peculiar.... So, i need that difference..
Thanks!
Member • Mar 15, 2013
I agree with it. To add into this, MVC is just a pattern or architecture of program.ianoopMVC is not a framework -- its a design pattern.
Pattern is name work which you are doing again and again. Pattern is being Followed not used. For MVC patter if you able to separate view (simply Client part) , controller and model (business logic and data manipulation) then you are following MVC pattern . Even if you are not using any framework.
Framework is used to reduce effort and standardized process to do things.
Since most of the web application just need to use request from data, catch request and do some algorithm thing and shows to user again.Solution of this problem can be given using best way by following MVC pattern.
Member • Mar 15, 2013
Member • Mar 15, 2013
Member • Mar 21, 2013