'system/developer:r' ) ); // Loads WidgetLib $this->load->library('WidgetLib'); // Loads phrases system $this->loadPhrases( array( 'global', 'ui', 'filter' ) ); } // ----------------------------------------------------------------------------------------------------------------- // Public methods /** * Everything has a beginning */ public function index() { $this->load->view('system/logs/logsViewer.php'); } }