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