Skip to content

Instantly share code, notes, and snippets.

@gielfeldt
Created August 15, 2013 19:25
Show Gist options
  • Save gielfeldt/6243939 to your computer and use it in GitHub Desktop.
Save gielfeldt/6243939 to your computer and use it in GitHub Desktop.
asdf
// Fetch p* columns for all router paths to expand.
$router_paths = array_keys($expand_map);
$plids = db_select('menu_links', 'ml')
->fields('ml', $p_columns)
->condition('router_path', $router_paths)
->execute()
->fetchAll(PDO::FETCH_ASSOC);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment