Beispiel #1
0
 function renderHtml()
 {
     $kursus = new VIH_Model_LangtKursus($this->context->name());
     if ($id = $kursus->copy()) {
         return new k_SeeOther($this->context->url('../' . $id));
     }
 }