Lines Matching refs:from

14  * need to inherit from this class
20 /** @var string from date in YYYY-MM-DD */
21 protected $from = '';
74 /** @var array keeps a list of all real content pages, generated from above array */
121 public function setTimeframe($from, $to) {
123 if($from > $to) list($from, $to) = array($to, $from);
125 $this->tlimit = $this->hlp->Query()->mktlimit($from, $to);
126 $this->from = $from;
168 '?do=admin&page=statistics&opt=' . $page . '&f=' . $this->from . '&t=' . $this->to,
176 '?do=admin&page=statistics&opt=' . $key . '&f=' . $this->from . '&t=' . $this->to,
188 '&f=' . $this->from . '&t=' . $this->to;
203 echo '<a href="?do=admin&amp;page=statistics&amp;opt=' . $this->opt . '&amp;f=' . $this->from . '&amp;t=' . $this->to . '&amp;s=' . $go . '" class="prev button">' . $this->getLang('prev') . '</a>';
208 echo '<a href="?do=admin&amp;page=statistics&amp;opt=' . $this->opt . '&amp;f=' . $this->from . '&amp;t=' . $this->to . '&amp;s=' . $go . '" class="next button">' . $this->getLang('next') . '</a>';
229 echo '<input type="text" name="f" value="' . $this->from . '" class="edit datepicker" />';
280 echo '<a href="?do=admin&amp;page=statistics&amp;opt=page&amp;f=' . $this->from . '&amp;t=' . $this->to . '" class="more button">' . $this->getLang('more') . '</a>';
288 echo '<a href="?do=admin&amp;page=statistics&amp;opt=newreferer&amp;f=' . $this->from . '&amp;t=' . $this->to . '" class="more button">' . $this->getLang('more') . '</a>';
296 echo '<a href="?do=admin&amp;page=statistics&amp;opt=searchphrases&amp;f=' . $this->from . '&amp;t=' . $this->to . '" class="more button">' . $this->getLang('more') . '</a>';