Example #1
0
 protected function _construct()
 {
     parent::_construct();
     $this->_emptyText = Mage::helper('Mage_Backend_Helper_Data')->__('No records found.');
 }
Example #2
0
 protected function _construct()
 {
     parent::_construct();
     $this->_emptyText = Mage::helper('Mage_Backend_Helper_Data')->__('No records found.');
     $this->_exportPath = Mage::getBaseDir('var') . DS . 'export';
 }