-
wa-appsapp source files
-
APP_ID
-
apiapp public API methods implementation
-
cssapp-specific CSS
-
imgapp images
-
jsapp JavaScript files
-
vendorsJavaScript code of third-party libraries
-
-
libapp core PHP source files
-
vendorsPHP code of third-party libraries
-
-
-
localeapp UI translations (gettext)
-
pluginsapp plugins (optional)
-
PLUGIN_ID
-
cssplugin-specific CSS
-
imgimages
-
jsJavaScript files
-
vendorsJavaScript code of third-party libraries
-
-
libPHP source code files
-
vendorsPHP code of third-party libraries
-
-
localetranslations (gettext)
-
templatestemplate filess
-
-
-
templatesapp action templates
-
themesapp frontend design themes
-
THEME_ID
-
theme.xmldesign theme manifest fileindex.htmlmain template file...other template files
-
-
-
widgetsapp widgets (optional)
-
WIDGET_ID
-
cssCSS styles
-
imgimages
-
jsJavaScript files
-
vendorsJavaScript code of third-party libraries
-
-
libPHP source code files
-
vendorsPHP code of third-party libraries
-
-
localeUI translations (gettext)
-
templatestemplate files
-
-
-
-
wa-cachecache files: SQL queries, compiled web page templates, etc.
-
wa-configsystem configs
-
apps.phpthe list of installed apps
-
db.phpdatabase connection parameters
-
routing.phpHTTP request routing rules by URL
-
-
wa-contentcommon content utilized by most apps: JavaScript libraries, CSS, images, etc.
-
wa-dataapp data files
-
publicapp files accessible via HTTP
-
protectedprotected app files
-
-
wa-installerWebasyst installation scripts
-
wa-logWebasyst log files
-
wa-pluginssystem plugins; e.g., payment gateway plugins, shipping calculations, SMS gateways support
-
wa-systemWebasyst framework's kernel source files
-
wa-widgetssystem widgets
-
api.phppublic APIs access point
-
cli.phpCLI handler
-
index.phpmain entry point for HTTP requests
-
install.phpinstallation routine (automatically deleted after the initial installation)
-
wa.phpauxiliary script for developers