1<?php 2include_once DOKU_PLUGIN."bez/models/report.php"; 3include_once DOKU_PLUGIN."bez/models/entities.php"; 4 5$repo = new Report(); 6$ento = new Entities(); 7 8$template['entities'] = $ento->get_list(); 9 10$template['report'] = $repo->report(); 11