PHP Classes

File: views/demo.php

Recommend this page to a friend!
  Classes of Unay Santisteban   Simple Framework   views/demo.php   Download  
File: views/demo.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Simple Framework
Framework to implement MVC based Web applications
Author: By
Last change: Update of views/demo.php
Date: 2 months ago
Size: 282 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width">
        <title><?php echo $demo; ?></title>
    </head>
    <body>
        <div><?php $this->language->translate('HELLOWORLD'); ?></div>
    </body>
</html>