02-16-2010, 05:01 AM
[eluser]DumpProgrammer[/eluser]
I have got the count and category working on the article view working because when you read the post you pass the id to the getcomments functions but its the homepage where I am struggling because I do not have the variable yet. I have tried to add but that does not work because I have not yet defined the variable $postid.
I have got the count and category working on the article view working because when you read the post you pass the id to the getcomments functions but its the homepage where I am struggling because I do not have the variable
Code:
$postid
Code:
$data['countcomments'] = $this->MComments->countComments($postid);