PHPackages                             nguyenanhung/codeigniter-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. nguyenanhung/codeigniter-hmvc

ActiveLibrary[Framework](/categories/framework)

nguyenanhung/codeigniter-hmvc
=============================

CodeIgniter-HMVC

v1.2(7y ago)0731GPL-3.0PHPPHP &gt;=5.2.4

Since Oct 4Pushed 7y agoCompare

[ Source](https://github.com/nguyenanhung/CodeIgniter-HMVC)[ Packagist](https://packagist.org/packages/nguyenanhung/codeigniter-hmvc)[ Docs](https://github.com/nguyenanhung/CodeIgniter-HMVC)[ RSS](/packages/nguyenanhung-codeigniter-hmvc/feed)WikiDiscussions master Synced 1w ago

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

CodeIgniter HMVC
================

[](#codeigniter-hmvc)

### Support development of Modular Extensions - HMVC to WireDesignz

[](#support-development-of-modular-extensions---hmvc-to-wiredesignz)

[![Support development](https://camo.githubusercontent.com/17b90aba98676b827195a3910891134f92b9c141304e7230bd67e1b078562bfe/68747470733a2f2f7777772e70617970616c2e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e61746543435f4c472e676966)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FK79XNCUE9P5C)

Modular Extensions - HMVC
=========================

[](#modular-extensions---hmvc)

**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.

Design by **wiredesignz**, thank you verymuch!

### Features:

[](#features)

All controllers can contain an autoload class variable, which holds an array of items to load prior to running the constructor. This can be used together with module/config/autoload.php, however using the $autoload variable only works for that specific controller.

```
