PHP Classes

File: test/template/lay.stl.php

Recommend this page to a friend!
  Classes of Mohamed Nabil   PHP Style Template Engine   test/template/lay.stl.php   Download  
File: test/template/lay.stl.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Style Template Engine
Process templates compiling them into PHP scripts
Author: By
Last change:
Date: 1 year ago
Size: 221 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>main page</title>
</head>
<body>

<p class="yield">
    @addsection('content')
</p>

</html>