summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/filter/index.phtml
blob: 5e6a63d3760447e515fc18bc5164025eb27bbd1b (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

echo $this->form;

if ($this->tree) {
  echo $this->tree->render($this);
  echo '<br/><pre><code>';
  echo $this->sqlString;
  echo '</pre></code>';
  print_r($this->params);
}