Codeigniter Bundle MMVC |
Hello everyone!!
So i've been working on a MMVC extension that allows me to implement a simple Modular Pattern into Codeigniter Framework using groups of independent components, typically model, controller, view, config and assets files, arranged in application modules (sub-directory) that can be dropped into other Codeigniter applications. Every package should have this features:
Since the introduction of Codeigniter v2.0 there has been support for packages built right inside Codeigniter called Third-party Application Packages, this extension add to this packages the extra functionality they needed for full modular support. After Codeigniter Bundle installation, controllers may be loaded from: Code: - /path/to/application/controllers sub-directories accordingly to the URI route:
and maintain separated files:
In this simple diagram you can see how did Codeigniter Bundle works with the Codeigniter Framework: https://github.com/davidsosavaldes/Codeigniter-Bundle Let me hear your thoughts, i would really appreciate it. |
Welcome Guest, Not a member yet? Register Sign In |