|
|
Contents
Contents
-
| Posted on: |
2008-11-30 |
| Summary: |
The PHPClasses site provides dedicated forums that now allow any PHP developers to post questions about difficult problems that he is having. These forums are frequented by skilled PHP developers that are willing to help by providing good solutions or suggestions to solve those problems. |
-
| 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 Felipe Ribeiro!
|
Nominees to win the award of November of 2008
| Class: |
SQL Parse Convert to Tree Array |
 |
|
Description: |
Build a tree to represent an SQL query |
|
Author: |
François NEUMANN-RYSTOW |
|
Age: |
28 |
|
Country: |
France |
|
| Class: |
Bluetrait |
 |
|
Description: |
A multi-user blog system |
|
Author: |
Michael Dale |
|
Age: |
22 |
|
Country: |
Australia |
|
| Class: |
Open Inviter |
 |
|
Description: |
Get contacts of friends of different networks |
|
Author: |
Open Inviter |
|
Age: |
??? |
|
Country: |
United States |
|
| Class: |
pl2method |
 |
|
Description: |
Execute PgSQL stored procedures as class functions |
|
Author: |
Ivo Nascimento |
|
Age: |
29 |
|
Country: |
Brazil |
|
| Class: |
Flood Assassin |
 |
|
Description: |
Check whether a message can be spam |
|
Author: |
Benjamin Falk |
|
Age: |
18 |
|
Country: |
Austria |
|
| Class: |
Console |
 |
|
Description: |
Control output of text to an ANSI console |
|
Author: |
Alex B. Snet |
|
Age: |
19 |
|
Country: |
Russian Federation |
|
|
|
Contents
Contents
Contents
-
 |
| Author: |
Tomasz Malewski |
| Date: |
2008-12-01 (1 day ago) |
| Groups: |
Networking |
| Description: |
This class can be used use to analyze the local network.
It can use several tools to perform several types of network analysis operations:
- Ping a given IP address using nmap command
- Get the MAC address of a network card with a given IP address using arping command
- Get the IP address from a host name and vice-versa using host command
- Discover the IP addresses of hosts within a given subnet using nmap command
- Scan accessible ports of a machine with a given IP address using nmap command |
|
-
 |
| Author: |
Md. Mahmud Ahsan |
| Date: |
2008-12-01 (1 day ago) |
| Groups: |
Email, PHP 5, Web services, Social Networking |
| Description: |
This class can be used to send e-mail and notifications to Facebook users.
It uses the Facebook API class to access Facebook Web services server to request sending e-mail or notifications to one or more Facebook users.
The class can also display some statistics about the messages sent. |
|
-
 |
| Author: |
solomongaby |
| Date: |
2008-11-30 (2 days ago) |
| Groups: |
Email, PHP 5, Files and Folders, Logging |
| Description: |
This class can be used to log information to files and also send by e-mail.
It takes an array or object with information to be logged and generates a text string that is appended to a log file.
The class can also send an e-mail message to a given address with the log information. |
|
-
 |
| Author: |
evolution |
| Date: |
2008-11-30 (2 days ago) |
| Groups: |
PHP 5, Files and Folders, Video |
| Description: |
This class can be used to download videos from YouTube.
It takes the URL of the page of a video in YouTube and determines the URL of the Flash video stream .
The class can also download the video stream to a file. |
|
-
 |
| Author: |
Md. Kausar Alam |
| Date: |
2008-11-29 (3 days ago) |
| Groups: |
PHP 5, Databases, Files and Folders |
| Description: |
This clss can be used to import data from CSV files into a MySQL database.
It can open a CSV file and read its data to insert in a given MySQL database table.
The class supports both tab and comma separated CSV files. |
|
-
 |
| Author: |
Rubens Takiguti Ribeiro |
| Date: |
2008-11-29 (3 days ago) |
| Groups: |
PHP 5, Text processing |
| Description: |
This class can be used to encoding and decoding data in ASCII85 encoding.
It can take a string of data and encode it in the ASCII85 encoding format.
The class can also do the opposite, i.e. decode data encoded in the ASCII85 encoding format.
It supports basic ASCII implementation, as well the Adobe and BTOA variations. |
|
-
 |
| Author: |
Ahmed |
| Date: |
2008-11-28 (4 days ago) |
| Groups: |
PHP 5, Databases |
| Description: |
This class can be used to execute MySQL database queries.
It can access a MySQL database and execute SQL queries retrieving the results into arrays in a single call.
The class can also show links to browse the query results split among multiple pages.
It can also execute INSERT and UPDATE queries for lists of parameters. |
|
-
 |
| Author: |
freak |
| Date: |
2008-11-28 (4 days ago) |
| Groups: |
PHP 5, Math |
| Description: |
This is a simple class that can be used to generate random numbers.
It can generate random numbers within a given range.
The generated numbers can be integer or floating point. |
|
-
 |
| Author: |
milootooloo |
| Date: |
2008-11-27 (5 days ago) |
| Groups: |
PHP 5, Databases, Design Patterns |
| Description: |
This class can be used to store and retrieve objects from MySQL database tables.
It is a base class that should be extended by a class that specifies the table name and other details that define how to store and retrieve objects in the given table.
The base class can check the variables that changed to learn which table fields should be set when inserting or updating a new object in the table.
It can also retrieve an objects given the identifiers or a search condition, as well delete a loaded object. |
|
-
 |
| Author: |
Ersin Güvenç |
| Date: |
2008-11-27 (5 days ago) |
| Groups: |
PHP 5, Conversion, Math |
| Description: |
This class can be used to convert byte counts into KB, MB, GB, TB, etc..
It takes a byte count number and a given format either in KB, MB, GB, TB, etc., and converts the value to other formats. |
|
-
 |
| Author: |
Reynier Blanco |
| Date: |
2008-11-26 (6 days ago) |
| Groups: |
PHP 5, Templates |
| Description: |
This package implements a template engine based on block replacing.
It can process a template with blocks delimited by named marks.
The class supports several types of blocks that represent template variables to be replaced, nested blocks, iterative blocks and blocks defined in separate template files.
The processed template data is returned as a string. |
|
-
 |
| Author: |
Zsolt Munoz |
| Date: |
2008-11-26 (6 days ago) |
| Groups: |
XML, PHP 5, Databases, Windows |
| Description: |
This class can be used to execute database queries built programmatically using ADO objects.
It connects to a database given connection definitions from a XML file.
The class can execute SQL queries built from parameters defined programmatically using class calls to specify the query tables, fields, conditions, etc.. |
|
-
 |
| Author: |
GOsha |
| Date: |
2008-11-25 (7 days ago) |
| Groups: |
XML |
| Description: |
This class can be used to parse XML documents.
It parses a XML document passed as string and builds a nested array with document structure.
The class returns the whole array with the XML document structure. |
|
-
 |
| Author: |
Keizer |
| Date: |
2008-11-25 (7 days ago) |
| Groups: |
HTML, PHP 5, Games |
| Description: |
This is a very small class that can be used to generate Sudoku gamepuzzles.
It generates arrays in a recursive manner that define cells with random numbers.
The class can also generate HTML for displaying the puzzle. |
|
Contents
-
 |
| Category: |
Sales and marketing books |
| Authors: |
W. Chan Kim, Renée Mauborgne |
| Publisher: |
Harvard Business School |
| Reviewer: |
Manuel Lemos |
| Date: |
2008-11-25 11:21:30 (7 days ago) |
|
Contents
Contents
|