PHP Classes

File: tmp_main.php

Recommend this page to a friend!
  Classes of Raskin Veniamin   Vs View Render   tmp_main.php   Download  
File: tmp_main.php
Role: Auxiliary script
Content type: text/plain
Description: tmp_main
Class: Vs View Render
Render templates using parameter arrays
Author: By
Last change:
Date: 10 years ago
Size: 447 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
    <head>
        <title><?=$this->title?></title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
       
        <style type="text/css">
            .wrapper {
                border:1px solid red;
            }
        </style>
       
    </head>
    <body>
       
     
       
        <div><?php echo $content; ?></div>
       
    
    </body>
</html>