示例#1
0
 /**
  * Build the base URL for the tag filter links
  *
  * @return string
  */
 protected function tagUrl()
 {
     $name = $this->getFullName(true, false);
     $rawName = $name . '_raw';
     $baseUrl = FabrikHelperHTML::tagBaseUrl($rawName, $this->tagListURL());
     $baseUrl .= FabrikString::qsSepChar($baseUrl);
     $baseUrl .= $rawName . '={key}';
     return $baseUrl;
 }