PHP Classes

Packages of Rafael Paulino

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Rafael Paulino (2)  >  Mission progress status  >  Reputation  
Picture of Rafael Paulino
Name: Rafael Paulino <contact>
Classes: 2
Country: Brazil Brazil
Age: 42
All time rank: 2360161 in Brazil Brazil
Week rank: 195 Up14 in Brazil Brazil Up
All time users: 1005
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 Paginacao  
Generate lists of pages for split listings
This class can be used to generate lists of pages for split listings.

It takes as parameters the the number of total number of entries, the limit entries to display per page, and the current page.

There are several classes that generate lists of pages in several styles: Google, Delicious, Yahoo, Jumping, Lista and combo.

The code and comments are in Portuguese.

  Files folder image Tabajara Cache  
Cache the output of pages into files
This class can be used to cache the output of pages into files.

It can check if a cache file exists and did not expire. If so, it outputs the contents of the cache file. Otherwise, the class starts capturing the output of the page.

In the end the class retrieves the just captured output of the page stores it in a cache file.

The class already compresses the output of the page that is cached.

The cache expiry time is configurable.


  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