| TOTAL: 165 Page: 1 of 9 |
|
Queue Theory - Axel Str
This class can be used to calculate several types of factors of the queue theory. It provides a generic queue abstract class and several concrete classes with different queue implementations. Currently it can calculate the following queue factors: Lambda, Mu, Rho, Po, Pn, Ls, Lq, Ws and Wq values of MM1, MM2 and MMC tails.


| Hits: | 175 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
Quick CSV import - Alexande
This class can be used to import data from CSV (Comma Separated Value) files into a given MySQL database table. It parses a given CSV file to extract the field names. Then it imports the data into the MySQL database using a LOAD DATA INFILE query to import the data in a much faster way than using SQL INSERT queries. If necessary, the class can also create the database table using the CSV file headers to retrieve the table field names.


| Hits: | 150 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
RC4PHP - Raul ION
This package is an OOP database abstraction layer for PHP 5.1 or greater. It provides an abstract classes to access database servers and traverse result sets.There are several implementation classes to access different types of databases: SQLite, MySQL, PostgreSQL and MSSQL. The classes provide functions to establish connections, execute queries, traverse result sets with pagination support, retrieve the list of databases, tables and fields. Any possible error is signaled by throwing excep


| Hits: | 184 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
Report in Table - Michel G
This class is meant to generate HTML reports using tables to present MySQL database query results. It can generate an HTML report table given an SQL statement to execute, a list of query columns to display and an optional URL format to generate automatic links to an eventual detail page of each table report row. The presentation of the report table can be configured setting predefined CSS styles.


| Hits: | 185 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
Report in Table - Michel G
This class is meant to generate HTML reports using tables to present MySQL database query results. It can generate an HTML report table given an SQL statement to execute, a list of query columns to display and an optional URL format to generate automatic links to an eventual detail page of each table report row. The presentation of the report table can be configured setting predefined CSS styles.


| Hits: | 160 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
Resize Image Text - matteo b
This class can create rescale a given image in 3 different configurable sizes. The scale factors of each of the 3 sizes is configurable. By default the scale factors are set to 80%, 60% and 20% of the original image size. Optionally, each of the rescaled images may have independent text description labels drawn at the bottom left corner of the images. The original image and the rescaled versions may be either in the GIF, PNG and JPEG formats. The comments of the class code are in Ita


| Hits: | 165 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
RSPA - sunish
RSPA stands for Really Simple PHP and AJAX. It is a framework with components for processing browser events on the server using AJAX to provide interaction between the browser and the server without page reloading. It can be used for calling PHP class functions from the browser side. It provides means to manipulate JavaScript objects on the browser page. It can be used to manipulate common HTML page elements. It also provides custom page elements such as labels and auto-complete inputs.


| Hits: | 133 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
RSS Generator - Julien P
This class can be used to generate a RSS feed compliant with the version 2.0 of RSS specification. The class is based on Paulius Lescinskas' Easy RSS class. It can generate a complete RSS 2.0 feed passing an array of item definition arrays. The item arrays describe item properties such as the title, link URL, description and publication date. The global properties of the feed can be set by assigning class variables with the same names. The supported feed properties are: the title, descr


| Hits: | 144 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
Semi-logarithmic Chart - Nasrim T
This class can be used to draw a semi-logarithmic chart from multiple data sets. It is most suited for drawing charts of data sets that have values that grow exponentially. It can render the linear data set scale horizontally and draw one or more lines from exponential data sets that grow vertically. The chart image is rendered in the PNG format and is displayed as the current script output. The data set labels and colors are configurable.


| Hits: | 161 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
Send messages via SMTP - Nic Stev
This package can be used to send e-mail messages via SMTP connections. There is one class that takes care of establishing a TCP socket connection to send and retrieve data through that socket. There is another class that establishes a connection with an SMTP server using the socket class. It can send a message an SMTP server from a given sender address to one or more recipient addresses. If necessary, the class can authenticate with a server that supports the LOGIN authentication mec


| Hits: | 224 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
Send WAP Push - nikita m
This class is meant to send WAP push messages using Clickatell Web services API. To use this class it is necessary to have a Clickatell account.


| Hits: | 128 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
Simple OO Database Class - Mario Mu
This class implements a simple database abstraction interface to access databases. It provides an abstract class that defined base methods to establish a database connection to a MySQL database. It also provides an implementation class that extends the base abstract class and implements functions to executing MySQL database queries and retrieve query results in arrays.


| Hits: | 138 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
Simple SQL PHP 5 - Paul Wil
This is PHP 5 version of a previously released MySQL database wrapper class. It has many features that will simplify database tasks of executing SQL queries and retrieving its results. The main feature functions include: fetch_col, fetch_row, fetch_search, fetch, insert, update, delete. Simple SQL PHP 5 also provides extensive logging features. Optionally it can log every event or error to a session in a text file. It may also serialize the whole log data array. The log file can later o


| Hits: | 128 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
Simplest Hash - Julien P
This class can be used to generate and verify unique hash values. It can be used to prevent that a form is submitted twice or a link be followed more than once. It generates a random hash value and store it in a MySQL database table. It assures that the hash is unique among all stored hash values. It can make the hash value be valid for a limited period of time and not be used more than a given limit of times.


| Hits: | 95 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
Simplest Template - Julien P
This class implements a template engine based on simple text replacing. It can read a template from a given file and replace specified placeholder marks by given text values. It may also replace predefined placeholder marks for HTML page CSS file, page header, page body and page footer, by values assigned to specific class variables. The processed template is returned a text string value.


| Hits: | 104 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
SIN/NAS Validator - Ian Lord
This is a simple class that can validate a canadian social insurance number. In French: Cette classe n'est pas vraiment utile sauf pour la fonction validate qui permet de valider un numéro d'assurance sociale à partir de l'algorithme de validation.


| Hits: | 157 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
Small MySQL Connection - Duy A. N
This class is a very simple wrapper to access to MySQL databases. It can: - Establish database connections - Execute manipulation queries and return the number of affected table rows - Execute an SQL SELECT queries and return the result set data in a bi-dimensional array - Execute an SQL SELECT query and return a single value if the results just contain one row and one column - Execute an SQL SELECT query just to count the number of result set rows - Display the error message in the c


| Hits: | 80 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
Smart Pagination - Marcelo
This class can be used to generate navigation links to browse listings of entries split in multiple pages. The class takes as parameters the total number of listing entries, the limit of entries to display per page and the number of the current page to display. It generates an header displaying the range of entries being displayed in the current page and list of links to each of the listing pages. The listing words and the class comments are in Portuguese.


| Hits: | 103 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
Sniff Response - Grant Ro
This class can be used to detect the user browser type and its category based on expected capabilities. The class analyzes the user agent string and depending on the detected browser type it can assign to one of 4 groups: not OK, just OK, modern, and unknown. The browser name and version is also detected. This class can help generating pages according to the detected browser capabilities, like for instance: outputting warnings, generating crude HTML that is browser independent, etc.


| Hits: | 94 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |
Soap Discovery - Braulio
PHP 5 provides an extension to provide built-in support for implementing Web services with SOAP, but it does not generate Web Services descriptions in WDSL to let SOAP clients discover how to use the available Web services. This class generates WSDL using the reflection API of PHP 5 to reverse engineer the class definitions. It only generates RPC WSDL, not Document WSDL. It has been tested sharing a HelloWorld PHP class with .NET client and worked successfully.


| Hits: | 116 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-14 |