Advertisement
kennywyland

Untitled

Jun 6th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $query = db_select('node', 'n')
  2. ->fields('n', array('nid', 'title', 'created'))
  3. ->condition('status', 1)
  4. ->condition('type', 'photo_gallery')
  5. ->orderBy('created', 'DESC')
  6. ->execute();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement