public function get_count_comments($id)
{
$query = $this->db->get_where('comments');
echo $query->num_rows();
}
$data['count_comments'] = $this->comment_model->get_count_comments($id);
"count_comments":null