コード例 #1
0
ファイル: recache.php プロジェクト: alesconti/FF_2015
 function recache()
 {
     $this->model->flagRecache();
     parent::display();
 }
コード例 #2
0
ファイル: reset.php プロジェクト: alesconti/FF_2015
 function recache()
 {
     $this->assignViewModel('recache');
     $this->model->flagRecache();
     parent::display();
 }