Category: architecture
File Structure
Complete map of every file and directory in SynaptikCMS: front-end root, data layer, admin panel, themes, and key configuration files.
→
Data Layer
How the split-file architecture works: index vs. full item files, the two data layers (read/write), and all sl_* functions.
→
Routing
How the front-end router works: URI parsing rules, localised URL slugs, and the full request dispatch order from index.php to template.
→
