コード例 #1
0
 /**
  * Показываем окошко с ближайшими днями рождения
  */
 public function actionShowBirthdayDialog()
 {
     $this->setData("persons", CStaffManager::getBirthdaysThisWeek());
     $this->renderView("_dashboard/subform.birthdays.tpl");
 }