Answer the question
In order to leave comments, you need to log in
What does this relation of objects mean?
Digging into the Opencart code at the very beginning I see the following expressions:
$registry = new Registry();
// Тут куча разного кода, потом:
// Event
$event = new Event($registry);
$registry->set('event', $event); // То что тут происходит понятно
// Loader
$loader = new Loader($registry);
$registry->set('load', $loader); // Здесь тоже
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question