public function __construct()
 {
     parent::__construct();
     $this->rssType = $this->helpers->config('rssnotifier|rss_type');
     $class = $this->rssType . 'Rss';
     $this->rss = new $class();
     $this->rss->setRssStream($this->helpers->config('rssnotifier|rss_url'));
 }
 public function __construct()
 {
     parent::__construct();
     //add to url
     $this->hash = 'limoges';
     //hash
     //activate KNE
     $this->active = FALSE;
 }
 public function __construct()
 {
     $this->feed =& enic::get('zend');
     enic::to_load('image');
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->db =& enic::get('model');
 }
 public function __construct()
 {
     parent::__construct();
 }