PHP Classes

File: application/views/example.php

Recommend this page to a friend!
  Classes of Minh Tien   Codeme PHP Framework   application/views/example.php   Download  
File: application/views/example.php
Role: Auxiliary script
Content type: text/plain
Description: Example script
Class: Codeme PHP Framework
MVC Web application development framework
Author: By
Last change: Update of application/views/example.php
Date: 5 months ago
Size: 509 bytes
 

Contents

Class file image Download
{extends "login.php"}

<strong>This is view of example call from Route. <?php echo $text;?>. Number is: <?php echo $a;?></strong>
<p>
    <form action="" method="post" enctype="multipart/form-data">
    <p>
        <input name="fullname" size="40" placeholder="Full name..." />
    </p>
    <p>
        <input type="text" name="email" size="40" placeholder="Email..." required />
    </p>

    <p>
        <button type="submit" name="btnSend">Send</button>
    </p>
{$text="34343"}

{$text}

    </form>

</p>