Lines Matching refs:hlp

6     private $hlp;
19 public function __construct(helper_plugin_statistics $hlp) {
20 $this->hlp = $hlp;
71 $sql = "REPLACE INTO " . $this->hlp->prefix . "lastseen
74 $this->hlp->runSQL($sql);
88 $tolog = $this->hlp->getConf('loggroups');
100 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "groups
108 $ok = $this->hlp->runSQL($sql);
189 $sql = "INSERT INTO " . $this->hlp->prefix . "search
194 $id = $this->hlp->runSQL($sql);
200 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "searchwords
203 $this->hlp->runSQL($sql);
224 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "session
234 $this->hlp->runSQL($sql);
243 FROM " . $this->hlp->prefix . "iplocation
246 $result = $this->hlp->runSQL($sql);
260 $sql = "REPLACE INTO " . $this->hlp->prefix . "iplocation
266 $this->hlp->runSQL($sql);
283 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "outlinks
289 $ok = $this->hlp->runSQL($sql);
342 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "access
362 $ok = $this->hlp->runSQL($sql);
368 $sql = "INSERT DELAYED IGNORE INTO " . $this->hlp->prefix . "refseen
371 $ok = $this->hlp->runSQL($sql);
416 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "media
433 $ok = $this->hlp->runSQL($sql);
453 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "edits
461 $this->hlp->runSQL($sql);
481 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "logins
488 $this->hlp->runSQL($sql);
507 $sql = "REPLACE INTO " . $this->hlp->prefix . "history
513 $ok = $this->hlp->runSQL($sql);
534 $sql = "REPLACE INTO " . $this->hlp->prefix . "history
540 $ok = $this->hlp->runSQL($sql);