phpDocumentor default
[ class tree: default ] [ index: default ] [ all elements ]

Source for file Error.php

Documentation is available at Error.php

  1. <?php
  2. $code = \Wodafok\Rewriting\Rewriting::getRewriting()->getCode();
  3. $header = \Wodafok\Rewriting\Rewriting::getRewriting()->getHeader();
  4. $url = \Wodafok\Rewriting\Rewriting::getRewriting()->getParametres();
  5. $word 'est introuvable';
  6. if($code == '403'){
  7.     $word 'n\'est pas autorisé!';
  8. }
  9.  
  10. if($code == '200'){
  11.     $word .= '. La fichier décrivant la vue est probablement absent';
  12. }
  13. ?>
  14. <section>
  15.  
  16.     <header><?php echo$header?></header>
  17.     <p>
  18.     Nous ne pouvons r&eacute;pondre &agrave; votre demande.
  19.     <br/>
  20.     L'adresse <b><?php echo $url?></b> <?php echo $word?>.
  21.     </p>
  22. </section>

Documentation generated on Mon, 13 Aug 2012 23:01:08 +0200 by phpDocumentor 1.4.4