Login   Register  
PHP Classes
elePHPant
Icontem

File: view1.tpl.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of jeffrey Afable  >  Build Simple OO MVC  >  view1.tpl.php  >  Download  
File: view1.tpl.php
Role: Auxiliary script
Content type: text/plain
Description: Sample View page
Class: Build Simple OO MVC
Implements the MVC design pattern
Author: By
Last change:
Date: 2011-12-20 17:27
Size: 439 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="en-US">
    <head>
        <title>Sample1</title>
    </head>
    <body>
        <h1>Simple MVC</h1>
        <hr />
        <a href="/simple_mvc/">Home</a> | 
        <a href="/simple_mvc/index.php/portfolio">Portfolio</a> | 
        <a href="/simple_mvc/index.php/downloads">Downloads</a> | 
        <a href="/simple_mvc/index.php/contacts">Contacts</a>
        <hr />
        <?php output(); ?>
        <p>
        <?php output('content'); ?>
        </p>
    </body>
</html>