View file chat_mini/count.php

File size: 96B
<?php

$post->counter = DB::me()->query(" SELECT COUNT( * ) FROM `chat_mini` ")->fetchColumn();