Package:
Summary:
Process uploaded image files
Groups:
Author:
Description:
This class can be used to process uploaded image files.
It can traverse a list of uploaded files and move them to a destination directory.
The class can also process uploaded image files in GIF, JPEG and PNG format by performing resize operations and thumbnail image generation.
Package:
Summary:
Validate Serbian Unique Master Citizen numbers
Groups:
Author:
Description:
This class can be used to parse and validate Serbian Unique Master Citizen numbers.
It takes a Serbian citizen number and parse it to determine if it is valid and extract its components.
Package:
Summary:
Display the latest statuses of a Twitter user
Groups:
Author:
Description:
This class can be used to display the latest statuses of a Twitter user.
It can retrieve the RSS feed with the timeline of the latest statuses of a given user.
The class parses the RSS feed and display the status messages and their published dates.
Package:
Summary:
Detect when site users are Y!IM and chat SMS
Groups:
Author:
Description:
Many times site support may need to communicate with site users in real-time. With this class the site support technicians can determine if users are on Yahoo or MSN instant messenger and communicate through IM to do a variety of things such: as assist with online account problems, offer services or provide information.
Package:
Summary:
Determine if Yahoo or MSN users are online
Groups:
Author:
Description:
This package can be used to determine if Yahoo or MSN users are online.
It can query a MySQL database to retrieve a list of users to check.
It can also check whether the listed users are online either on Yahoo Messenger or MSN by sending HTTP requests to Web services API servers that return given user online status.
Package:
Summary:
Manage registrations and authenticate users
Groups:
Author:
Description:
This class can be used to manage registrations and authenticate users with records in a MySQL database.
It can perform several types of operations with registered users of a site.
Currently it can create or update registered user records, activate user accounts, reset passwords, authenticate an user and start a login session, and end a login session.
Package:
Summary:
Database abstraction layer for many databases
Groups:
Author:
Description:
This package is a database abstraction layer for many databases.
It provides a common interface for accessing many databases like: MySQL, MySQL using MySQLi, Oracle, PostgreSQL, Firebird, Microsoft SQL Server and Interbase.
The interface provides means to establish database connections, executing SQL queries, retrieving query results into arrays or objects, dropping tables or fields, checking if tables or fields exists, etc..
The main abstraction class can also display query results in a grid.
Package:
Summary:
Retrieve tracking information of Posten parcel
Groups:
Author:
Description:
This class can be used to retrieve tracking information of parcels sent via Norway Posten.
It can send an HTTP request to the Posten Web services API server to request tracking information for a given parcel shipment.
The class can retrieve the shipping details, as well the tracking events that were recorded so far.
Package:
Summary:
Determine the fees to ship postal parcel via Bring
Groups:
Author:
Description:
This class can be used to determine the fees to ship postal parcels via Bring in Norway.
It can send HTTP requests to the Bring Web services API to execute service operations.
Currently it can determine the shipping cost of a product given its dimensions, weight, origin and destination postal codes.
Package:
Summary:
Determine the fees to ship postal parcel via Bring
Groups:
Author:
Description:
This class can be used to determine the fees to ship postal parcels via Bring in Norway.
It can send HTTP requests to the Bring Web services API to execute service operations.
Currently it can determine the shipping cost of a product given its dimensions, weight, origin and destination postal codes.