Mi sono sempre chiesto, dove sono archiviati tutti i dati di registro in Magento? So che anche gli oggetti singleton sono memorizzati nel registro. E il registro è solo una variabile di matrice statica della classe Mage . Ho un paio di domande qui per chiarire la mia confusione: Il …
/** * Registry model. Used to manage values in registry * * Registry usage as a shared service introduces temporal, hard to detect coupling into system. * It's usage should be avoid. Use service classes or data providers instead. * * @api * @deprecated * @since 100.0.2 */ https://www.mageplaza.com/devdocs/magento-2-registry-register.html Chi …
È possibile memorizzare i dati nella sessione o nel registro di Magento utilizzando la funzione osservatore, con: Mage::getSingleton('core/session')->setFoo('bar'); //Or 'customer/session', 'admin/session' O Mage::register('foo', 'bar'); Ho provato ad aggiungere sesson_write_close(); Ma sono riuscito solo a leggere i dati della sessione.
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.