Ejemplo n.º 1
0
 /**
  * Constructor
  *
  */
 function __construct()
 {
     // Declare objects
     $this->nb = new suxUserNaiveBayesian();
     $this->bm = new suxBookmarks();
     $this->r = new bookmarksRenderer($this->module);
     // Rend
     parent::__construct();
     // Let the parent do the rest
     // Declare properties
     $this->r->bool['analytics'] = true;
     // Turn on analytics
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  *
  */
 function __construct()
 {
     // Declare objects
     $this->nb = new suxUserNaiveBayesian();
     $this->msg = new suxThreadedMessages();
     $this->r = new blogRenderer($this->module);
     // Renderer
     parent::__construct();
     // Let the parent do the rest
     // Declare properties
     $this->r->bool['analytics'] = true;
     // Turn on analytics
 }