PHP Classes

File: examples/templates/users_list_item.tpl

Recommend this page to a friend!
  Classes of Michael Orji   Simplate   examples/templates/users_list_item.tpl   Download  
File: examples/templates/users_list_item.tpl
Role: Auxiliary data
Content type: text/plain
Description: template file
Class: Simplate
Template engine that replaces arrays of variables
Author: By
Last change:
Date: 9 years ago
Size: 119 bytes
 

Contents

Class file image Download
<tr> <td>{username}</td> <td>{firstname}</td> <td>{lastname}</td> <td>{email}</td> <td>{location}</td> </tr>