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