Penerapan Arsitektur Model View Controller (MVC) Dalam Perancangan Ekstensi Sebuah Content Management System
Main Author: | Hidayat, Arief; Program Studi Sistem Informasi STMIK PROVISI, Semarang |
---|---|
Format: | Article info application/pdf eJournal |
Bahasa: | eng |
Terbitan: |
LPPM ProVisi
, 2014
|
Subjects: | |
Online Access: |
http://www.provisi.ac.id/ejurnal/index.php/JTIKP/article/view/67 http://www.provisi.ac.id/ejurnal/index.php/JTIKP/article/view/67/pdf_13 |
Daftar Isi:
- Design of extension will be more easily developed if it applies design patterns of model view controller (MVC) architecture. This architecture divides an application into three separate parts; model, view, and controller, each of which can be developed separately from one another, so that changes in one part has aminimal impact on other parts. Parts of the model are used to define a way in which data can be accessed,the view produces an output when given the data, and the controller receives the command and sets the application to the task and the corresponding view