PHP Classes

File: application/view/error.php

Recommend this page to a friend!
  Classes of Nitesh Apte   Define MVC PHP 8   application/view/error.php   Download  
File: application/view/error.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Define MVC PHP 8
Framework to route requests via a front controller
Author: By
Last change:
Date: 2 years ago
Size: 130 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="en">
<title>HTTP Error <?= $title ?? "500" ?></title>
<body>
<?= $errorMsg ?? "500" ?>
</body>
</html>