PHP Classes

File: application/view/error/index.php

Recommend this page to a friend!
  Classes of Muhammad Mengrani   PHP-MVC   application/view/error/index.php   Download  
File: application/view/error/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/error/index.php
Date: 5 months ago
Size: 179 bytes
 

Contents

Class file image Download
<?php require 'application/view/template/header.php'; ?>
<div class="well" align="center">
<?php echo $this->msg; ?>
</div>
<?php require 'application/view/template/footer.php';?>