Magento Cheatsheet
Magento Cheatsheet
<update handle=“update_handle_name“/> Applies the layout updates specified in the How do I get at GET/POST parameters?
update handle „update_handle_name“. Mage::app()->getRequest()->getParam(‘param_name’); // single parameter
<remove name=“name_in_layout/> Unsets the block with the Mage::app()->getRequest()->getParams(); // all parameters
name „name_in_layout“.
How do I get the Id of the curent store view?
<action method=“nameOfTheMethod“/> Using the <action> tag any public method Mage::app()->getStore()->getId();