Category Archives: Classes

array2form

Package:
array2form
Summary:
Generate HTML forms from input parameter lists
Groups:
HTML, PHP 5
Author:
Mark Berube
Description:
This class can be used to generate HTML forms from input parameter lists.

It takes an array of strings that contain multiple parameters for creating form inputs.

The input parameters are separated by the | character. The can define several types of values like the input type, label, name, size, etc..

The class can generate HTML for the whole form at once and display it as the current script output.


class.autoform.php

Package:
class.autoform.php
Summary:
Compose and display HTML forms
Groups:
HTML, PHP 5
Author:
Chetan Mendhe
Description:
This class can be used to compose and display HTML forms.

It can compose form pages sections and inputs and output the respective HTML.

Currently it can compose the page header, form start, inputs and form end. The composed form HTML is returned as single string.


Sort MD Array

Package:
Sort MD Array
Summary:
Sort bidimensional arrays
Groups:
Data types, PHP 5
Author:
Raj Trivedi
Description:
This class can be used to sort bidimensional arrays.

It takes as parameter an array with associative array entries.

The class can sort the array by the values of a given entry of the associative arrays. It can sort the array by either ascending or descending order.


TagCloud

Package:
TagCloud
Summary:
Generate a tag cloud from a list of links
Groups:
HTML, PHP 5
Author:
Narendra Pal Singh
Description:
This class can be used to generate a tag cloud from a list of links.

It takes a list of links with tag words and the respective letter sizes and generates HTML for all the links.

The links presentation can be configured with CSS.


Spider website

Package:
Spider website
Summary:
Crawl a site and retrieve the the URL of all links
Groups:
HTML, PHP 5, Searching
Author:
Karol Janyst
Description:
This class can be used to crawl a site and retrieve the the URL of all links.

It can retrieve a page of a site and follow all links recursively to retrieve all the site URLs.

The class can restrict the crawling to URLs with a given extension and avoids accessing pages listed in the site robots.txt file, or pages set with the no index or no follow meta tags.


Abdohoo Secure Login

Package:
Abdohoo Secure Login
Summary:
Authenticate users with records in a MySQL table
Groups:
Databases, User Management
Author:
Hassan Ishfaq
Description:
This class can be used to authenticate users with records in a MySQL table.

It can check if an user is already authenticated. If not, it can check the user name and password in a MySQL database table.

The class sets session variables if the user authenticates successfully.


Contacts importer

Package:
Contacts importer
Summary:
Import contacts from Web mail accounts
Groups:
PHP 5, Web services
Author:
Karol Janyst
Description:
This class can be used to import contacts from Web mail accounts.

It generates links to pages where the user can authenticate on either Gmail, Hotmail, MSN Windows Live or Yahoo.

Once the user authenticates, the user returns to a page with a script that calls the class so it receives request values that can be used to retrieve the contacts from the Web mail accounts using their Web service APIs.

You will need to create applications for Yahoo and Windows Live to obtain API keys and secret phrases. For Yahoo you need to get your application access to read address books in applications settings.


DOTS FastTax

Package:
DOTS FastTax
Summary:
Get tax rate information from DOTS FastTax
Groups:
Finances, PHP 5, Web services
Author:
Jonathan Nichols
Description:
This class can be used to get tax rate information from Service Objects DOTS FastTax.

It accesses the Service Objects DOTS FastTax Web service API server and sends HTTP SOAP requests to retrieve tax rate information for a given jurisdiction in the United States or Canada given its postal code.


uberVU php library

Live demo screenshot
Package:
uberVU php library
Summary:
Track conversation about URLs with uberVU service
Groups:
PHP 5, Social Networking, Web services
Author:
Dave Kinsella
Description:
This class can be used to track conversation about URLs with uberVU service.

It can access the uberVU Web service API server and send requests to execute several types of operations.

Currently it can add one or more URLs to be tracked and also get information about a previously added URL.


Powered by Gewgley