HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
index.php
Go to the documentation of this file.
1 <?php
2 /* @var $this SitesViewController */
3 
4 $this->renderPartial('_filterForm', array(
5  'uid'=>'',
6  'pattern'=>'',
7  'page'=>'0',
8  'limit'=>'10',
9  'state'=>'all',
10  'sortBy'=>'UDate',
11  'sortDirection'=>'DESC',
12  )
13 );