getConnection('livechat_read')); $this->_livechatTable = $resources->getTableName('livechat/livechat'); $this->_select->from( array('livechat'=>$this->_livechatTable), array('*') ); $this->setItemObjectClass(Mage::getConfig()->getModelClassName('livechat/livechat')); } }