PHP Classes

File: Views/error/index.php

Recommend this page to a friend!
  Classes of Shawn McAllister   MVC Like Modular Framework   Views/error/index.php   Download  
File: Views/error/index.php
Role: Example script
Content type: text/plain
Description: Index
Class: MVC Like Modular Framework
Framework that implements the MVC design pattern
Author: By
Last change:
Date: 15 years ago
Size: 123 bytes
 

Contents

Class file image Download
<?php $this->header(); ?>
<?php $this
->loadSection($this->module.'_'.$this->section.'.php'); ?>
<?php $this
->footer(); ?>