setCache($cache) // Comment this lign for avoid cache use ->setDatas($_REQUEST); // Data transformation $format = Format::create($format); $format ->setDatas($bridge->getDatas()) ->setExtraInfos(array( 'name' => $bridge->getName(), 'uri' => $bridge->getURI(), )) ->display(); die; } break; } } } catch (HttpException $e) { header('HTTP/1.1 ' . $e->getCode() . ' ' . Http::getMessageForCode($e->getCode())); header('Content-Type: text/plain'); die($e->getMessage()); } catch (\Exception $e) { die($e->getMessage()); } function getHelperButtonFormat($value, $name) { return ''; } $bridges = Bridge::searchInformation(); $formats = Format::searchInformation(); ?>
0 ): ?>