PHP Classes

File: application/caches/95531cfe4cc2dd383ea175d1cb387537.cache

Recommend this page to a friend!
  Classes of Minh Tien   Codeme PHP Framework   application/caches/95531cfe4cc2dd383ea175d1cb387537.cache   Download  
File: application/caches/95531cfe4cc2dd383ea175d1cb387537.cache
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Codeme PHP Framework
MVC Web application development framework
Author: By
Last change: Update of application/caches/95531cfe4cc2dd383ea175d1cb387537.cache
Date: 5 months ago
Size: 505 bytes
 

Contents

Class file image Download
<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> <?php $text="34343";?> <?php echo $text;?> </form> </p>