Answer the question
In order to leave comments, you need to log in
How to count the number of articles using Codeigniter as an example?
Unable to count the number of articles in CI. I write in the model
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
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question