|
-
 | PHPCamp is a ad-hoc gathering for PHP community. It similar to barcamp, but more focused towards PHP based web application development. This means that anyone can come to PHPCamp and participate.
Next gathering will take place in Pune, India. More details may be found in the gathering site. |
-
 | The members of several PHP user groups have gathered to organize a large PHP event in São Paulo on October 18, 19.
This event will present talks of Andrei Zmievski (Smarty, PHP-GTK, PHP 6 Unicode), César Rodas (PHP Programming Innovation Award 2007, Google Summer of Code, WordPress), as well Manuel Lemos (PHPClasses) and other regular speakers of the Brazilian PHP scene.
In Portuguese:
Devido a desentendimentos com a empresa organizadora, inúmeros membros de grupos de usuários de PHP do Brasil não apoiam mais o evento anteriormente conhecido por PHP Conference Brasil.
Em vez disso, essas pessoas se organizaram independentemente e criaram um novo evento para promover o PHP devidamente no Brasil chamado CONAPHP - Congresso Nacional de PHP. Este evento vai decorrer em São Paulo em 18 e 19 de Outubro dentro de um evento maior de software livre CONISLI 2008. São esperados pelo menos 1500 congressistas.
O CONAPHP vai contar com palestrantes internacionais reputados como Andrei Zmievski (Smarty, PHP-GTK, PHP 6 Unicode) e César Rodas (PHP Programming Innovation Award 2007, Google Summer of Code, WordPress), e Manuel Lemos (PHPClasses) para além dos habituais nomes da cena de PHP Brasileira.
Já se espera que o CONAPHP será mais um evento de PHP bastante concorrido. Se você estiver interessado em participar como congressista, vá já inscrever-se para aproveitar o preço baixo de inscrição. Os interessados em palestrar também devem já propôr as suas palestras no site do evento antes que termine o prazo. |
These initiatives are announced here just for the information of the PHP Classes site users. These announcements are not sponsored by the organization of the initiatives.
If you take part of the organization of a global or regional initiative that may be of the interest of the PHP Classes site users, feel free to contact this site so your initiative may also be announced here at no expense to your initiative organization. |
Contents
-
| Posted on: |
2008-09-01 |
| Summary: |
The site is launching an editor that allows designs to propose new site design themes.
This is the initial beta version of the site design editor, but it already allows any designer to try different presentation designs. |
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 Andrey Nikishaev!
|
Nominees to win the award of August of 2008
| Class: |
News Script |
 |
|
Description: |
Manage and publish news stored in a MySQL database |
|
Author: |
andrew |
|
Age: |
??? |
|
Country: |
United Kingdom |
|
| Class: |
Friendly class |
 |
|
Description: |
Provide friend access to protected functions |
|
Author: |
Rubens Takiguti Ribeiro |
|
Age: |
24 |
|
Country: |
Brazil |
|
| Class: |
Subtitle timestamp adjust |
 |
|
Description: |
Adjust subtitle times for split movie files |
|
Author: |
Luis Martinez Ulloa |
|
Age: |
36 |
|
Country: |
Peru |
|
| Class: |
Knockout tournament scheduler |
 |
|
Description: |
Manage knockout tournament games |
|
Author: |
Nicholas Mossor Rathmann |
|
Age: |
19 |
|
Country: |
Denmark |
|
| Class: |
PHP color |
 |
|
Description: |
Format PHP code as colored HTML |
|
Author: |
hazem ali |
|
Age: |
24 |
|
Country: |
Egypt |
|
| Class: |
phpQuery |
 |
|
Description: |
Manipulate HTML and XML documents like jQuery |
|
Author: |
Tobiasz Cudnik |
|
Age: |
??? |
|
Country: |
Poland |
|
| Class: |
Gerenciamento do windows por COM |
 |
|
Description: |
Manage users and folders on a Windows system |
|
Author: |
Diego B. Pimentel |
|
Age: |
23 |
|
Country: |
Brazil |
|
| Class: |
GtkMozEmbed Screenshot |
 |
|
Description: |
Take page screenshots on Linux with Mozilla widget |
|
Author: |
Daniel Anechitoaie |
|
Age: |
22 |
|
Country: |
Romania |
|
| Class: |
Alexa Web Information Service Class |
 |
|
Description: |
Retrieve site traffic information from Alexa |
|
Author: |
Kunjesh janakkumar Sukhadia |
|
Age: |
??? |
|
Country: |
India |
|
| Class: |
AIRProjectXML |
 |
|
Description: |
Read and write Adobe AIR 1.1 application XML files |
|
Author: |
Vagharshak Tozalakyan |
|
Age: |
28 |
|
Country: |
Armenia |
|
| Class: |
PAX |
 |
|
Description: |
Interpret XML command scripts with PHP classes |
|
Author: |
Marius Zadara |
|
Age: |
26 |
|
Country: |
Romania |
|
|
|
Contents
Contents
Contents
-
 |
| Author: |
andy honeycutt |
| Date: |
2008-09-07 (1 day ago) |
| Groups: |
PHP 5, Databases |
| Description: |
This class is a MySQL database access wrapper.
It establishes MySQL database server connections and stores the database access handle in a static variable so it can be reused by different objects of the class.
The class provides functions that wrap several other MySQL database access functions for executing queries and retrieving results. |
|
-
 |
| Author: |
Alex Fourth |
| Date: |
2008-09-07 (1 day ago) |
| Groups: |
Algorithms, PHP 5, Files and Folders, Searching |
| Description: |
This class can be used to quickly search for sorted data in large files using the binary search algorithm.
It can search for a given identifier in a file that has lines that contain only the identifier and a value separated by a tab character.
The class uses the binary search algorithm to quickly narrow the search for a given identifier even when the files are very large. |
|
-
 |
| Author: |
andy honeycutt |
| Date: |
2008-09-06 (2 days ago) |
| Groups: |
PHP 5, Time and Date |
| Description: |
This class can be used to measure the time a script takes to execute.
It starts measuring time once an object of the class is created.
At any time the class may return a message telling how long it passed since the object was created. |
|
-
 |
| Author: |
Martin Lacher |
| Date: |
2008-09-06 (2 days ago) |
| Groups: |
PHP 5, Language |
| Description: |
This class can be used to automatically load classes in scripts located in multiple directories.
When a class is loaded it scans a given lists of directories for class script files that start with the class name and have specific file name extensions. The class may exclude scanning given sub-directories.
The class loads the class script file that is found in the scanned directories.
The list of class scripts that is found may be cached in an INI file to avoid the overhead of scanning the search directories again when another class needs to be loaded. |
|
-
 |
| Author: |
Matt Belanger |
| Date: |
2008-09-05 (3 days ago) |
| Groups: |
HTTP, PHP 5, Graphics, Files and Folders |
| Description: |
This class can be used to handle and process uploaded image files.
It can take image files uploaded using Web forms and generate one or more thumbnails with different sizes.
The thumbnails image files are stored in a given directory in the JPEG format. |
|
-
 |
| Author: |
Guru Evi |
| Date: |
2008-09-05 (3 days ago) |
| Groups: |
Localization, Unix |
| Description: |
This class can be used to retrieve locale dependent values using the locale command.
It can retrieve several types of values that depend on the country and idiom for a given locale such as the format for date, time, money, country name, etc..
The class uses the locale command available on Linux/Unix systems as an alternative to using the PHP setlocale function. |
|
-
 |
| Author: |
Matthew Johnston |
| Date: |
2008-09-04 (4 days ago) |
| Groups: |
PHP 5, Web services, Physics |
| Description: |
This class can be used to get the weather forecast of a given city from the Wunderground site.
It can access the Wunderground.com cite and retrieve the page with the weather forecast details for a given city.
The forecast details are returned in an array. Currently it retrieves whether forecast details such as:
- Current Temperature in Fahrenheit and Celsius
- Current Condition image
- Current Condition text
- Humidity
- Dew Point in Fahrenheit and Celsius
- Wind speed in MPH and K/PH
- Wind Direction
- Wind gusts in MPH and K/PH
- Barometric pressure
- Current visibility
- Current Ultra-Violet index
- Cloud height in feet and meters
- Elevation in feet and meters
- Current radar image/link to live radar |
|
-
 |
| Author: |
Cristian Vrinceanu |
| Date: |
2008-09-04 (4 days ago) |
| Groups: |
Databases, Systems administration |
| Description: |
This class can be used to synchronize two MySQL databases.
It connects to a given master and slave databases and analyzes what changed in the master database.
The database table changed rows in the master and updated on the slave database. |
|
-
 |
| Author: |
Alberto Varela |
| Date: |
2008-09-03 (5 days ago) |
| Groups: |
PHP 5, Text processing, Web services |
| Description: |
This class can be used to suggest text spelling corrections using the Yahoo API.
It takes a text as parameter and sends a request to Yahoo Spelling Suggestion Web service API server.
The class returns a text string with the corrected spelling text if any was suggested. |
|
-
 |
| Author: |
Joseph Edmonds |
| Date: |
2008-09-03 (5 days ago) |
| Groups: |
PHP 5, Files and Folders, E-Commerce |
| Description: |
This class can be used to create files for osCommerce EasyPopulate support.
It creates a text file with information about products to populate a database of osCommerce using Easypopulate.
The class sets all the fields of each product with default values that may be redefined by the application before adding them to the Easypopulate file. |
|
-
 |
| Author: |
sk89q |
| Date: |
2008-09-02 (6 days ago) |
| Groups: |
PHP 5, Text processing |
| Description: |
This class can be used to process text and replace rude words by acceptable alternatives.
It can take an English text that may have rude words and can replace such words or variants with acceptable alternative words.
The replaced words can preserve the original words case and common English suffixes. |
|
-
 |
| Author: |
Gilberto Albino |
| Date: |
2008-09-02 (6 days ago) |
| Groups: |
HTTP, PHP 5, Files and Folders |
| Description: |
This class can be used to validate and process image files uploaded via Web forms.
It takes an entry of the $_FILES array for an uploaded file and validates whether the size does not exceed a given limit and that the file name extension is of GIF, PNG or JPEG formats.
If the uploaded file is valid, it moves the file to a given directory. |
|
-
 |
| Author: |
Alan H. Lake |
| Date: |
2008-09-01 (7 days ago) |
| Groups: |
Data types |
| Description: |
This class can be used to manage a nested set of elements stored in arrays.
It can manage an hierarchic tree of elements stored as array.
The class can perform several types of operations to store and retrieve the tree elements like:
- Creating the tree structure from a string with the definition of the elements.
- Set the values of tree elements given its path in the tree
- Get elements that have a given tree path
- Return a graph with the representation of the elements in tree |
|
-
 |
| Author: |
sk89q |
| Date: |
2008-09-01 (7 days ago) |
| Groups: |
PHP 5, Text processing, Chat |
| Description: |
This class can be used to correct text with abbreviations used by people in chats.
It parses a string to find text with well known abbreviations and replace it by the English words that those abbreviations mean.
The class also changes repeated punctuation and fixes the case of words before replacing the abbreviations. |
|
Contents
|