Använd ett alias för att returnera COUNT
funktion:
$countThemes = Singlequery('SELECT COUNT(1) AS num_items FROM items WHERE type = :type',
array(':type' => 'theme'), $conn);
Sedan bör din array ha indexet num_items
istället för COUNT(1)
.