Esempio n. 1
0
 public function __construct($options = array())
 {
     //merge in the default settings
     $this->setDefaults($this->_default_defaults);
     parent::__construct($options);
     //$this->addTemplatePath( dirname(__FILE__).'/templates' );
 }
Esempio n. 2
0
 public function __construct($options = array())
 {
     //merge in the default settings
     //echo '<pre>'; print_r($options); exit;
     $this->setDefaults($this->_hero_defaults);
     parent::__construct($options);
     $this->addTemplatePath(dirname(__FILE__) . '/templates');
 }