|
Contents
Friends of the PHP Classes site is a initiative to provide recognition to the users that contribute to the growth of the site community.
For more information on how to become a friend of the site look here. |
Contents
Contents
Congratulations to Alexander Skakunov!
|
Nominees to win the award of April of 2008
| Class: |
Easy Navigator |
 |
|
Description: |
Generate breadcrumbs navigation based on the URL |
|
Author: |
Brandon Blincoe |
|
Age: |
18 |
|
Country: |
United States |
|
| Class: |
DFL |
 |
|
Description: |
Parse and run DFL language programs |
|
Author: |
Debug |
|
Age: |
18 |
|
Country: |
United States |
|
| Class: |
SimpleXML for PHP4 |
 |
|
Description: |
Load XML files in PHP 4 like SimpleXML extension |
|
Author: |
Taha Paksu |
|
Age: |
23 |
|
Country: |
Turkey |
|
| Class: |
Crypt_OpenSSL |
 |
|
Description: |
Class created for manipulation with ssl certs. |
|
Author: |
Pavel Saparov |
|
Age: |
20 |
|
Country: |
Czech Republic |
|
| Class: |
Configuration Loader |
 |
|
Description: |
Generate a PHP class from a configuration XML file |
|
Author: |
David Wainwright |
|
Age: |
34 |
|
Country: |
United Kingdom |
|
| Class: |
Secure Token Grid Authentication |
 |
|
Description: |
Generate grid of tokens, authenticate user with it |
|
Author: |
André Liechti |
|
Age: |
39 |
|
Country: |
Switzerland |
|
| Class: |
PHON |
 |
|
Description: |
Unserialize values exported with var_export |
|
Author: |
Martin Alterisio |
|
Age: |
25 |
|
Country: |
Argentina |
|
| Class: |
Geocoder |
 |
|
Description: |
Get coordinates of locations with geocode services |
|
Author: |
Bruyndonckx |
|
Age: |
45 |
|
Country: |
Belgium |
|
|
|
Contents
Contents
Contents
- Sam Pagination Class
 |
| Author: |
Olowoyo Samuel |
| Date: |
2008-05-16 (1 day ago) |
| Groups: |
HTML, Databases |
| Description: |
This class can be used to display database query results split in multiple pages.
It can perform queries to a MySQL database table and retrieve a range of results to display in the current page given the page number and the limit of results to display per page.
The class can display the results as a listing of articles or as photo gallery. |
|
- Easy ADSI
 |
| Author: |
Zsolt Munoz |
| Date: |
2008-05-15 (2 days ago) |
| Groups: |
PHP 5, Databases, Windows |
| Description: |
This class can be used to query Windows Active Directory.
It can read the definition of fields to query from a XML file or programmatically.
Once the fields, the objects and conditions are defined, the class can execute the query and retrieve the results, which are returned in arrays.
The class uses COM objects to access the Windows Active directory. |
|
- Evolutionary Programming
 |
| Author: |
Afshin Safarpour |
| Date: |
2008-05-15 (2 days ago) |
| Groups: |
Algorithms, Artificial intelligence |
| Description: |
This class implements an evolutionary programming algorithm to simulate the evolution of population generation after generation.
It takes several parameters like an expression to evaluate the fitness of population, the number of generations, etc..
The class applies the genetic algorithm and outputs the results to the current page or to a given file. |
|
- Session Manager Implementation
 |
| Author: |
Carlos Alberto Junior |
| Date: |
2008-05-14 (3 days ago) |
| Groups: |
PHP 5, User Management |
| Description: |
This class can be used to manage logged user sessions.
It can register a session and store the user id, login and last access date and time in session variables.
The class can also check whether an user session is active if its last access occurred in the last 5 minutes. In that case the last access date and time is updated to the current date and time. |
|
- Log Writer and Reader
 |
| Author: |
Md. Shahadat Hossain Khan Razon |
| Date: |
2008-05-14 (3 days ago) |
| Groups: |
Databases, Logging |
| Description: |
This class can be used to store and retrieve activity logs from a MySQL database.
It can add new activity log records into a given MySQL table. It can log details like the type of log reference, an error message, the HTTP referrer URL, the remote user address, the logged user identifier, etc..
The class can also do the opposite, i.e., retrieve log entries from the database table and return it as an array. |
|
- Login and DB classes quick start
 |
| Author: |
raja |
| Date: |
2008-05-13 (4 days ago) |
| Groups: |
Databases, User Management |
| Description: |
This package can be used to authenticate users with records stored in a MySQL database.
It takes the user name and password of an authenticating user against user records in a MySQL database.
The class can setup session variables and update the last login date if the user was authenticated successfully. |
|
- Drevo Export
 |
| Author: |
Alexander Skakunov |
| Date: |
2008-05-13 (4 days ago) |
| Groups: |
XML, PHP 5, Time and Date, Web services |
| Description: |
This package can be used to export event dates like birth dates from Drevo tool to Google Calendar.
It can parse Drevo XML files to extract event data. Then it can communicate with Google Calendar site and submit the event data to a given user calendar. |
|
- io_dz
 |
| Author: |
bobak |
| Date: |
2008-05-12 (5 days ago) |
| Groups: |
Compression, Data types |
| Description: |
This is a simple class that can be used to serialized and unserialize variable values to a compressed binary string.
It takes a variable values, serializes and compresses it with gzip algorithm to occupy less space.
The class can also do the opposite, i.e. uncompress and unserialize a variable value. |
|
- Slide Show
 |
| Author: |
Barton Phillips |
| Date: |
2008-05-12 (5 days ago) |
| Groups: |
PHP 5, Content management, AJAX |
| Description: |
This class can be used to present a slide show of local or remote Web images.
It can extract lists of image files available on the local server or a remote Web server.
The image list is served to the browser with retrieves it with Javascript code that performs AJAX requests to obtain the images to display.
For local server images the class returns a list of image file names. For remote Web server, it retrieves a given remote page and parses it to return the list of GIF, JPEG and PNG images linked from that page.
The Javascript libraries provided within this package control the slide show presentation. |
|
- QXML
 |
| Author: |
Tom Schaefer |
| Date: |
2008-05-11 (6 days ago) |
| Groups: |
XML, PHP 5 |
| Description: |
This class can be used to generate XML documents from arrays and also parse XML documents to build arrays.
It can work with an XML's textNodes and attributes, store them into an array and generate an XML document .
The class can also do the opposite, i.e. take an XML document file or string and parse it, and then build an array.
It is quite simple in handling. Just look at the sample files. |
|
- Gerar Tabela Semanticamente Correta
 |
| Author: |
Thiago Silva Ferreira |
| Date: |
2008-05-10 (7 days ago) |
| Groups: |
HTML, PHP 5 |
| Description: |
This class can be used to generate HTML table defined programmatically.
It can compose the definition of a table by adding rows, cells and captions.
The class can display the defined table by generating its HTML as part of the current script output.
The code and comments are in Portuguese. |
|
Contents
|