flowfilter.php 340 B

12345678910
  1. <?php
  2. $filter->flow = new stdclass();
  3. $filter->flow->default = new stdclass();
  4. $filter->flow->default->cookie['preProductID'] = 'int';
  5. $filter->flow->ajaxgetmore = new stdclass();
  6. $filter->flow->ajaxgetmore->get['search'] = 'reg::any';
  7. $filter->flow->ajaxgetmore->get['limit'] = 'int';
  8. $config->searchLimit = 0;
  9. $config->flowLimit = 0;