예제 #1
0
 public function __construct($name = NULL, array $data = array(), $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->actionName = 'Login';
     $this->moduleName = 'Default';
     $this->viewName = 'Success';
 }
예제 #2
0
 public function __construct($name = NULL, array $data = array(), $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     // FIXME: the underlying issue must be solved
     $this->actionName = 'Product.View';
     $this->moduleName = 'Products';
     $this->viewName = 'Success';
 }