My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
View  
View Sample
Phase-Implementation
Updated Aug 11, 2009 by felice.ostuni

View Sample

A view is a simple php file with html, php loops, echos etc..

<html>
<head>
    <title>Welcome !</title>
</head>
<body>
    <h1>Welcome</h1>

   <p>This is a simple html file with some php var <?=$varname?> </p>

</body>
</html>

to see how you can send vars from a controller see the Controller sample.

Comment by vyquang...@gmail.com, Sep 27, 2009

dsd


Sign in to add a comment
Powered by Google Project Hosting