Skip to content

Instantly share code, notes, and snippets.

@zooks
Created August 24, 2017 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zooks/6e8bd8c7da5be64a183c9a86344e1a35 to your computer and use it in GitHub Desktop.
Save zooks/6e8bd8c7da5be64a183c9a86344e1a35 to your computer and use it in GitHub Desktop.
October CMS get param
function onStart()
{
$this['search_query'] = get('q', $default = null);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment