Пример #1
0
 function dispatch()
 {
     $kursus = new VIH_Model_KortKursus($this->context->name());
     if ($kursus->getId() <= 0) {
         throw new k_Forbidden();
     }
     return parent::dispatch();
 }