PHP Classes

Packages of Full name

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Full name (3)  >  Mission progress status  >  Reputation  
Picture of Full name
Name: Full name <contact>
Classes: 3
Country: ???
Age: ???
All time rank: 1466
Week rank: 195 Up
All time users: 2074
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 x64 Feeds Generator  
Generate cached XML feeds using templates
This class can generate feeds in different formats by using templates. Some of the current supported feeds formats are: RSS 0.91, RSS 1.0, RSS 2.0 and Atom 0.3.
The feeds are generated by passing data that is commonly used by the different feeds, making easier to generate the feeds without having to change the code.
Also, the generated feeds can be cached in files.

  Files folder image x64 Simple Counter  
Count site visits using flat files
This class can be used to count site visits using flat files to store visit statistics.

It logs the visiting users IP address in order to know if the visitor was already counted.

It may also be used to know if a visitor already voted in a poll.

  Files folder image x64Template Engine  
Template engine extensible with plug-in classes
This package implements a template engine that can be extended with plug-in classes.

The template engine uses string searching and replacement, instead of regular expressions, to find and process template placeholder marks.

It supports processing conditional sections and loop section iteration.

This package comes with a simple content management system (CMS) to demonstrate the template engine capabilities.

The class is based on the bTemplate template engine by Brian Lozier. It fixes some bugs and adds a few more features like: support for if statements in loops and plug-in support.


  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