Package:
Summary:
Get geographic location of a given IP address
Groups:
Author:
Description:
This class can be used to get geographic location of a given IP address.
It sends a request to a Web server of this package author to retrieve details about a given IP address.
Currently in can obtain geographic details about the location of the computer with the IP address, such as: country name, country code, region, city, postal code, latitude, longitude, area code, etc..
Package:
Summary:
Split a string in parts separated by characters
Groups:
Author:
Description:
This class can be used to split a string in parts separated by characters.
It takes a string and a list of characters and splits the string when it finds the given separator characters.
The class returns each part of the split string at a time.
Package:
Summary:
MySQL database abstraction package
Groups:
Author:
Description:
This package is implements a MySQL database abstraction package. It can:
- Establish connections to a given MySQL host
- Execute SQL queries
- Retrieve results into objects and array
- Retrieve the length of the column fields
- Retrieve the number rows affected by a query
- Determine the highest value of a table id field
Package:
Summary:
Display HTML form fields
Groups:
Author:
Description:
This class can be used to display HTML form fields.
It can generate HTML to display several types of form fields.
Currently it can generate form fields of types: text, textarea, select, checkbox and radio.
Package:
Summary:
Process payments using the Transfirst ePay API
Groups:
Author:
Description:
This class can be used to process payments using the TransFirst ePay Web services API.
It can send HTTP requests to the TransFirst Web services server to verify a given credit card and then settle a given payment.
Package:
Summary:
Display a menu of links read from a XML file
Groups:
Author:
Description:
This class can be used to display a menu of links read from a XML file.
It can parse a XML file and extracts the names and the URLs of the links in the menu.
The class generates a list of HTML links which is returned as a single string.
Package:
Summary:
Access a Twitter account on behalf of a given user
Groups:
Author:
Description:
This package can be used to access a Twitter account on behalf of a given user.
It can access the Twitter Web services API using oAuth to act on behalf of a given user.
Currently it can execute several types of operations with the given account like: updating the status, send a direct message or follow another user, and retrieve the details of an user.