PHP Classes

File: asmvc/sysfiles/views/error_view.php

Recommend this page to a friend!
  Classes of Alex B. Snet   ASf MVC   asmvc/sysfiles/views/error_view.php   Download  
File: asmvc/sysfiles/views/error_view.php
Role: Example script
Content type: text/plain
Description: ASfMVC Script error view
Class: ASf MVC
MVC implementation framework
Author: By
Last change:
Date: 15 years ago
Size: 312 bytes
 

Contents

Class file image Download
<span style="white-space: nowrap; text-align: left; background-color: #fcc; border: 1px solid #600; color: #600; display: block; margin: 1em 0; padding: .33em 6px">
  <b>ASfMVC Error:</b> <?=$errors['errstr']?><br />
  <b>File:</b> <?=$errors['errfile']?><br />
  <b>Line:</b> <?=$errors['errline']?>
</span>