예제 #1
0
 function GPage()
 {
     parent::defaultpage();
     $this->viewFile = 'training.phtml';
 }
예제 #2
0
파일: index.php 프로젝트: vcelis/tatar-wars
 function GPage()
 {
     parent::defaultpage();
     $this->viewFile = 'index.phtml';
     $this->layoutViewFile = NULL;
 }
예제 #3
0
 function GPage()
 {
     parent::defaultpage();
     $this->viewFile = 'manual.phtml';
 }