Package:
Summary:
Send log messages to files or e-mail
Groups:
Author:
Description:
This class can be used to send log messages to files or e-mail.
It can send given log messages to log files or to a given e-mail address depending on the log level.
The log messages are prefixed by the current date and time and the application name.
Package:
Summary:
Validate form values according to several rules
Groups:
Author:
Description:
This class can be used to validate form values according to several rules.
It can check field values of forms submitted using the POST method and perform several types of validation.
Invalid values are associated to given error messages.
Currently it can validate field values with rules: has alphanumeric characters, is a date or time, is an e-mail, has only numbers, has an exact or minimum length, is different from another field, is not empty, is a phone number, is an URL, or is an social security number.
It may also clean values to prevent cross-site scripting attacks.
Package:
Summary:
Validate a list of e-mail addresses from a file
Groups:
Author:
Description:
This class can be used to validate a list of e-mail addresses from a file.
It can import a list of e-mail addresses from a given text file.
The class can validate the e-mail addresses discarding those with invalid syntax or are duplicated.
The filtered list of e-mail addresses is returned as an array.
Package:
Summary:
Display a multi-level collapsible tree menu
Groups:
Author:
Description:
This class can be used to display a multi-level collapsible tree menu.
Package:
Summary:
Display a multi-level collapsible tree menu
Groups:
Author:
Description:
This class can be used to display a multi-level collapsible tree menu.
It can add items to menu objects specifying their label texts and icons. Menu items can have sub-menus.
The class can generate the necessary HTML and Javascript to display the defined collapsible menus.
Package:
Summary:
Retrieve contacts of Zyb.com users
Groups:
Author:
Description:
This class can be used to retrieve contacts of Zyb.com users.
It can send an HTTP request to the Zyb.com Web services API server to execute a command to retrieve the user contacts.
The class parses the response and returns it as an array.