Created
September 25, 2015 18:50
-
-
Save sarvsav/c2ba697a0919bb1c07d1 to your computer and use it in GitHub Desktop.
PHP project directory structure, recommend by zend
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
<project_name>/ | |
application/ | |
configs/ | |
application.ini | |
controllers/ | |
helpers/ | |
forms/ | |
layouts/ | |
filters/ | |
helpers/ | |
scripts/ | |
models/ | |
modules/ | |
services/ | |
views/ | |
filters/ | |
helpers/ | |
scripts/ | |
Bootstrap.php | |
data/ | |
cache/ | |
indexes/ | |
locales/ | |
logs/ | |
sessions/ | |
uploads/ | |
docs/ | |
library/ | |
public/ | |
css/ | |
images/ | |
js/ | |
lib/ | |
.htaccess | |
index.php | |
scripts/ | |
jobs/ | |
build/ | |
temp/ | |
tests/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment