Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('cmsBlockGrid');
     $this->setDefaultSort('block_identifier');
     $this->setDefaultDir('ASC');
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->setBlockType('blocks');
     $this->setTemplate('exportcms/widget/grid.phtml');
     #register domain event starts
     $domainName = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB);
     $generalEmail = Mage::getStoreConfig('trans_email/ident_general/email');
     Mage::dispatchEvent('medma_domain_authentication', array('domain_name' => $domainName, 'email' => $generalEmail));
     #register domain event ends
 }