PHP Classes

File: layout.phtml

Recommend this page to a friend!
  Classes of Md. Shahadat Hossain Khan Razon   Template Engine Using Zend PHP Renderer   layout.phtml   Download  
File: layout.phtml
Role: Auxiliary script
Content type: text/plain
Description: Layout
Class: Template Engine Using Zend PHP Renderer
Template engine based on Zend Framework renderer
Author: By
Last change:
Date: 9 years ago
Size: 333 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head><title>simple template system by zf2</title></head>
<body><h1>Header</h1><hr /><?php echo $content; ?><footer>&copy; <a href="http://www.shahadathossain.com/" target="_blank">shahadat</a></footer></body>
</html>