getConnection('core_read')); $this->_select->from( array('meecomframe'=>$resources->getTableName('meecomframe/storage')), array('*') ); $this->setItemObjectClass(Mage::getConfig()->getModelClassName('meecomframe/storage')); } public function addScopeFilter($scope){ $this->addFieldToFilter("scope", $scope); } }