PHP Classes

File: application/views/error/error.phtml

Recommend this page to a friend!
  Classes of Nemeth Zoltan   YAF Base   application/views/error/error.phtml   Download  
File: application/views/error/error.phtml
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: YAF Base
Base structure for YAF framework based apps
Author: By
Last change:
Date: 6 years ago
Size: 298 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
    <title>Essentia.cloud: There was an error</title>
</head>
<body>
<h1><?php echo $this->error;?></h1>
<?php echo ($this->message) ? '<pre>'.$this->message.'</pre>' : ''; ?>
<?php
echo ($this->trace) ? '<pre>'.$this->trace.'</pre>' : ''; ?>
</body>
</html>