PHP Classes

File: Application/Module/User/View/Default/Controller/Index/Info.tpl

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Application/Module/User/View/Default/Controller/Index/Info.tpl   Download  
File: Application/Module/User/View/Default/Controller/Index/Info.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 128 bytes
 

Contents

Class file image Download
{% extends "Master.tpl" %} {% block content %} {%for a,b in user.toArray(true) %} <p>{{a}} : {{b}}</p> {%endfor%} {% endblock %}