|
|
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. |
-
| Posted on: |
2009-10-06 |
| Summary: |
LiveDocx is a Zend Framework package that implements a new approach to generate PDF documents in PHP.
It combines structured data passed by a PHP script with a template created in a word processor. It is the same concept as mail merge.
The resulting document can be saved as a PDF, as well in other formats such as DOCX, DOC or RTF file. |
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
-
 |
| Author: |
akash |
| Date: |
2009-11-02 (1 day 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 (1 day 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 (2 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.
The class can perform HTTP basic authentication for users defined in the configuration files directly from PHP instead of having it done by Apache.
It can also provide a forms based user interface to manage the authorization files definitions of users and groups.
This class is based on prior work by Jarno Elonen and Sarah King. |
|
-
 |
| Author: |
Julie Duvillier |
| Date: |
2009-10-31 (3 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 to handle errors when establishing connections, execute SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and get the fields of a table.
Other auxiliary classes deal with query results and prepare query statements. |
|
-
 |
| Author: |
Marcos Timm Rossow |
| Date: |
2009-10-30 (4 days ago) |
| Groups: |
XML, PHP 5, Data types |
| Description: |
This class can be used to create XML documents from arrays using SimpleXML PHP extension.
The generated document and be displayed as the current script output.
It takes an associative array and traverses it recursively to add tags and data to the XML document.
The code and comments are in Portuguese.
In Portuguese:
Simples classe que gera um arquivo XML a partir de um Array Associativo |
|
-
 |
| Author: |
Boris Tetrev |
| Date: |
2009-10-29 (5 days ago) |
| Groups: |
PHP 5, Databases, Files and Folders |
| Description: |
This class can be used to execute MySQL queries read from files.
It can scan a given directory to retrieve the list of files it contains.
The class can read the file contents an execute the SQL statements contain in each line of the files. |
|
-
 |
| Author: |
wooptoo |
| Date: |
2009-10-28 (6 days ago) |
| Groups: |
Email, Networking, PHP 5 |
| Description: |
This class can be used to send messages via SMTP server with authentication.
It can connect to a given SMTP server using SSL or TLS, and authentication using the LOGIN method.
It can send send a message with a given subject from a given address to a given recipient. |
|
-
 |
| Author: |
Magnus Högfeldt |
| Date: |
2009-10-27 (7 days ago) |
| Groups: |
E-Commerce, Web services |
| Description: |
This class can be used to retrieve tracking information of PostDanmark, the Danish postal service.
It sends an HTTP request to the PostDanmark site to retrieve the page with tracking information for a given shipping tracking code.
The class parses the page and retrieves the date, time and status of each tracking detail. |
|
Contents
Contents
|