Where is the Core class declared?
Permalink
I want to reserach how PHP Scope Resolution Operator's work, and thought the Core class would be a good place to start, considering how often we use it.
For example, there is the Core::make function, but where is that actually declared?
For example, there is the Core::make function, but where is that actually declared?
In general, there are some clues in concrete\config\app.php
Some doco at
http://documentation.concrete5.org/developers/environment/request-l...
and subsequent pages.
It's complicated!