PHP Classes

Packages of Haruki Setoyama

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Haruki Setoyama (2)  >  Mission progress status  >  Reputation  
Picture of Haruki Setoyama
Name: Haruki Setoyama <contact>
Classes: 2
Country: Japan Japan
Age: 55
All time rank: 6893 in Japan Japan
Week rank: 195 Up1 in Japan Japan Up
All time users: 4355
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image phpoot  
phpoot - template engine for php
PHPOOT is a template engine.

Features:
* PHPOOT uses the "var" attribute of an html element in the template to show model data.
* The template for PHPOOT is a XHTML document without special tags as control stracture.
* So, the template can be written using normal html editor.
* The model data for template is Array, which can contain Array, String and instances of class.
* The html template can be compiled into PHP code before display in consideration of speed.

Requirements:
* PEAR
* XML_HTMLSax 2.1.2, or later.

  Files folder image singleton  
Singleton class manager
This class makes it easy to instanciate and manipulate singleton classes.

A singleton class assures that only one object of the class exists at one time. Multiple attempts to create an object of a singleton class return always the same class instance.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z