PHP Classes

File: simple.php

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP ASP.NET WebForms   simple.php   Download  
File: simple.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP ASP.NET WebForms
Emulation of ASP.NET WebForms engine in PHP
Author: By
Last change:
Date: 8 years ago
Size: 375 bytes
 

Contents

Class file image Download
<html xmlns:php="http://aleksey.nemiro.ru/php-webforms">
    <body>

        <php:Content ID="MainContent">
            <h2>${Title}</h2>
            <p>${WhatIsThis}</p>
            <p>${ToWork}</p>
            <pre><code class="php">&lt;?php
require_once 'global.php' ;
Nemiro\App::Magic() ;
?&gt;</code></pre>
            ${Details}
        </php:Content>

    </body>
</html>
<?php
require_once 'global.php';
Nemiro\App::Magic();
?>