Example #1
0
 protected function parse()
 {
     $config = parse_ini_file(\Adl\Configuration::getRootDir() . DIRECTORY_SEPARATOR . 'config' . DIRECTORY_SEPARATOR . 'data.ini', true);
     $jasperServer = new JasperServer($config);
     $_SESSION['jasperServer'] = serialize($jasperServer);
 }