File Structure

bin/ config/ [contains json files for config] | --db.conf [database connection] --global.conf --sites.conf --tpl.conf [globally available template values -- non dynamic] --version.conf core/ | --config.php --controller.php --internals.php --model.php --orm.php --session.php --sites.php --uri.php --view.php --zedek.php databases/ | --zedek.db [sqlite3 db] doc/ | --documentation files engines/ [may contain several app folders] |
-default/ | --controller.php --views/ | --index.html internals/ [helper classes] | --auth.php --captcha.php --form.php --image.php --ldap.php libs/ [vendor] | --php/ | --simpletest/ model | --app.php public/ [web accessible] | --.htaccess --router.php --zedek --zettings --themes/ [may contain custom themes] |
--offline.manifest --common/ [shared elements] --basic/ [theme] | --header.html --footer.html --index.html --default/ [theme] session/ sites/ templates/ [controller scaffold templates] | --controller.php --test.php --default/ | --constroller.php --views/ | --index.html anchor.php composer.json initializer.php README.md zedek