我仍然对cakephp有点新意,但我相处得很好...... 如何检索用户的帖子计数到视图?
或者我是否真的在视图中检索它?如果是这样的话?
在我的UsersController中,我有
public function view()
{
$postcount = $this->Post->find('count');
debug($postcount);
die;
}
但是我收到了这个错误:
错误:在null
上调用成员函数find()