Fetches a POST or GET parameter by key
// http://yourdomain.com/search/?q=hello if($q = get('q')) { $results = $site->index()->search($q); }