PHP Classes

File: views/welcome.php

Recommend this page to a friend!
  Classes of Jonathan Alexey   JFWork   views/welcome.php   Download  
File: views/welcome.php
Role: Example script
Content type: text/plain
Description: Example script
Class: JFWork
Tiny framework based on the MVC design pattern
Author: By
Last change: Update of views/welcome.php
Date: 3 years ago
Size: 184 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML>
<html lang="pt-PT">
<head>
    <meta charset="UTF-8">
    <title>JFW</title>
</head>
<body>
    <h1>Welcome to my tiny MVC. :)</h1>
    <p>Do anything here men!</p>
</body>
</html>