Package:
Summary:
Manipulate content of a site in Webs.com
Groups:
Author:
Description:
This class can be used to manipulate content of a site in Webs.com.
It can sent HTTP requests to the Webs.com Web services API to perform several types of content manipulation operations on behalf of an authorized user.
Currently it can: list site pages, add page content, add an album photo, add blog entry, list files, get file information, upload file and rename file.
Package:
Summary:
Retrieve PlayStation network trophy data
Groups:
Author:
Description:
This class can be used to retrieve PlayStation network trophy data.
It can retrieve the PlayStation network trophy data page for player with a given user name.
The class can parse the page and extract the player level, progress, and trophies either in Platinum, Gold, Silver or Bronze.
Package:
Summary:
Receive and reply to Web services requests
Groups:
Author:
Description:
This class can be used to receive and reply to Web services requests.
It can parse the request in a custom XML format for a Web service call passed by a client via Web.
The Web service function call and parameters are stored in class variables.
The class may also generate XML for the response to be returned to the client.
Package:
Summary:
Shows random image or Flash banners from a list
Groups:
Author:
Description:
This class can be used to show random image or Flash banners from a list.
It can add to a list one or more image or Flash banners given the banner Flash or image URL, and the click destination URL in case of the image banner.
The class picks one of the banners randomly and generates the necessary HTML to display the banner in a Web page.
Package:
Summary:
Measure the time of script execution
Groups:
Author:
Description:
Stoper - class is used to measure the time of script execution
Package:
Summary:
Measure time script execution time
Groups:
Author:
Description:
This class can be used to measure time script execution time.
It can start measuring time by taking note of the current time in microseconds.
The class can also take not of the end time and display the different since it started.
The code and comments are in Polish.
Package:
Summary:
Store and retrieved encrypted values in cookies
Groups:
Author:
Description:
This class can be used to store and retrieved encrypted values in cookies.
It can set values for a group of variables and store an encrypted version in an cookie with a given name.
The class can also do the opposite, i.e. decrypt cookie value and retrieve the original values.
Package:
Summary:
Validate submitted form values
Groups:
Author:
Description:
This class can be used to validate submitted form values.
It can validate given values as alphanumeric strings, dates, hexadecimal values, e-mail addresses and length limited passwords.
Package:
Summary:
Framework that implements MVC design pattern
Groups:
Author:
Description:
This package is a framework that implements MVC design pattern.
It provides a base loader class that routes actions, a base controller class, a base view class, and a configuration class that parses INI files.
Package:
Summary:
Display, validate and process HTML forms
Groups:
Author:
Description:
This class can be used to display, validate and process HTML forms.
It can generate HTML and JavaScript to display and validate forms on the browser side.
The class may also validate the forms according to several rules on the server side with the PHP code of the class itself.
The the form is valid it can save the submitted values to a records of MySQL databases, or others supported by PEAR DB or MDB2 .
The submitted form values can also be sent by e-mail to a given address.