Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $query = db_select('node', 'n')
- ->fields('n', array('nid', 'title', 'created'))
- ->condition('status', 1)
- ->condition('type', 'photo_gallery')
- ->orderBy('created', 'DESC')
- ->execute();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement