Beispiel #1
0
 function recache()
 {
     $this->model->flagRecache();
     parent::display();
 }
Beispiel #2
0
 function recache()
 {
     $this->assignViewModel('recache');
     $this->model->flagRecache();
     parent::display();
 }