在每次请求时在Magento中记录所有加载的布局句柄
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在每次请求时在Magento中记录所有加载的布局句柄相关的知识,希望对你有一定的参考价值。
Snippet for getting the layout handles in Magento on each request, helpful for front-end developers.
//Mage_Core_Model_Layout model $layout = Mage::getSingleton('core/layout'); //Get handles array with Mage_Core_Model_Layout_Update model $handles = $layout->getUpdate()->getHandles(); //Log the handles
以上是关于在每次请求时在Magento中记录所有加载的布局句柄的主要内容,如果未能解决你的问题,请参考以下文章
PHP 在每个请求中记录Magento中所有已加载的布局句柄
PHP 如何在每个请求上记录Magento中的所有xml布局更新