PHP Classes

File: application/errors/error_php.php

Recommend this page to a friend!
  Classes of Pravin Sonawane   PHP HTML to PDF Conversion in CodeIgniter   application/errors/error_php.php   Download  
File: application/errors/error_php.php
Role: Application script
Content type: text/plain
Description: Application script
Class: PHP HTML to PDF Conversion in CodeIgniter
CodeIgniter controller to convert HTML to PDF
Author: By
Last change:
Date: 8 years ago
Size: 288 bytes
 

Contents

Class file image Download
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">

<h4>A PHP Error was encountered</h4>

<p>Severity: <?php echo $severity; ?></p>
<p>Message: <?php echo $message; ?></p>
<p>Filename: <?php echo $filepath; ?></p>
<p>Line Number: <?php echo $line; ?></p>

</div>