Public Member Functions | |
__construct () |
Definition at line 28 of file Collection.php.
__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 }