PHP Classes

File: views/index.php

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Simple, Fast, Lightweight PHP MVC Framework   views/index.php   Download  
File: views/index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Simple, Fast, Lightweight PHP MVC Framework
Route requests to controller classes or closures
Author: By
Last change:
Date: 1 year ago
Size: 100 bytes
 

Contents

Class file image Download
<?php views('/partials/header.php'); ?>

<h2>Home Page</h2>

<?php views('/partials/footer.php'); ?>