Exemple #1
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->config = KunenaConfig::getInstance();
     $this->limit = $this->config->userlist_rows;
     $this->query->leftJoin('#__kunena_users AS ku ON ku.userid=a.id');
 }
Exemple #2
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->limit = KunenaConfig::getInstance()->threads_per_page;
 }