PHPackages                             taufikmaulanaa/ci-hmvc - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. taufikmaulanaa/ci-hmvc

ActiveLibrary[Framework](/categories/framework)

taufikmaulanaa/ci-hmvc
======================

CodeIgniter HMVC Extension

v1.0.1(8mo ago)029MITPHP

Since Aug 28Pushed 8mo agoCompare

[ Source](https://github.com/taufikmaulanaa/CI-HMVC)[ Packagist](https://packagist.org/packages/taufikmaulanaa/ci-hmvc)[ RSS](/packages/taufikmaulanaa-ci-hmvc/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Modular Extensions (HMVC) for CodeIgniter 3
===========================================

[](#modular-extensions-hmvc-for-codeigniter-3)

> This is the fork of the awesome  project.

Modular Extensions makes the CodeIgniter PHP framework modular. Modules are groups of independent components, typically model, controller and view, arranged in an application modules sub-directory that can be dropped into other CodeIgniter applications.

HMVC stands for Hierarchical Model View Controller.

Module Controllers can be used as normal Controllers or HMVC Controllers and they can be used as widgets to help you build view partials.

Installation
------------

[](#installation)

**Step 1.** Install package with composer:

```
composer require taufikmaulanaa/ci-hmvc
```

**Step 2.** Create two files in your `application/core` directory:

*MY\_Loader.php*

```
