Skip to content

Instantly share code, notes, and snippets.

@AnrietteC
Last active May 5, 2016 12:01
Show Gist options
  • Select an option

  • Save AnrietteC/b56ead2e8f9aff16c05e246242304256 to your computer and use it in GitHub Desktop.

Select an option

Save AnrietteC/b56ead2e8f9aff16c05e246242304256 to your computer and use it in GitHub Desktop.
protected function populateState($ordering = null, $direction = null)
{
# .... other code here
# Get category filter from menu item, 0 means no filter
$catid = $menu_params->get('show_from_category', 0);
if ($catid)
$this->setState('filter.catid', $catid);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment