Example #1
0
 /**
  * call http://dev.avftest.com/test/redirect/redirect-other-test
  * will redirect to
  * http://dev.avftest.com/authorization/signup/google-plus?test=kuku&othr_test=mumu
  */
 public function RedirectOtherTestAction()
 {
     $params_redirect = array(\Av\DispatcherController::REDIRECT_URL => "/authorization/signup/google-plus", \Av\DispatcherController::REDIRECT_PARAMETERS => array('test' => 'kuku', 'othr_test' => 'mumu'));
     \Av\DispatcherController::Redirect($params_redirect);
 }