logViewer = new \CILogViewer\CILogViewer(); //... } public function index() { echo $this->logViewer->showLogs(); return; } }