コード例 #1
0
 public function actionDelete()
 {
     $year = CTaxonomyManager::getTimeInterval(CRequest::getInt("id"));
     $year->remove();
     $this->redirect("index.php?action=index");
 }