Login   Register  
PHP Classes
elePHPant
Icontem

File: Views/error/index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2008-11-12 07:30
Size: 123 bytes
 

Contents

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