|
View
View Sample
Phase-Implementation View SampleA 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. |
► Sign in to add a comment
dsd