PHP Classes

File: app/views/mails/example.php

Recommend this page to a friend!
  Packages of Alvaro Talavera   PHP Light MVC   app/views/mails/example.php   Download  
File: app/views/mails/example.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: PHP Light MVC
MVC framework to implement PHP Web applications
Author: By
Last change:
Date: 2 months ago
Size: 373 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

    <title>PhpLightMVC - Mail example</title>
   
</head>

<body>

    <h1>Hello {$name}!</h1>

</body>
</html>