|
|
Contents
Contents
-
| 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. |
-
| Posted on: |
2009-10-20 |
| Summary: |
The site search pages have been improved, so every site user can benefit of a better way to search the site content.
The internal search engine, that until now was only available to premium subscribers, has been made available to all users.
Among other benefits, the search results will appear split in different tabs according to the section of the site that they belong, thus making it easier to find the kind of content you are looking for.
This article explains which are all the benefits that every user will have access from now on. |
-
| Posted on: |
2009-10-12 |
| Summary: |
The PHPClasses site is accepting new site redesign proposals now.
In this phase, candidates may create design themes using a visual editor. Then they can submit the design theme proposal when they are done.
This article gives more detail of how the visual editor and the proposal system work. |
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: |
26 |
|
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: |
Michael J. Fuhrman |
| Date: |
2009-11-06 (1 day ago) |
| Groups: |
Databases |
| Description: |
This package can be used to manage objects stored in a MySQL database dynamically.
It creates table that will contain the metadata of all types of objects to be stored in the database.
The tables of each application class can be created dynamically. This package can save and retrieve objects of the created classes. |
|
-
 |
| Author: |
Gianluca Zanferrari |
| Date: |
2009-11-05 (2 days ago) |
| Groups: |
HTML |
| Description: |
This class can be used to display an animation while a page is loading.
It generates HTML and Javascript to be outputted in the beginning of a page that makes an animated GIF image appear over the page while it is loading.
The animated image disappears when the pages finishes loading. |
|
-
 |
| Author: |
Lasantha Samarakoon |
| Date: |
2009-11-04 (3 days ago) |
| Groups: |
PHP 5, Graphics |
| Description: |
This class can be used to manipulate and convert images from files.
It can open images from files in GIF, JPEG, PNG formats, and can perform several types of image manipulation operations like: resizing, cropping, convert to grey scale or sepia.
The manipulated images can be saved back to files also in the GIF, JPEG and PNG formats. |
|
-
 |
| Author: |
Sandeep Kumar |
| Date: |
2009-11-04 (3 days ago) |
| Groups: |
Localization, Web services, Code Generation |
| Description: |
This class can be used to translate application texts using Google Translate.
It can take a script with an array of texts in English and sends requests to the Google Translate Web site to translate each of the texts to another idiom.
The class generates a new script for the target language with an array with the texts translated to that language. |
|
-
 |
| Author: |
syed abdul baqi |
| Date: |
2009-11-03 (4 days ago) |
| Groups: |
PHP 5, Databases |
| Description: |
This class can be used to generate SQL queries from lists of parameters.
It takes as parameters the name of a table, fields, field values, conditions, etc..
The class can return strings with SQL statements to execute SELECT, INSERT, UPDATE and DELETE queries. |
|
-
 |
| Author: |
Sebastian Potasiak |
| Date: |
2009-11-03 (4 days ago) |
| Groups: |
PHP 5, Design Patterns |
| Description: |
This class implements the singleton design pattern.
It provides an interface that has a constructor function that once called stored objects of each singleton class in static array class variable.
This way the objects of a singleton class are only instantiated once. |
|
-
 |
| Author: |
akash |
| Date: |
2009-11-02 (5 days ago) |
| Groups: |
PHP 5, Language |
| Description: |
This package can be used to run multiple parallel scripts using a C++ program.
It can start parallel scripts that may run synchronously or asynchronously using the compiled C++ program to run PHP command line program.
It can control the execution of parallel scripts and retrieve their output. |
|
-
 |
| Author: |
Israel Viana |
| Date: |
2009-11-02 (5 days ago) |
| Groups: |
PHP 5 |
| Description: |
This package can be used to compose CSS style sheets from multiple templates.
It can process one or more CSS templates that are actually PHP scripts.
The templates are processed by assigning PHP variables with template variable values and then the template script is executed and its output captured to get the final result.
A CSS template maybe evaluated conditionally depending on the type of browser accessing the current script.
The main class assembles the output of all CSS templates and may optimize them before outputting by removing needless white spaces. |
|
-
 |
| Author: |
Horst Nogajski |
| Date: |
2009-11-01 (6 days ago) |
| Groups: |
User Management, Configuration |
| Description: |
This class can be used to manage Apache user and group authentication files.
It can manage Apache .htaccess and .htgroup files to define users, groups and passwords for authentication. Optionally it can manage extra information for users, stored in a third file.
It uses Apache-style MD5-crypt passwords to be portable between win and *nix platforms.
The class provide a forms based user interface to manage the authorization files definitions of users and groups.
It can also perform HTTP basic authentication for users defined in the configuration files directly from PHP instead of having it done by Apache.
This class is based on prior work by Jarno Elonen and Sarah King. |
|
-
 |
| Author: |
Julie Duvillier |
| Date: |
2009-10-31 (7 days ago) |
| Groups: |
PHP 5, Databases |
| Description: |
This package can be used to access MySQL databases using MySQLi.
The main class extends the MySQLi class : establish connection, execute SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and get the fields of a table.
Exceptions of the class are handled by MySQLi_exception_class which extends the class Exception.
Other auxiliary classes deal with query results and prepare query statements. |
|
Contents
Contents
|