Mage_Catalog_Model_Resource_Eav_Mysql4_Product_Attribute_Backend_Gallery Class Reference

List of all members.

Public Member Functions

 __construct ()


Detailed Description

Definition at line 35 of file Gallery.php.


Constructor & Destructor Documentation

__construct (  ) 

0 - big image 1 - thumbnail

Definition at line 38 of file Gallery.php.

00039     {
00040         parent::__construct();
00041         $resource = Mage::getSingleton('core/resource');
00042         $this->setConnection($resource->getConnection('catalog_read'), $resource->getConnection('catalog_write'));
00043         /**
00044          * 0 - big image
00045          * 1 - thumbnail
00046          */
00047         $this->_imageTypes = array(0, 1);
00048     }


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

Generated on Sat Jul 4 17:23:43 2009 for Magento by  doxygen 1.5.8