- Generate high-level overview of all the main components
- How are the total item counts for each option generated?
- How is the catalog updated to display the matching products?
- How are options rendered?
- What are the customisation points?
- What events are dispatched?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class AW_Blog_MyController extends Mage_Core_Controller_Front_Action | |
| { | |
| public function preDispatch(){ | |
| $this->loadLayout(); | |
| echo $this->getLayout()->getBlock('root')->setTemplate('page/1column.phtml'); | |
| $this->renderLayout(); |