Example #1
0
 public function sittings()
 {
     $model = new Model();
     $model->view();
     $model->sittings();
 }