PHP Classes

File: demo/views/layout/base.tpl.php

Recommend this page to a friend!
  Classes of Nikos M.   Formal PHP Validation Library   demo/views/layout/base.tpl.php   Download  
File: demo/views/layout/base.tpl.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Formal PHP Validation Library
Validate a set values with support to type casting
Author: By
Last change:
Date: 1 year ago
Size: 291 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html><head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title><?php $this->start('title'); ?>No Title<?php $this->end('title'); ?></title>

</head><body>
<?php $this->start('content'); ?>
No Content
<?php $this->end('content'); ?>
</body></html>