コード例 #1
0
ファイル: Gallery.php プロジェクト: krike/crawler-tool
 public function temp()
 {
     $crawlerModel = new GalleryModel();
     $this->viewData['images'] = $crawlerModel->getAllTempItems();
     echo $this->twig->render('gallery/temp.html.twig', $this->viewData);
 }