| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Full name (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| 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 |
| ||||
| 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. |
| ||||
| 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. |
| ||||
| 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 |