Welcome Guest, Not a member yet? Register   Sign In
Adding number of comments to blog tutorial.
#2

[eluser]ELRafael[/eluser]
what you can do

controller file
Code:
$comments = $this->db->getwhere('comments', array('post_id' => $this->uri->segment(3)));
$comments->num_rows()

Where:
- comments your table
- post_id the id of post that comment below
- $this->uri->segment(3) the id of post that you show in foreach loop

Get it?


Messages In This Thread
Adding number of comments to blog tutorial. - by El Forum - 11-05-2007, 08:41 AM
Adding number of comments to blog tutorial. - by El Forum - 11-05-2007, 08:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB