|
|
Contents
-
| Posted on: |
2008-11-14 |
| Summary: |
Authors may now submit slide presentations about their classes and have them rank higher in the users rated packages ranking.
Also if you live near the Seattle, Washington area in the United States, you may also want to attend an informal PHP meetup next week, to which several well known PHP developers will also attend. |
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 Alex Fourth!
|
Nominees to win the award of October of 2008
| Class: |
mysqli.so.php |
 |
|
Description: |
Access MySQl databases with MySQLi compatible API |
|
Author: |
Baris Yuksel |
|
Age: |
18 |
|
Country: |
Turkey |
|
| Class: |
MiniUrl short URL dynamic |
 |
|
Description: |
Create and redirect URL shortcuts |
|
Author: |
Igor Herson Aquino de França |
|
Age: |
25 |
|
Country: |
Brazil |
|
| Class: |
Threading |
 |
|
Description: |
Create parallel processes with the PHP CLI program |
|
Author: |
Alex B. Snet |
|
Age: |
19 |
|
Country: |
Russian Federation |
|
| Class: |
Spell Corrector |
 |
|
Description: |
Suggest corrected spelling text in pure PHP |
|
Author: |
Felipe Ribeiro |
|
Age: |
23 |
|
Country: |
Brazil |
|
| Class: |
Alexa |
![Picture of Sergey [YS.PRO] Picture of Sergey [YS.PRO]](http://files.phpclasses.org/picture/user/503684.jpg) |
|
Description: |
Get site ranking information from Alexa site |
|
Author: |
Sergey [YS.PRO] |
|
Age: |
21 |
|
Country: |
Belarus |
|
| Class: |
JavaScript PHP Documentor |
 |
|
Description: |
Generate documentation for Javascript scripts |
|
Author: |
Rafael M. Salvioni |
|
Age: |
25 |
|
Country: |
Brazil |
|
| Class: |
Torrent RW |
 |
|
Description: |
Create and parse Torrent files |
|
Author: |
adrien gibrat |
|
Age: |
29 |
|
Country: |
France |
|
|
|
Contents
Contents
Contents
-
 |
| Author: |
Alexander Fleites |
| Date: |
2008-11-21 (1 day ago) |
| Groups: |
HTML, PHP 5, Content management |
| Description: |
This class can be used to generate bread crumb navigation links.
It keeps track of the list of pages browse by the user using a session array variable.
The class can display the browsed pages as links. The links separator text and CSS style are configurable. |
|
-
 |
| Author: |
Nguyen Nhu Tuan |
| Date: |
2008-11-21 (1 day ago) |
| Groups: |
HTML, PHP 5, Databases |
| Description: |
This class can be used to display links to browse MySQL database query results.
It takes a given SQL SELECT query and generates HTML links or forms with select inputs to browse pages on which the query results are display with a given limit of records per page.
The presentation of the links or form inputs is configurable using CSS styles. |
|
-
 |
| Author: |
gabe |
| Date: |
2008-11-20 (2 days ago) |
| Groups: |
Email, Networking, Validation |
| Description: |
This class can be used to validate an e-mail address checking with a SMTP server.
It can connect to the SMTP server that is responsible for taking messages for a given e-mail address domain.
The class checks whether the SMTP server would accept a message sent to the specified e-mail address from another given e-mail addresses. |
|
-
 |
| Author: |
Vladimir |
| Date: |
2008-11-20 (2 days ago) |
| Groups: |
HTTP |
| Description: |
This class can be used to retrieve information about the user browser.
It can check the HTTP request variables to determine details like the IP address of the machine used by the user access the Web server, the type of browser and operating system being used, etc..
The retrieved information is stored individual class variables. |
|
-
 |
| Author: |
Nuno Costa |
| Date: |
2008-11-19 (3 days ago) |
| Groups: |
Graphics |
| Description: |
This class can be used to perform image manipulation operations with the ImageMagick program.
It calls the ImageMagick program passing parameters to process several types of operations on image files.
Currently it can resize images, create thumbnails, darken or brighten images, adding watermarks, rotating, flipping, cropping, converting to grey scale and inverting the images. |
|
-
 |
| Author: |
Alex B. Snet |
| Date: |
2008-11-19 (3 days ago) |
| Groups: |
PHP 5, Console |
| Description: |
This class can be used to control the output of text to an ANSI console.
It can assemble control characters that can control aspects of different of formatting the output of text to consoles like background and foreground colors, character positioning, etc..
The class can also read formatted text or number from the console input. |
|
-
 |
| Author: |
Eren Ezgü |
| Date: |
2008-11-18 (4 days ago) |
| Groups: |
XML |
| Description: |
This class can be used to build an array with a XML document structure
It takes a XML document as a single text string and parses it to build a document structure as nested array.
The structure array is stored in a class variable.
|
|
-
 |
| Author: |
Andrey Nikishaev |
| Date: |
2008-11-18 (4 days ago) |
| Groups: |
HTML, PHP 5, Text processing |
| Description: |
This class can be used to convert Russian UTF-8 text to HTML entities.
It uses multi-byte string extension to convert the text to character codes and generates HTML entities for those characters. |
|
-
 |
| Author: |
Jordi Girones |
| Date: |
2008-11-17 (5 days ago) |
| Groups: |
HTML, PHP 5 |
| Description: |
This is a very simple class that can be used to include Javascript files in Web pages.
It can add one or more Javascript files to a Web page and generates link tags to insert in the page head section in order to use the Javascript files in the page. |
|
-
 |
| Author: |
Shawn McAllister |
| Date: |
2008-11-17 (5 days ago) |
| Groups: |
Libraries, Design Patterns |
| Description: |
This package is a framework that implements the MVC design pattern.
It works in such way that each URL directory of an application has its own module.
Each module is implemented by a class with a name based on the directory name. That class loads the view and action classes. |
|
-
 |
| Author: |
Vladimir Zurita |
| Date: |
2008-11-16 (6 days ago) |
| Groups: |
Databases |
| Description: |
This class can be used to to change MySQL table records from parameter lists.
It connects to a given MySQL database and can execute SQL INSERT, UPDATE, DELETE and DESCRIBE queries from parameters that specify the tables, fields and field values to use. |
|
-
 |
| Author: |
Mike Frank |
| Date: |
2008-11-16 (6 days ago) |
| Groups: |
HTML, PHP 5, Databases |
| Description: |
This class can be used to display data from an SQL database in a sortable HTML table.
It can execute a given SQL query and generate HTML and Javascript to display the data in an HTML table.
The table listing can be sorted by clicking on the column header titles.
Data grid tables can also be displayed using Ajax. |
|
-
 |
| Author: |
Jordi Girones |
| Date: |
2008-11-15 (7 days ago) |
| Groups: |
HTML, PHP 5 |
| Description: |
This is a very simple class that can be used to link CSS files to Web pages.
It can add one or more CSS files to a Web page and generates link tags to insert in the page head section in order to use the CSS files in the page. |
|
-
 |
| Author: |
Er. Rochak Chauhan |
| Date: |
2008-11-15 (7 days ago) |
| Groups: |
Utilities and Tools |
| Description: |
This class can be used to list the contents of directories in a Web page.
It can extract the list of directories and files and output the listing as an HTML table.
The directories are display as links to continue browsing their contents. The files are displayed as links to show their contents depending on the file type. |
|
Contents
Courtesy of SecuritySpace.com .
Category: Denial of Service
Category: Windows
Category: General
Category: Windows : Microsoft Bulletins
|
|
Contents
|