コード例 #1
0
ファイル: catalog.php プロジェクト: vosaan/ankor.local
 public function __construct()
 {
     parent::__construct();
     $this->setView(new View_Frontend_Catalog());
 }
コード例 #2
0
ファイル: service.php プロジェクト: vosaan/ankor.local
 /**
  * @see parent::__construct()
  */
 public function __construct()
 {
     parent::__construct();
     $this->setView(new View_Frontend_Service());
 }