PHP Classes

File: view1.tpl.php

Recommend this page to a friend!
  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: 12 years ago
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>