|
- PHPCamp
 | 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. |
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
- New PHP dedicated job site (15 days ago)
| Posted on: |
2008-06-18 |
| Summary: |
The PHPClasses site is launching a new job board dedicated to announce jobs specifically for PHP professionals.
This new PHP job site allows companies to reach a large number of professionals with specific PHP skills eventually taking less time and money to find qualified professionals to fill their job openings. |
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 Diêgo Garrido de Almeida!
|
Nominees to win the award of June of 2008
| Class: |
MySQL Binlog Rotate |
 |
|
Description: |
Rotates the binary logs in a MySQL 5 cluster |
|
Author: |
Pape |
|
Age: |
25 |
|
Country: |
The Netherlands |
|
| Class: |
Easy WMI |
 |
|
Description: |
Access Windows resources using WMI objects |
|
Author: |
Zsolt Munoz |
|
Age: |
28 |
|
Country: |
Canada |
|
| Class: |
QSWFObject |
 |
|
Description: |
PHP Wrapper to load Flash movies |
|
Author: |
Tom Schaefer |
|
Age: |
??? |
|
Country: |
Germany |
|
| Class: |
Screenshot |
 |
|
Description: |
Take screenshots of pages with Internet Explorer |
|
Author: |
Daniel Neville |
|
Age: |
16 |
|
Country: |
United Kingdom |
|
| Class: |
Maildir To Mailbox |
 |
|
Description: |
Convert messages from maildir to mbox format |
|
Author: |
Charalampos Pournaris |
|
Age: |
22 |
|
Country: |
Greece |
|
| Class: |
GNU/Linux Stats |
 |
|
Description: |
Retrieve information about Linux systems |
|
Author: |
Cesar D. Rodas |
|
Age: |
20 |
|
Country: |
Paraguay |
|
| Class: |
Link Searcher |
 |
|
Description: |
Crawl Web pages to search for given text |
|
Author: |
Nadir Latif |
|
Age: |
25 |
|
Country: |
Sweden |
|
| Class: |
SuperSocket |
 |
|
Description: |
Handle multiple TCP socket connections |
|
Author: |
Debug |
|
Age: |
18 |
|
Country: |
United States |
|
| Class: |
Id3 Tag Correction and Downloading |
 |
|
Description: |
Correct ID3 tags of music stored in a database |
|
Author: |
Nadir Latif |
|
Age: |
25 |
|
Country: |
Sweden |
|
|
|
Contents
Contents
Contents
- Split SQL Selected results
 |
| Author: |
eslam ahmed kandel |
| Date: |
2008-07-02 (1 day ago) |
| Groups: |
HTML, Databases |
| Description: |
This class can be used to split MySQL query results in multiple pages.
It can execute a given query and retrieve the results to display in the current page, given the limit number of results to display per page.
The class can also return the HTML and page numbers to display in links to browse the pages on which the query results will appear. |
|
- TOTP
 |
| Author: |
Protung Dragos |
| Date: |
2008-07-02 (1 day ago) |
| Groups: |
PHP 5, Cryptography, User Management |
| Description: |
This class can be used to generate and validate one time passwords that may expire after a period of time.
It generates a code based on a secret key that is valid during a period of time.
The class can also be used to validate the generated code in a different server without needing the secret key. |
|
- GOOX_SWFOBJECT
 |
| Author: |
Otavio Theiss |
| Date: |
2008-07-01 (2 days ago) |
| Groups: |
HTML, PHP 5, Flash |
| Description: |
This class can be used to embed Flash players in Web pages.
It uses the SWFObject 2 Javascript library to embed Flash players without depending on the Web browser.
The class generates HTML with the necessary Javascript to load the Flash player object calling the SWFObject Javascript class.
The page element identifier, the width, height, Flash variables and other parameters are configurable.
In Brazilian Portuguese:
Esta classe utiliza o componente javascript da google swfoject. Porém para chamar um .swf será preciso apenas 1 linha. |
|
- CSS Comparer
 |
| Author: |
Martijn Beulens |
| Date: |
2008-07-01 (2 days ago) |
| Groups: |
HTML, PHP 5, Text processing |
| Description: |
This class can be used to compare and find the differences between two CSS style definitions.
It displays a form to upload two CSS definition files.
When the files are uploaded the class compares each of the CSS definitions.
The class displays both CSS files in a side by side columns highlighting the differences with a different color. |
|
- MyWeather
 |
| Author: |
Amir Jafari |
| Date: |
2008-06-30 (3 days ago) |
| Groups: |
Web services, Physics |
| Description: |
This class can be used to get the whether forecast for a given city of the world.
It accesses the wunderground.com site and performs a search for a world location.
The class retrieves an RSS feed associated to the searched location with the weather forecast for the following days.
The class parses the retrieved RSS feed and returns an associative array with weather report parameters like the location name, temperature, humidity and air pressure. |
|
- go!Johnny class library
 |
| Author: |
Sergio Domingues |
| Date: |
2008-06-30 (3 days ago) |
| Groups: |
HTML |
| Description: |
This package can be used to generate HTML documents programatically.
It provides several classes that know how to generate different types of basic HTML page elements such as paragraphs, links, forms, images, etc..
The class also provides several other classes that can generate more complex custom page elements like menus, blog entries, Flash players, Google maps, etc.. |
|
- FTP Upload
 |
| Author: |
David |
| Date: |
2008-06-29 (4 days ago) |
| Groups: |
Networking, PHP 5, Files and Folders |
| Description: |
This class can be used to upload files to an FTP server.
It uses the PHP FTP extension to establish a connection to a given server on behalf of a given user using his password.
The class can upload files to a given server directory. The files may be uploaded with a different names from the local file names. |
|
- Booster Template
 |
| Author: |
Chris Lam |
| Date: |
2008-06-28 (5 days ago) |
| Groups: |
Templates |
| Description: |
This class implements a compiled template engine.
It processes templates and generates PHP script files that generate the template output when executed.
The template variables are defined as arrays which are extracted into local variables before including the compiled template script files.
The template engine supports variables with optional modifiers, comments, including external template files, adding separate Javascript and CSS style definitions, localized text, inline PHP code, conditional sections and loops to iterate over array variables. |
|
- Dynamic Setter Getter
 |
| Author: |
Sergio Rinaudo |
| Date: |
2008-06-27 (6 days ago) |
| Groups: |
PHP 5, Data types |
| Description: |
This is an abstract class that can be used to dynamically add variables to any class.
It should be extended by implementation classes so they can automatically benefit from dynamic variables.
Attempts to set or get values to inexisting variables make these base class automatically assign or retrieve values from the specified variables. |
|
- Object To XML
 |
| Author: |
Jason Houle |
| Date: |
2008-06-26 (7 days ago) |
| Groups: |
XML, PHP 5, Data types |
| Description: |
This class can be used to generate XML documents from values of object variables.
It traverses the public variables of a given object and generates a XML document with the variable names as tags and the variable values as tag values.
Object and array values are converted into nested tag values.
The root tag of the generated document is the class name.
The resulting XML document can be returned as a string. |
|
- Slow XML Parser
 |
| Author: |
Leszek Piatek |
| Date: |
2008-06-26 (7 days ago) |
| Groups: |
XML |
| Description: |
This class parses XML documents using pure PHP code, thus without XML parser extensions.
It reads a XML document file and parses it to extract the structure of tags and data values into a nested array. |
|
Contents
|