PHP Classes

File: application/view/index.php

Recommend this page to a friend!
  Classes of Nitesh Apte   Define MVC   application/view/index.php   Download  
File: application/view/index.php
Role: Application script
Content type: text/plain
Description: Application script
Class: Define MVC
A front controller based MVC framework
Author: By
Last change:
Date: 8 years ago
Size: 130 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
<title>Define MVC Index Controller with Index View</title>
</head>
<body>
<?=$mesg?>
</body>
</html>