コード例 #1
0
ファイル: shares.php プロジェクト: comraq/practice-work
 protected function index()
 {
     $viewmodel = new ShareModel();
     $this->getView($viewmodel->index(), true);
 }