Archive for the ‘Classes’ Category

TreeView

Wednesday, July 28th, 2010

Package:
TreeView
Summary:
Display a collapsible tree of links
Groups:
HTML, PHP 5
Author:
Michael J. Fuhrman
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.


Tags: ,
Posted in Classes | No Comments »

Lightweight MVC

Wednesday, July 28th, 2010

Package:
Lightweight MVC
Summary:
Implements the MVC design pattern
Groups:
Design Patterns, Libraries, PHP 5
Author:
martin barker
Description:
This package implements the MVC design pattern.

It provides based model, view and controller class that should be derived to implement new applications.


Tags: ,
Posted in Classes | No Comments »

XML-RPC Client

Tuesday, July 27th, 2010

Package:
XML-RPC Client
Summary:
Send calls to XML-RPC servers
Groups:
PHP 5, Web services
Author:
Henrik Hofmeister
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.


Tags: ,
Posted in Classes | No Comments »

My special calendar

Tuesday, July 27th, 2010

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.


Tags: ,
Posted in Classes | No Comments »

Mysql Class TKB

Monday, July 26th, 2010

Package:
Mysql Class TKB
Summary:
Execute MySQL queries defined programmatically
Groups:
Databases
Author:
Tiago Kinust Biage
Description:
Classe para facilitar a inclusões, alterações, exclusões, listas e para saber o valor de um registro especifico em tabelas Mysql.


Tags: ,
Posted in Classes | No Comments »

MySQL Class TKB

Monday, July 26th, 2010

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.


Tags: ,
Posted in Classes | No Comments »

Link converter

Monday, July 26th, 2010

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.


Tags: ,
Posted in Classes | No Comments »

Simple JSON DB

Sunday, July 25th, 2010

Package:
Simple JSON DB
Summary:
Store and retrieve data from files in JSON format
Groups:
Data types, Files and Folders, PHP 5
Author:
Gustavo de Arruda Paes
Description:
This class can be used to store and retrieve data from files in JSON format.

It can set one or more key-value pairs and save all the values to a file serializing in JSON format.

The class can also open a previously saved file and read the saved values into a class array variable.

The comments in the class are in Portuguese.

In Portuguese:

Leia e escreva arquivos do tipo JSON. Com essa classe você pode criar um simples banco de dados com arquivos em disco.


Tags: ,
Posted in Classes | No Comments »

PHP MySQL Connection Class

Sunday, July 25th, 2010

Package:
PHP MySQL Connection Class
Summary:
Access MySQL databases
Groups:
Databases
Author:
Saeid Yazdani
Description:
This class can be used to access MySQL databases. It can:

- Establish MySQL database server connections
- Execute SQL queries and return the results in arrays
- Count the number of records in tables
- Execute queries to retrieve a single value or multiple values
- Get the list of tables
- Get the SQL definition and record data for recreating a table
- Generate dump with SQL statements to recreate a database


Tags: ,
Posted in Classes | No Comments »

cBancoDados

Saturday, July 24th, 2010

Package:
cBancoDados
Summary:
Establish conections to a MySQL database server
Groups:
Databases
Author:
Leandro Prudente
Description:
This is a very simple class that can establish conections to a MySQL database server.

It can open a connection to a given MySQL server to become the default database connection.

The class can also select the current database and close the database connection.

In Portuguese:

Classe para conexão de banco de dados MySQL com PHP orientado a objetos.
Com esta classe retiramos todo o SQL das páginas.


Tags: ,
Posted in Classes | No Comments »