Point::model()->getRandom(), )); } public function actionThanks_done() { self::render('/payment/thanks_done.php', array( 'randomPoint' => Point::model()->getRandom(), )); } static public function actionDone() { App::log('payment', $_REQUEST); App::redirect('/'); } }