Re: Comment_Count
Try setting counterCache to true in your Comments model's association with the Post model. Make sure the comment_count field is an INTEGER value and located in your Post model. On Jun 8, 12:58 pm, cakephp_rocks wrote: > How to do comment count > class Comment exten
Comment_Count
How to do comment count array( 'className' => 'User', 'foreignKey' => 'user_id', 'conditions' => '', 'fields' => '', 'order' => '' ), 'Post' => a