Пример #1
0
 public function actionDefault($params)
 {
     $topic = new Model_Topic($this->getStorage());
     $group = new Model_Group($this->getStorage());
     $topic->regenerate();
     $group->regenerate();
 }