summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/filter/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/filter/index.phtml')
-rw-r--r--application/views/scripts/filter/index.phtml11
1 files changed, 11 insertions, 0 deletions
diff --git a/application/views/scripts/filter/index.phtml b/application/views/scripts/filter/index.phtml
new file mode 100644
index 0000000..5e6a63d
--- /dev/null
+++ b/application/views/scripts/filter/index.phtml
@@ -0,0 +1,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);
+} \ No newline at end of file