Moving from an external directory structure into one that is self-contained
within the document root takes a little more work. We must change the
paths in our include path to reflect the new paths and any paths
in the bootstrap. Below is the changes required in the bootstrap config.
styles/ - Styles (web/styles)
scripts/ - Scripts (web/scripts)
images/ - Images (web/images)
myapp/ - Project Home (../)
index.php
<home>myapp</home>
<path>
<web>../</web>
</path>