Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

The use of Mage::getSingleton(strtolower('Core/Layout')) #2

Open
kibix1 opened this issue Apr 15, 2015 · 0 comments
Open

The use of Mage::getSingleton(strtolower('Core/Layout')) #2

kibix1 opened this issue Apr 15, 2015 · 0 comments

Comments

@kibix1
Copy link

kibix1 commented Apr 15, 2015

Is there any special reason why you use $layout = Mage::getSingleton(strtolower('Core/Layout')); especially the strtolower('Core/Layout') part in your code, as - for example - multiple times like here:

$layout = Mage::getSingleton(strtolower('Core/Layout'));
?

I wonder why it's not Mage::getSingleton('core/layout'); instead?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant