Mage_Tag_ProductController Class Reference

Inheritance diagram for Mage_Tag_ProductController:

Mage_Core_Controller_Front_Action Mage_Core_Controller_Varien_Action

List of all members.

Public Member Functions

 listAction ()


Detailed Description

Definition at line 35 of file ProductController.php.


Member Function Documentation

listAction (  ) 

Definition at line 37 of file ProductController.php.

00038     {
00039         $tagId = $this->getRequest()->getParam('tagId');
00040         $tag = Mage::getModel('tag/tag')->load($tagId);
00041 
00042         if(!$tag->getId()) {
00043             $this->_redirectReferer();
00044             return;
00045         }
00046         Mage::register('current_tag', $tag);
00047 
00048         $this->loadLayout();
00049         $this->_initLayoutMessages('checkout/session');
00050         $this->_initLayoutMessages('tag/session');
00051         $this->renderLayout();
00052     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:53 2009 for Magento by  doxygen 1.5.8