Package:
Summary:
Generate thumbnails and add watermarks to images
Groups:
Author:
Description:
This package can be used to generate thumbnails and add watermarks to images.
It can open an image in GIF, JPEG or PNG format and creates a thumbnail image with a given limit width and height stores the resized image in a thumbnails directory.
It can also apply a watermark image and a text to mark a given image.
Package:
Summary:
Manipulate configuration values in INI files
Groups:
Author:
Description:
This class can be used to manipulate configuration values in INI files.
It can read and parse a given INI file and extract the sections and configuration values.
The class can also add or modify given configuration values, as well delete certain sections or values. The modifications can be saved back to the INI file.
Package:
Summary:
Display data listings in an HTML table
Groups:
Author:
Description:
This class can be used to display data listings in an HTML table.
It can add the columns of the table to be displayed and generates HTML to display the table with the specified listing data.
Package:
Summary:
Search for file in a directory
Groups:
Author:
Description:
This class can be used to search for a file in a directory.
It can traverse recursively a given directory and exits when it finds a file with a given file name pattern.
Package:
Summary:
Calculate a World of Warcraft character GearScore
Groups:
Author:
Description:
This class can be used to calculate a World of Warcraft character GearScore.
It sends a request to World of Warcraft Armory site to retrieve the items and class ofa given character and then the class calculates the caracter GearScore.
Package:
Summary:
Calculate a World of Warcraft character Gear Score
Groups:
Author:
Description:
This class can be used to calculate a World of Warcraft character Gear Score.
It sends a request to World of Warcraft Armory site to retrieve the items and class of a given character and then the class calculates the character Gear Score.
Package:
Summary:
Create and manage user records in a MySQL database
Groups:
Author:
Description:
This package can be used to create and manage user records in a MySQL database.
It can perform several types of operations on users with information stored in a MySQL database, like: adding a new user, verify the login and password of an user, check if an user exist with a given e-mail address, update and retrieve user information and activate an user account.
Package:
Summary:
Create and manage user records in a MySQL database
Groups:
Author:
Description:
This package can be used to create and manage user records in a MySQL database.
Package:
Summary:
Display HTML table from array of data
Groups:
Author:
Description:
This class can be used to display HTML table from array of data.
It generates an HTML table using data from a bi-dimensional array with data that defines the contents of table cells.
The class may also generate HTML and JavaScript code that uses the jQuery library to make the generated table show or hide using a slide effect when the user clicks on the table title.
Package:
Summary:
Access remote servers using TCP sockets
Groups:
Author:
Description:
This class can be used to access remote servers using sockets.
It can create a socket and establish a TCP connection to a remote server.
The class can also send and receive data from the remote server and close the connection when done.