Skip to content

Instantly share code, notes, and snippets.

@overnin
Created June 26, 2015 09:26
Show Gist options
  • Save overnin/ffd8948d5bd70809c105 to your computer and use it in GitHub Desktop.
Save overnin/ffd8948d5bd70809c105 to your computer and use it in GitHub Desktop.
UrlParam default set
if ($this->Filter->hasConditions($this->Program)) {
$this->params['url'] = array(
'filter_operator' => 'all',
'filter_param' => array(
1 => array(
1 => 'status',
2 => 'is',
3 => 'running'
)
)
);
}
$conditions = $this->Filter->getConditions($this->Program);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment