Created
April 23, 2014 08:15
-
-
Save AydinHassan/11206684 to your computer and use it in GitHub Desktop.
ZF2 module structure
This file contains 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
. | |
├── config | |
│ └── autoload | |
├── module | |
│ ├── JhHub | |
│ │ ├── public | |
│ │ └── bower.json | |
│ ├── JhOvertime | |
│ │ ├── public | |
│ │ └── bower.json | |
├── public | |
│ ├── assets | |
│ │ └── vendor | |
│ ├── css | |
│ ├── fonts | |
│ └── img | |
└── vendor | |
├── JhFlexiTime | |
│ ├── public | |
│ └── bower.json | |
├── JhOvertime | |
│ ├── public | |
│ |.. └── Js <- Some other JS files which need to be min/uglified etc | |
│ └── bower.json | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment