Login   Register  
PHP Classes
elePHPant
Icontem

File: temp/index.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ahmed Amar  >  Arab Temp  >  temp/index.tpl  >  Download  
File: temp/index.tpl
Role: Auxiliary data
Content type: text/plain
Description: index.tpl
Class: Arab Temp
Caching template processing engine
Author: By
Last change:
Date: 2010-01-28 05:33
Size: 727 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">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256" />
<title>arab_Temp</title>
<style type="text/css">
.style1 {
	border-collapse: collapse;
	border: 1px solid #000000;
}
</style>
</head>

<body>


foreach key=>value<br/>
{foreach from=$row key=$keys value=$values}
{$keys} &nbsp;|{$values.fname}<br>
{/foreach}

{INCLUDE name=include.tpl}
foreach array <br>
{foreach $row}
{$row.id} &nbsp;|&nbsp;{$row.fname}&nbsp;|&nbsp;{$row.sname}<br>
{/foreach}

{$myobject->name:$var}
<br/>
</body>

</html>