PHP Classes

Packages of Evgeny

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Evgeny (3)  >  Mission progress status  >  Reputation  
Picture of Evgeny
Name: Evgeny <contact>
Classes: 3
Country: Russian Federation Russian Federation
Age: ???
All time rank: 76224 in Russian Federation Russian Federation
Week rank: 195 Up12 in Russian Federation Russian Federation Up
All time users: 4059
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 DatePicker  
Generation of date chooser form fields
DatePicker is a class to generate HTML form fields for choosing dates.

It uses javascript to check and generate valid a day for the selected month, considering for leap year.

It also remembers its values after invalid form submission. This means that when the user submits a form, the class keeps track of the submitted values.

The class also provide the possility to let you create a custom HTML SELECT tag.

  Files folder image ResultCache  
Cache the output generated by a functions
ResultCache is a class used to cache output of a function in disk files.

This class is good for improving the performance of scripts that output the results of slow database queries. It can be used for caching data generated from other sources besides database query results.

On first call of the class, the function is executed and the returned data to is stored in a cache file. On subsequent calss, the data is retrieved from the cache file.

  Files folder image tplTemplatez  
Template class used to separate PHP and HTML
Features:

- Easy to use
- Very effective in hiding or showing blocks
- No code or special instructions in template, just defining blocks
- Ability to parse nested blocks


  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