Welcome Guest, Not a member yet? Register   Sign In
help with blog model
#1

[eluser]Richko[/eluser]
hi i am new to ci, so i am trying to code blog.

i have blog model

function get_entries() {
$this->db->orderby('id', 'DESC');
$query = $this->db->get('blog_entries');
foreach ($query->result_array() as $row)
{
$result[] = $row;
}
return $result;
}

i want to get comments count for each entry and send to view, but i dont realise how to do this...


Messages In This Thread
help with blog model - by El Forum - 08-23-2008, 01:22 PM
help with blog model - by El Forum - 08-23-2008, 01:33 PM
help with blog model - by El Forum - 08-23-2008, 01:36 PM
help with blog model - by El Forum - 08-23-2008, 01:40 PM
help with blog model - by El Forum - 08-23-2008, 01:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB