Mage_Eav_Model_Entity_Collection Class Reference

Inheritance diagram for Mage_Eav_Model_Entity_Collection:

Mage_Eav_Model_Entity_Collection_Abstract Varien_Data_Collection_Db Varien_Data_Collection

List of all members.

Public Member Functions

 __construct ()


Detailed Description

Definition at line 28 of file Collection.php.


Constructor & Destructor Documentation

__construct (  ) 

Reimplemented from Varien_Data_Collection.

Definition at line 30 of file Collection.php.

00031     {
00032         $resources = Mage::getSingleton('core/resource');
00033         parent::__construct($resources->getConnection('customeralert_type'));
00034         
00035         #$this->setConnection(Mage::getSingleton('core/resource')->getConnection('core_read'));
00036     }    


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

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