Shop Project - Documentation

Technical Introduction

This entry explains architecture, boundaries, and working logic of the shop system for people without deep technical knowledge.

🗺️ Stage 0 | 📚 Draft | 📟 2026 06 15 | 📍 General

What this system is

The shop is a modular PHP system with clear responsibilities for routing, session, security, data access, and rendering.

Technical guardrails

  • Routing centrally decides which page is active.
  • Session carries stable runtime context for language, page, and navigation.
  • Model functions provide data, views render, services coordinate.
  • Docweb documents decisions close to the real code flow.

System layers

Request flow through the application layers
The layer logic strictly separates the HTTP entry point from app initialization and the view.