parent nodes: MultiCore | MultiCoreInstaller
Core
A Core is a basic SCore installation, complete with it's own URL, Database prefixes, and tables.
Cores table
| ID | CORE_NAME | CORE_URL | CORE_PRE |
| 01 | mbackend | control | ctrl |
| 02 | mfrontend | NULL | home |
| 03 | shimmie1 | img1 | s1 |
Reasoning
Using the example above, when a user visits http://example.com/img1 (or, alternatively, http://img1.example.com/), MultiCore will look for a core with the URL prefix img1, then once it finds a match, will load configuration tables from s1_config, s1_users, and all other tables. Before it begins processing anything, however, everything from GlobalConfig and GlobalUsers will be loaded, replacing any conflicting data in the core's own config tables. Finally, the page will be processed like a normal SCore installation.