Glossary
Shared language for the JamilX architecture.
Use these terms to navigate the codebase and understand how requests flow through the framework.
Service
Controller-like class that owns a route and handles the main request flow.
Action
Handler class or function invoked by a Service to run specialized logic.
Container
View template that renders HTML output.
Prototype
Data helper or DB utility that can be shared across Services and Actions.
Route
URL path mapped to a Service by the router.
MODE
Environment setting in .env that selects the bootstrap class.