PHP Classes

File: application/view/index.php

Recommend this page to a friend!
  Classes of Nitesh Apte   Define MVC PHP 8   application/view/index.php   Download  
File: application/view/index.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: 159 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Define MVC Index Controller with Index View</title>
<body>
<?= $mesg ?? "500";?>
</body>
</html>