示例#1
0
 protected function createComponentSignRegisterForm()
 {
     $c = $this->srff->create();
     $c->onSuccess[] = function () {
         $this->redirect('Homepage:');
     };
     return $c;
 }
 protected function createComponentSignRegisterForm()
 {
     $c = $this->srff->create();
     $c->onSuccess[] = function () {
         $this->redirect('ShoppingCart:order');
     };
     return $c;
 }