sortie_pdf.ctp
348 Bytes
<?php
/*
* Fiche Demande de sortie d'inventaire Tutelle
* Impression en pdf (avec cakephp-dompdf)
* (cf https://github.com/DaoAndCo/cakephp-dompdf)
*/
?>
<?php $this->start('header'); ?>
<p></p>
<?php $this->end(); ?>
<h1>CE DOCUMENT EST EN COURS DE DEVELOPPEMENT</h1>
<?php $this->start('footer'); ?>
<p></p>
<?php $this->end(); ?>