public function __construct()
 {
     $this->picturesPath = COPIX_VAR_PATH . 'data/admindash/photos/';
     $this->thumbX = 150;
     $this->thumbY = 300;
     $this->conf_notification_maxnodes = CopixConfig::exists('|notification_maxnodes') ? CopixConfig::get('|notification_maxnodes') : 25;
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->service = $this->service('soapserverservice');
     enic::zend_load('Soap/Server');
     enic::zend_load('Soap/Wsdl');
     enic::zend_load('Soap/AutoDiscover');
     enic::zend_load('Soap/Wsdl/Strategy/ArrayOfTypeSequence');
     enic::zend_load('Soap/Server');
     enic::zend_load('Soap/Client');
 }
 public function __construct()
 {
     parent::__construct();
     $this->service =& $this->service('rssEtagereService');
 }
 public function __construct()
 {
     parent::__construct();
     $this->service =& $this->service('rssmixService');
     enic::to_load('image');
 }
 public function __construct()
 {
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->service =& $this->service('rssnotifierService');
 }