Package:
Summary:
MySQL database access wrapper
Groups:
Author:
Description:
This class implements a MySQL database access wrapper. It can:
- Establish MySQL database connection setting the preferred character encoding
- Execute SELECT, INSERT and UPDATE SQL queries from parameters that define tables, columns and values
- Retrieve query results into arrays or objects
- Retrieve the number columns in a query result
Package:
Summary:
Restrict the access to pages based on IP address
Groups:
Author:
Description:
This class can be used to restrict the access to pages based on IP address.
It can check if the IP address of the user computer and compares it to ranges of allowed and forbidden IP addresses.
If the IP address is not in the list of allowed addresses or is in the list in forbidden address, the class throws an exception.
The lists of allowed and forbidden addresses may be defined programmatically or read from a configuration file in XML format.
Package:
Summary:
Browse remote sites
Groups:
Author:
Description:
This class can be used to browse remote sites.
It can request the content of remote sites and show them as if it is content of the site serving the script.
The class rewrite URL of HTML page links so when the user clicks on them it makes the current site script access the respective remote page.
Package:
Summary:
Display a collapsible tree of links
Groups:
Author:
Description:
This class can be used to display a collapsible tree of links.
It can generate HTML and Javascript to display a nested tree of folder that may contain entries with link to given URLs.
Package:
Summary:
Implements the MVC design pattern
Groups:
Author:
Description:
This package implements the MVC design pattern.
It provides based model, view and controller class that should be derived to implement new applications.
Package:
Summary:
Send calls to XML-RPC servers
Groups:
Author:
Description:
This class can be used to send calls to XML-RPC servers.
It can send HTTP requests to a given XML-RPC server to call a function passing given parameters.
The class supports calling servers that require basic HTTP authentication.
Package:
Summary:
Display month calendars as HTML tables
Groups:
Author:
Description:
This class can be used to display month calendars as HTML tables.
It can generate HTML and JavaScript to display calendars for given months and years.
The class can display the current month day and any other special days in different way.
Package:
Summary:
Execute MySQL queries defined programmatically
Groups:
Author:
Description:
This package can be used to execute MySQL queries defined programmatically.
There is one class that can perform SELECT queries to retrieve information in several ways from a MySQL table.
Another can perform INSERT, UPDATE and DELETE queries to a given table.
In Portuguese:
Classe para facilitar a inclusões, alterações, exclusões, listas e para saber o valor de um registro especifico em tabelas Mysql.
Package:
Summary:
Execute MySQL queries defined programmatically
Groups:
Author:
Description:
Classe para facilitar a inclusões, alterações, exclusões, listas e para saber o valor de um registro especifico em tabelas Mysql.
Package:
Summary:
Convert URLs between absolute and relative paths
Groups:
Author:
Description:
This class can be used to convert URLs between absolute and relative paths.
It can take a relative path and determine the absolute URL of that path relative to another URL.
The class can also compute the relative path between two URLs.