Skip to content

Instantly share code, notes, and snippets.

@robzienert
Created May 4, 2010 01:19
Show Gist options
  • Save robzienert/388828 to your computer and use it in GitHub Desktop.
Save robzienert/388828 to your computer and use it in GitHub Desktop.
# ZF Multisite Project Tool
#
# A change up on
application/
+ apis/
+ configs/
| ` modules/
+ modules/ # Used for new MVC features
| + community/
| + core/
| ` local/
+ plugins/ # Used for extensions to modules; hooks and the-like (maybe they should just be modules themselves?)
+ services/
+ themes/
| | {theme_name}
| | + layouts/
| | + locale/
| | ` views/
| | + helpers/
| | ` scripts/
` Bootstrap.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment