Пример #1
0
 public static function removePeople()
 {
     $humanModel = new Human();
     $humanModel->removeAll();
 }