Skip to content

Instantly share code, notes, and snippets.

@dergachev
Created February 1, 2012 20:36
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 dergachev/1719165 to your computer and use it in GitHub Desktop.
Save dergachev/1719165 to your computer and use it in GitHub Desktop.
<?php
$result = db_query(
"SELECT nid, type, title, uid, created FROM {node}
ORDER BY created DESC LIMIT 10");
@dergachev
Copy link
Author

what does this do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment