Shop Project - Documentation
Project Structure
Current project structure with automatically generated directory tree and class overview.
Important Top-Level Folders
- app/: core logic with config, control, core, helper, model, service, view.
- docweb/: internal web documentation with its own MVC structure.
- public/: web entry points such as index.php, ajax.php, style.php.
- sql/: ordered database deployment scripts.
- tools/: development tools for diagnostics, setup, export, and tests.
- storage/: runtime data such as uploads and logs.
Project Structure
π Directories: 34
π Files: 79
π 430.3m
π 71'717 Lines
root/ ββ app/ β ββ JS/ β β ββ modules/ β β β ββ article-editor.module.js.php β β β ββ article.module.js.php β β β ββ marketplace.module.js.php β β β ββ page-shell.module.js.php β β ββ dropdown.js.php β β ββ js.router.php β ββ config/ β β ββ app/ β β β ββ article.config.php β β β ββ db.config.php β β β ββ env.config.php β β β ββ form.config.php β β β ββ validation.config.php β β ββ domain/ β β β ββ page.config.php β β β ββ user.config.php β β ββ security/ β β β ββ mail.config.php β β β ββ security.config.php β β β ββ session.config.php β β ββ config.php β β ββ runtime.config.php β ββ control/ β β ββ page/ ... (7 Entries) β β ββ map.php β ββ core/ β β ββ app.php β β ββ dispatcher.php β β ββ router.php β β ββ session.php β ββ css/ β β ββ page/ ... (9 Entries) β β ββ base.css.php β β ββ config.css.php β β ββ dropdown.css.php β β ββ form.css.php β β ββ language.css.php β β ββ main.css.php β β ββ page.css.php β β ββ responsive.css.php β ββ helper/ β β ββ error.php β β ββ helper.php β β ββ input_control.php β β ββ mail.php β β ββ nav_uid.helper.php β ββ model/ β β ββ label-model/ β β β ββ label.lookup.model.php β β β ββ label.read.model.php β β β ββ label.write.model.php β β ββ nav-model/ β β β ββ nav.helpers.model.php β β ββ article.model.php β β ββ category.model.php β β ββ database.model.php β β ββ label.model.php β β ββ main.model.php β β ββ nav.model.php β β ββ page.model.php β β ββ product.model.php β β ββ user.model.php β ββ security/ β β ββ security.php β ββ service/ β β ββ access.service.php β β ββ auth.service.php β β ββ category.service.php β β ββ file.service.php β β ββ nav.service.php β ββ view/ β β ββ page_view/ ... (7 Entries) β β ββ part_view/ ... (8 Entries) β β ββ main.view.php β ββ bootstrap.php ββ dev/ ... (7 Entries) ββ docweb/ ... (11 Entries) ββ library/ ... (1 Entry) ββ public/ β ββ JS/ β β ββ config/ β β β ββ core.config.js β β ββ core/ β β ββ flow.navigation.service.js β β ββ flow.runtime.service.js β β ββ flow.service.js β β ββ navigation.service.js β β ββ request.service.js β β ββ sidebar.service.js β β ββ stylesheet.service.js β β ββ timer.service.js β β ββ ui.service.js β ββ dev/ ... (4 Entries) β ββ doc/ ... (5 Entries) β ββ img/ ... (9 Entries) β ββ media/ β β ββ avatar.php β ββ .htaccess β ββ ajax.php β ββ content.php β ββ dom.js β ββ index.php β ββ item.php β ββ stream.js β ββ style.php β ββ test.php ββ sql/ ... (13 Entries) ββ storage/ ... (2 Entries) ββ .htaccess ββ meta.php
Found Classes
Gefunden: 16
| Typ | Name | Datei |
|---|---|---|
| Class | cAccess |
app/service/access.service.php |
| Class | cApp |
app/core/app.php |
| Class | cAuth |
app/service/auth.service.php |
| Class | cCg |
app/config/config.php |
| Class | cDBc |
app/config/app/db.config.php |
| Class | cDatabase |
app/model/database.model.php |
| Class | cEc |
app/config/app/env.config.php |
| Class | cFc |
app/config/app/form.config.php |
| Class | cPc |
app/config/domain/page.config.php |
| Class | cRouter |
app/core/router.php |
| Class | cSc |
app/config/security/session.config.php |
| Class | cSecc |
app/config/security/security.config.php |
| Class | cSecurity |
app/security/security.php |
| Class | cSession |
app/core/session.php |
| Class | cUc |
app/config/domain/user.config.php |
| Class | cVc |
app/config/app/validation.config.php |