$value) { $msg .= $key. ': '.$value."\n"; } } if ($msg) { Alarmer::send($msg); } else { App::error404(); } die('OK'); } public function actionExcursion() { self::render('/lp/excursion.php', array()); } }