|
|
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: |
gabe |
| Date: |
2008-11-20 (1 day 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 (1 day 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 (2 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 (2 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 (3 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 (3 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 (4 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 (4 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 (5 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 (5 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 (6 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 (6 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. |
|
-
 |
| Author: |
maaskaas |
| Date: |
2008-11-14 (7 days ago) |
| Groups: |
PHP 5, Files and Folders, Logging |
| Description: |
This class can be used to watch log files to return newly added lines like the Linux/UNIX tail -f command.
It opens an existing log file and seeks to the end of the file.
The class checks whether any new lines are added. If a new line is added it is returned immediately. Otherwise it waits for a configurable time interval before it checks again whether the log file was updated. |
|
-
 |
| Author: |
Andrey Nikishaev |
| Date: |
2008-11-14 (7 days ago) |
| Groups: |
PHP 5, Databases, Searching |
| Description: |
This class can be used to compose SQL queries to perform database relevant searches.
It can add tables, table fields, join tables and fields and search conditions.
The class can assemble the SQL query that is returned as a single string ready to be executed. |
|
Contents
|