PHP Classes

File: temp/index.tpl

Recommend this page to a friend!
  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: 14 years ago
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>