|
|
Contents
Contents
-
| Posted on: |
2009-11-22 |
| Summary: |
Gearman is a tool for distributing processing jobs over one or more machines.
This article explains how to use Gearman in PHP applications to handle better the load of busy sites or applications that need to execute heavy jobs. |
-
| Posted on: |
2009-11-14 |
| Summary: |
The use of Arabic in Web sites has been growing in a significant way in the latest years.
This is an idiom that requires special care due to the nature of its writing.
This article presents an interview with Khaled Al-Shamaa, the leader of Ar-PHP, a project that aims to simplify the lives of developers that want to build Arabic sites using PHP. |
-
| Posted on: |
2009-10-29 |
| Summary: |
The PHPClasses site is launching a new initiative to let every user know in advance about new features that are being implemented.
This article explains how you can keep up with latest features and even influence their implementation. |
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 Thales Jacobi!
|
Nominees to win the award of October of 2009
| Class: |
SUIT Framework |
 |
|
Description: |
Template engine with configurable syntax |
|
Author: |
Brandon Evans |
|
Age: |
17 |
|
Country: |
United States |
|
| Class: |
Bot recognizer and dispatcher |
 |
|
Description: |
Recognize and handle Web robot by IP or user agent |
|
Author: |
Alexander Selifonov |
|
Age: |
47 |
|
Country: |
Russian Federation |
|
| Class: |
Animated PNG Creator |
 |
|
Description: |
Create PNG format animations from a list of images |
|
Author: |
Dzsoni Voker |
|
Age: |
??? |
|
Country: |
Slovak Republic |
|
| Class: |
Gravatar RPC |
 |
|
Description: |
Send requests to the Gravatar API about images |
|
Author: |
Wouter van Vliet |
|
Age: |
27 |
|
Country: |
Denmark |
|
| Class: |
MyBox |
 |
|
Description: |
Calculate volumetric weight of a package |
|
Author: |
Roberto Aleman |
|
Age: |
35 |
|
Country: |
Venezuela |
|
| Class: |
Text to Timestamp |
 |
|
Description: |
Convert English expressions into time values |
|
Author: |
Martin |
|
Age: |
27 |
|
Country: |
Denmark |
|
| Class: |
Email 2 SMS |
 |
|
Description: |
Send SMS by e-mail to many carriers |
|
Author: |
Utsav Handa |
|
Age: |
25 |
|
Country: |
India |
|
| Class: |
EmbeVi |
 |
|
Description: |
Embed remote videos and audio in HTML pages |
|
Author: |
Comanici Paul |
|
Age: |
25 |
|
Country: |
Romania |
|
| Class: |
PHP MSSQL Dump |
 |
|
Description: |
Dump a Microsoft SQL server database |
|
Author: |
Jonathan Hilgeman |
|
Age: |
??? |
|
Country: |
United States |
|
|
|
Contents
Contents
Contents
-
 |
| Author: |
Piotr Ejsmont |
| Date: |
2009-11-24 (1 day ago) |
| Groups: |
HTML, Databases |
| Description: |
This class can be used to show MySQL query results in an HTML table.
It can build an SQL query from a list of table fields and executes it.
The class generates an HTML table to display the query results.
It also displays links to browse results split in multiple pages, showing up to a given limit of records per page.
The table headers show links that allow showing results sorting by different fields. |
|
-
 |
| Author: |
Usman Didi Khamdani |
| Date: |
2009-11-24 (1 day ago) |
| Groups: |
Networking, Web services, Geography |
| Description: |
This class can be used to get the location of an IP address from IPInfoDB.
It can send a request to the IPInfoDB Web service API and get the geographic location of a given IP address.
If the location is known, the class stores in its variables the country code, country name, region code, region name, city, postal code, latitude, longitude, time zone and offset from GMT time zone. |
|
-
 |
| Author: |
Anish Karim C |
| Date: |
2009-11-23 (2 days ago) |
| Groups: |
Databases, Systems administration |
| Description: |
This class can be used to backup MySQL databases generating SQL files
It can take a backup of MySQL database by generating SQL statements for recreating the database tables and their record data.
The generated backup may be saved to a file or sent via e-mail. |
|
-
 |
| Author: |
Paulo Rocha |
| Date: |
2009-11-23 (2 days ago) |
| Groups: |
PHP 5, Libraries, Design Patterns |
| Description: |
This package is a framework that implements the MVC design pattern.
It provides a base class and functions that take care of dispatching actions to controller classes.
It also provides classes for accessing databases, sending e-mail and create ZIP archives.
In Portuguese:
Simple é um framework desenhado para ser muito simples, rápido e pequeno, direcionado para os programadores sem experiência com frameworks ou aqueles que já se cansaram de aprender a programar em "frameworks" e acabam esquecendo o próprio PHP! Em poucos minutos você estará trabalhando com o Simple. |
|
-
 |
| Author: |
robert |
| Date: |
2009-11-22 (3 days ago) |
| Groups: |
PHP 5, Web services, Social Networking |
| Description: |
This package can be used to set or get information from a given Twitter user account.
The main class can send HTTP requests to the Twitter API account.
There are several sub-classes that can send requests to set or get several types of Twitter user account like: the user statuses, public timeline, user timeline, friends timeline, mentions, friends, followers, etc.. |
|
-
 |
| Author: |
Christopher Natan |
| Date: |
2009-11-22 (3 days ago) |
| Groups: |
Databases, User Management, AJAX |
| Description: |
This class can be used to display and process user registrations using AJAX.
It can generate HTML and Javascript that uses the jQuery library to submit a registration form using AJAX requests.
If the submitted registration form values are valid, the class creates the registered user records in a database. Otherwise it flags the invalid form fields. |
|
-
 |
| Author: |
Pawel Janisio |
| Date: |
2009-11-21 (4 days ago) |
| Groups: |
PHP 5, Databases |
| Description: |
This class implements a wrapper to access MySQL databases. It can:
- Establish database connections
- Execute SQL queries
- Retrieve query results into arrays
- Retrieve the number of result rows and affected rows
- Create tables
- Lock tables
- Optimize all database tables
- Truncate tables
- Import a database dump using the mysql command
- Get the database variables and statistics |
|
-
 |
| Author: |
Vitu Punkerage |
| Date: |
2009-11-21 (4 days ago) |
| Groups: |
HTML, Text processing |
| Description: |
This class can be used to replace text with HTML to color and convert letter.
It can replace text sections with color names and styles with in square bracket tags with HTML span tags with color styles.
The class can also convert letters with accents with the respective HTML entities. |
|
-
 |
| Author: |
José Manuel Carnero |
| Date: |
2009-11-20 (5 days ago) |
| Groups: |
Databases |
| Description: |
This package implements a MySQL database abstraction access layer.
There is a base class that implements common database access functionality.
There are also sub-classes that implement MySQL database access operations using the regular MySQL extension and another that uses the MySQLi extension.
Currently the derived classes can connect of a MySQL database server, use a given database, execute queries, get the number of result rows, and retrieve the query result rows.
The code and comments are in Spanish. In Spanish:
Clase para acceso a base de datos (por el momento sólo a MySQL). La iré ampliando a medida que vaya necesitando funcionalidades o acceso a otros motores. |
|
-
 |
| Author: |
Eugene Olkhovick |
| Date: |
2009-11-20 (5 days ago) |
| Groups: |
HTML, PHP 5 |
| Description: |
This class can be used to generate navigation for listings split among pages.
It takes as parameters the total number of entries in the listing, the limit of entries displayed per page and the number of the current page.
The class generates HTML links to go to the next, previous, first, last and any intermediate pages. |
|
-
 |
| Author: |
Emre Korkut Or |
| Date: |
2009-11-19 (6 days ago) |
| Groups: |
Web services, Video |
| Description: |
This package can be used to retrieve information about YouTube videos.
It uses the Google Data API to send requests to retrieve information about videos given some search keywords.
It can retrieve the video descriptions, thumbnails, comments, links to related or response videos, statistics and ratings. |
|
-
 |
| Author: |
Jonathan Discipulo |
| Date: |
2009-11-19 (6 days ago) |
| Groups: |
PHP 5, Graphics, Web services |
| Description: |
This class can be used to generate chart images using Google chart service.
It takes several parameters to define the chart type, size, colors, titles and labels, and chart data.
The class generates a Google Charts URL that can be used in a Web page to display a PNG image the displays the configure chart. |
|
-
 |
| Author: |
Muhammed Mamedov |
| Date: |
2009-11-18 (7 days ago) |
| Groups: |
PHP 5, Web services, Social Networking |
| Description: |
This class can be used to update and retrieve the statuses of a Twitter user.
It can send requests to the Twitter API on behalf of a given user to perform several types of operations.
Currently it can update the user status, remove a given user status, and get the user time line status.
The class can shorten URLs in the updated user status using the bit.ly shortening service. |
|
-
 |
| Author: |
Christopher Natan |
| Date: |
2009-11-18 (7 days ago) |
| Groups: |
HTML, PHP 5, Databases, User Management, AJAX |
| Description: |
This class can be used to authenticate users without reloading a login page.
It can generate the HTML with Javascript that uses the jQuery library to present a login form that is submitted using an AJAX request for verifying the user password.
The class uses a separate database access class to perform a database query to the users database in order to verify whether the user and password are correct. |
|
Contents
Courtesy of SecuritySpace.com .
Category: Web application abuses
|
|
Contents
Contents
|