PHP Classes

File: application/view/Index/index.php

Recommend this page to a friend!
  Classes of Muhammad Mengrani   PHP-MVC   application/view/Index/index.php   Download  
File: application/view/Index/index.php
Role: Auxiliary script
Content type: text/plain
Description: Class source
Class: PHP-MVC
Library that implements the MVC design pattern
Author: By
Last change: Update of application/view/Index/index.php
Date: 2 months ago
Size: 333 bytes
 

Contents

Class file image Download
<?php require 'application/view/template/header.php';?>
<table align="center" width="900px">
    <tr>
        <td align="center"><?php //echo $this->log;?> <!-- messages --></td>
    </tr>
    <tr valign="top">
        <td>
        <h3>Welcome to my mvc click news nav button</h3>
        </td>
    </tr>
</table>
<?php require 'application/view/template/footer.php';?>