Pastoid

The page you are looking at now is at this URL: http://pastoid.com/byc

This paste was last updated on November 30, 2009 at 7:46 pm.

Pasted Coderaw

$tags = DB::get_results('
SELECT t.id AS id, t.term_display AS tag, t.term AS slug,
COUNT(tp.term_id) AS count
FROM {terms} t
LEFT JOIN {object_terms} tp ON t.id=tp.term_id
WHERE t.vocabulary_id = ?
GROUP BY id, tag, slug
ORDER BY count DESC, tag ASC
LIMIT 0, 50',
array( Vocabulary::get( 'post' ) )
);
 
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 6
Is this paste spam?
<Hide