PHP Classes

File: arab_TempCache/30af5b4658710caafa5853efa220f880.php

Recommend this page to a friend!
  Classes of Ahmed Amar   Arab Temp   arab_TempCache/30af5b4658710caafa5853efa220f880.php   Download  
File: arab_TempCache/30af5b4658710caafa5853efa220f880.php
Role: Sample output
Content type: text/plain
Description: 30af5b4658710caafa5853efa220f880.php
Class: Arab Temp
Caching template processing engine
Author: By
Last change:
Date: 14 years ago
Size: 1,300 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/> <?php $_FROM=$this->var_Temp['row'];if(!is_array($_FROM) and !is_object($_FROM)){settype($_FROM,"array");}if(count($_FROM)){foreach($_FROM as $this->var_Temp['keys']=>$this->var_Temp['values']){?> <?php echo $this->var_Temp['keys'];?> &nbsp;|<?php echo $this->var_Temp['values']['fname'];?><br> <?php }unset($_FROM); } ?> <?php echo $this->display('include.tpl');?> foreach array <br> <?php $_FROM= $this->var_Temp['row'];if(!is_array($_FROM) and !is_object($_FROM)){settype($_FROM,"array");}if(count($_FROM)){foreach($_FROM as $this->var_Temp['row']){?> <?php echo $this->var_Temp['row']['id'];?> &nbsp;|&nbsp;<?php echo $this->var_Temp['row']['fname'];?>&nbsp;|&nbsp;<?php echo $this->var_Temp['row']['sname'];?><br> <?php }unset($_FROM); } ?> <?php echo $this->var_Temp['myobject']->name($this->var_Temp['var']);?> <br/> </body> </html>