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