コード例 #1
0
ファイル: Copy.php プロジェクト: vih/intranet.vih.dk
 function renderHtml()
 {
     $kursus = new VIH_Model_LangtKursus($this->context->name());
     if ($id = $kursus->copy()) {
         return new k_SeeOther($this->context->url('../' . $id));
     }
 }