About 55 results
Open links in new tab
  1. MVC vs HMVC for web application development - Stack Overflow

    Mar 28, 2011 · HMVC can do anything that MVC can and more one of the things that you will or had struggled with in MVC is that you can't call a controller from another controller (unless you use a …

  2. php - What is the HMVC pattern? - Stack Overflow

    Feb 15, 2010 · HMVC, or specifically the ability to dispatch sub-requests to a Controller to handle these responsibilities is the obvious solution. If you think about what you're doing, it fits the Controller …

  3. php - CodeIgniter 4 with hmvc - Stack Overflow

    Mar 20, 2024 · I'm trying to work with HMVC in CodeIgniter 4. I worked with it previously but in version 3.10. I can't find the HMVC plugin for CI4. I want to work with modules for each class and add their …

  4. Examples of Hierarchical-Model-View-Controller (HMVC)?

    Feb 18, 2016 · Closed 12 years ago. I'm interested in the Presentation-Abstraction-Control? (aka Hierarchical-Model-View-Controller (HMVC)) Architectural Pattern for constructing complex user …

  5. What Can I Use the HMVC Architecture for? - Stack Overflow

    Aug 23, 2014 · Power - HMVC requests have the same Kohana resources as http requests including routes. Pluggability - When called from a view, an HMVC request doesn't have a coupling between …

  6. How to implement HMVC in codeigniter 3.0? - Stack Overflow

    Jun 16, 2015 · Currently I'm using codeigniter version 3.0. I want to know how to implement HMVC structure in it, can anyone help?

  7. codeigniter+HMVC cross module call controller->method

    codeigniter+HMVC cross module call controller->method Asked 12 years, 11 months ago Modified 7 years, 1 month ago Viewed 29k times

  8. Why HMVC instead of MVC for Codeigniter? - Stack Overflow

    Jun 14, 2014 · I searched HMVC and know what it is and its advantages. Modularization: Reduction of dependencies between the disparate parts of the application. Organization: Having a folder for each …

  9. HMVC e a Componentização do HTML - Stack Overflow em Português

    Eu já li vários artigos sobre HMVC, tanto em PHP como em outras linguagens, e em todos eles a implementação do padrão girava em torno de se ter um "Controller-mestre" o qual requisitava o …

  10. CodeIgniter 3 (HMVC) - 404 on route even though controller exists

    Apr 16, 2025 · Hi I'm facing an issue during a technical challenge for a PHP internship using PHP 8.1 and CodeIgniter 3 (with HMVC structure using MX_Controller). The company sent me the repository …