|
|
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: |
kai |
| Date: |
2009-11-26 (1 day ago) |
| Groups: |
Searching, Web services |
| Description: |
This class can be used to crawl and retrieve links of Web pages
It can retrieve a given Web pages and retrieve the URL of all linked pages recursively.
The class can also crawl all linked pages until it finds given search keywords. |
|
-
 |
| Author: |
Raj Trivedi |
| Date: |
2009-11-26 (1 day ago) |
| Groups: |
HTML, Email, PHP 5 |
| Description: |
This class can be used to compose and send HTML e-mail messages.
It takes as parameters the message subject, HTML body text, sender, reply and recipient names and addresses.
The class can compose the message headers and body and send it. |
|
-
 |
| Author: |
Gourab Singha |
| Date: |
2009-11-25 (2 days ago) |
| Groups: |
HTML, Localization, PHP 5, AJAX |
| Description: |
This is a very simple class that can be used to automatically translate pages automatically using jQuery plug-in.
It just generates HTML with Javascript that invoke the jQuery translate plug-in to translate the current page content using Google AJAX language API. |
|
-
 |
| Author: |
Camilo Sperberg |
| Date: |
2009-11-25 (2 days ago) |
| Groups: |
PHP 5, Databases, Cache |
| Description: |
This package implements a MySQL database access wrapper using the MySQLi extension.
It is based on the Reduced MySQLi class originally written by Mertol Kasanan.
This version can account the memory usage, log the executed queries in the current page. It can also cache the query results in an XML file. |
|
-
 |
| Author: |
Piotr Ejsmont |
| Date: |
2009-11-24 (3 days 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 (3 days 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 (4 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 (4 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 (5 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 (5 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 (6 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 (6 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 (7 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 (7 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. |
|
Contents
Courtesy of SecuritySpace.com .
Category: Web application abuses
|
|
Contents
Contents
|