CMS vs MVC differences?

Discussion in 'PHP' started by baligena, Apr 17, 2011.

  1. #1
    This may be a silly question but what is the difference between Content Management System(CMS, Drupal) and Model view controller(MVC, Codeigniter). Can someone explain these and tell me their usages.
     
    baligena, Apr 17, 2011 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You cannot compare them....

    CMS is a type of application
    MVC is a programming architecture

    So you can create a Content Management System using the MVC architecture
     
    AstarothSolutions, Apr 18, 2011 IP
  3. zerophean

    zerophean Peon

    Messages:
    91
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    CMS = is content management system, its system, its application, its software, you can't create your own rules or own code.
    MVC = Model, View, Controller. You can create your own application, your own rule, your own design, your own system.

    so CMS is like a car, MVC is the way to build your own car.
     
    zerophean, Apr 18, 2011 IP