Created
August 11, 2012 05:59
-
-
Save toopay/3321614 to your computer and use it in GitHub Desktop.
Modules Juriya
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;;;;;;;;;;;;;;;;;;; | |
; 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