Tuesday 24 May 2016

MVC Concept (Model-View-Controller)


Hi everyone,

  Very happy day for all. Thanks for read my article.. Fine!! In, previous post we know about cloud and google cloud platform.
 Today i said about MVC concept ..all of you hear the word in technical oriented .but,some of them didn't work about it.
 Nowadays, develop a web or mobile applications should be moslty used MVC methods.Its very useful for developing side.

 MVC (Model View Controller) :


      MVC can be used for web and mobile app development. It should be differentiate for each and every language.model–view–controller has been widely adopted as an architecture for World Wide Web applications in major programming languages.
      - In PHP,have mvc concept using by many frameworks. Example : Cakephp,Codeignitor,YII these frameworks based on MVC concept to used by develop web applications.
      - In Javascript, has been several frameworks called as MEAN JS.(Meteor JS,Ember JS,Angular JS,Node JS) it should be used for develop web and mobile applications.
     
 Model :

    - Model,it's for backend. It defines as database.Its very easy and users can using more tables easy to access a data in the frameworks.
    - The model directly manages the data, logic and rules of the application.
    - The model retrieve the data for based on controller.
    - Sometime not necessary data, and so on using xml and text files data.
   
Controller:

    - Controller has been using functionality to handle the data from model. It can be using logic and hierarchical process.
    - It using the logic to retrieve data and process it.
    - The third part, the controller, accepts input and converts it to commands for the model or view.

View:

    - Its for Frontend.It can be show the data from database using model,controller and display the various way for the users.
    - A view can be any output representation of information, such as a chart or a diagram. Multiple views of the same information are possible, such as a bar chart for management and a tabular view for accountants.
     

 Benefits:

  •   Build quickly and efficently.
  •   Very securable application.
  •   Code reusable.
  •   Reduce the code.
  •   Easy to use.
  
   These are progress for MVC concepts.Well!! you guyz try it these crazy method and enjoy for your's fantastic applications..

   Thanks once again to read this article. See you for next interesting article.take care .
   By yours Sam.


#shuttersketz #samsurya

1 comment: