Daftar Isi:
  • Creating a website needs a special understanding to integrate the system with a view. Interface of a website must be able to meet the goal of making a website. To accommodate this, the programmer as a website developer is required to make the planned system. Programmers can use the framework within which already contains the structure of good applications such as program code standards, best practices, design patterns and common function. In its application, the Framework uses the MVC pattern (Model View Controller). However, using the MVC pattern is not enough to produce a program that is modular, need to apply the pattern HMVC (Hierarchical Model View Controller). HMVC or Hierarchical Model View Controller MVC pattern is a form of hierarchy where the MVC implementation stored in specific modules so that each module has a model, view, and controller itself. By implementing HMVC on the framework, the author intends to create a website builder. Website builder is an application to create a website with the concept HMVC (Hierarchical Model View Controller) as a modular architecture. The basis of this concept is to map a folder tree to be neatly arranged and re-usable function, so the function that was made before can be used on the next project. HMVC concept refers to the class diagram to create a website. Class diagram is a blue print of the website to be created. So website builder refers to a class diagram to create a website using HMVC concept.