Example #1
0
 /**
  * Constructor
  *
  * @global string $CONFIG['FEATURE']
  * @param string $module
  */
 function __construct($module)
 {
     parent::__construct($module);
     // Call parent
     $this->rss = new suxRSS();
     $this->bool['bayes'] = $GLOBALS['CONFIG']['FEATURE']['bayes_feeds'];
 }
Example #2
0
 /**
  * Constructor
  *
  * @global string $CONFIG['FEATURE']
  * @param string $module
  */
 function __construct($module)
 {
     parent::__construct($module);
     // Call parent
     $this->user = new suxUser();
     $this->bool['bayes'] = $GLOBALS['CONFIG']['FEATURE']['bayes_bookmarks'];
 }
Example #3
0
 /**
  * Constructor
  *
  * @global string $CONFIG['FEATURE']
  * @param string $module
  */
 function __construct($module)
 {
     parent::__construct($module);
     // Call parent
     $this->user = new suxUser();
     $this->msg = new suxThreadedMessages();
     $this->bool['bayes'] = $GLOBALS['CONFIG']['FEATURE']['bayes_blog'];
 }
Example #4
0
 /**
  * Constructor
  *
  * @param string $module
  */
 function __construct($module)
 {
     parent::__construct($module);
     // Call parent
 }