|
|
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: |
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: |
Peter Kahl |
| Date: |
2009-11-09 (1 day ago) |
| Groups: |
Text processing, Content management, SEO |
| Description: |
This class can be used to Extract meta keywords from multi-byte texts.
It is an enhanced version of the "Automatic Keyword Generator" class originally written by Ver Pangonilo.
This version provides better word segmentation, the ability to handle multi-byte strings, and texts in multiple languages. |
|
-
 |
| Author: |
Felipe Nascimento de Moura |
| Date: |
2009-11-09 (1 day ago) |
| Groups: |
XML, PHP 5, Finances |
| Description: |
This class can be used to parse and extract financial records from documents in OFX format (Open Financial Exchange) used by programs such as Intuit Quicken and Microsoft Money.
In can parse an OFX document either from a string or from a file.
The class can retrieve the document financial records and filter by several types of criteria like by memo, by identifier, by check number, by date, credits and debits. |
|
-
 |
| Author: |
Nikola Posa |
| Date: |
2009-11-08 (2 days ago) |
| Groups: |
PHP 5, Databases, Data types |
| Description: |
This package can be used to manage nested sets of data stored in a database.
It can create and manager an hierarchy of nodes in a database table allowing to retrieve, add, update and delete nodes.
There are database adapters to access the tree of nodes in various types of databases, as well a special version that uses the Zend Framework DB_Table package to manage the table with the tree nodes. |
|
-
 |
| Author: |
Tufan Baris YILDIRIM |
| Date: |
2009-11-07 (3 days ago) |
| Groups: |
PHP 5, Text processing |
| Description: |
This class can be used to manage lists of strings.
It can take a list of strings separated by line breaks and extracts key value pairs separated by the = character.
The class can return the list of strings as an array, add more strings to the list, and save or load the list from a file. |
|
-
 |
| Author: |
Michael J. Fuhrman |
| Date: |
2009-11-06 (4 days 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 (5 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 (6 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 (6 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 (7 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 (7 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. |
|
Contents
Contents
|