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 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:
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:
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.
Package:
Summary:
Access different types of SQL database
Groups:
Author:
Description:
This package implements a database abstraction layer that provides the same interface to access different types of SQL databases.
There is a factory class that can create a instance of database access class specialized in access one of the several supported types of SQL databases.
Each database access class extends a configuration class and implements the same interface that provides functionality for establishing database connections, manage transactions, execute SQL queries, retrieve query results into arrays or objects and retrieve the number of affected rows or the last inserted row identifier.
Currently it provides classes for accessing MySQL, PostgreSQL and Oracle.