Login   Register  
PHP Classes
elePHPant
Icontem

File: ex-object.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Valics Lehel  >  Fast Template  >  ex-object.html  >  Download  
File: ex-object.html
Role: Sample output
Content type: text/plain
Description: template for ex-object.php
Class: Fast Template
Updated revision of CDI Fast Template engine
Author: By
Last change: small changes
Date: 2006-06-27 23:13
Size: 457 bytes
 

Contents

Class file image Download
{* $Id: ex-object.html,v 1.2 2005/06/15 19:37:15 vadim Exp $
Demo of using Object in templates
start: Tue Feb 08 21:23:55 EET 2005 @849 /Internet Time/
@author Voituk Vadim <voituk###asg.kiev.ua>
*}
<U>User info:</U><br>
UID: <B>{User.id}</B><BR>
F.Name: <B>{User.first_name}</B><BR>
S.Name: <B>{User.second_name}</B><BR>
User`s email <!-- IFDEF: User.email --> <A href="mailto:{User.email}">{User.email}</A><!-- ELSE --><I>none</I><!-- ENDIF -->