函数:
function __construct (&$dao,$perNumber)
  {
    parent::__construct ($dao);
    
    $totalNumber = $this->model->sum();
    $notes = $this->model->listNote ($perNumber);
    $this->view = &new listView ($notes,$perNumber,$totalNumber);
  }中的“::”表示什么意思?看过书,但是忘了呢?