Skip to content

Instantly share code, notes, and snippets.

@toopay
Created August 11, 2012 05:59
Show Gist options
  • Save toopay/3321614 to your computer and use it in GitHub Desktop.
Save toopay/3321614 to your computer and use it in GitHub Desktop.
Modules Juriya
;;;;;;;;;;;;;;;;;;;;
; modules.conf.ini ;
;;;;;;;;;;;;;;;;;;;;
; Modules configuration
[MODULES]
; Register and enable module(s)
; Prototype:
; dummy.namespace = "Mod\Dummy"
; dummy.path = PATH_MOD"dummy"DIRECTORY_SEPARATOR
; Note:
; you can't use a module without specify the alias and the path
; factory and autoloader will use provided aliases and path
; to determine your modular MVC.
; Foo modules
foo.namespace = "Mod\Foo"
foo.path = PATH_MOD"foo"DIRECTORY_SEPARATOR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment