Tag Archiv: classes

DP_Access_MySQL_database

Package:
DP_Access_MySQL_database
Summary:
MySQL database access wrapper
Groups:
Databases, PHP 5
Author:
Dmitriy Bulgar
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


Firewall Protection

Package:
Firewall Protection
Summary:
Restrict the access to pages based on IP address
Groups:
HTTP, PHP 5, Security
Author:
Petter Kjelkenes
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.


Router

Initial page where user will start
Package:
Router
Summary:
Browse remote sites
Groups:
HTML, HTTP, PHP 5
Author:
vijay3000
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.


My special calendar

special-calendar
Package:
My special calendar
Summary:
Display month calendars as HTML tables
Groups:
HTML, PHP 5, Time and Date
Author:
liaoxiaoqing
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.


MySQL Class TKB

Package:
MySQL Class TKB
Summary:
Execute MySQL queries defined programmatically
Groups:
Databases, PHP 5
Author:
Tiago Kinust Biage
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.


Link converter

Package:
Link converter
Summary:
Convert URLs between absolute and relative paths
Groups:
PHP 5, Text processing
Author:
Patricio Cardó
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.


Powered by Gewgley