Tag Archiv: classes

Simple PHP Template Engine

Package:
Simple PHP Template Engine
Summary:
Template engine based on text replacement
Groups:
HTML, PHP 5, Template
Author:
Aleksandar Zivanovic
Description:
This class implements a template engine based on text replacement.

It can load a template file that contains marks to be replaced by parameter values.

The class can also replace the marks with HTML tags with optional parameter values.


Count Class

Package:
Count Class
Summary:
Keep track of site visitors in a MySQL database
Groups:
Databases, PHP 5, User Management
Author:
Kai Ming Choi
Description:
This package can be used to keep track of site visitors in a MySQL database.

It can store in a MySQL database table information about site visitors, which are distinguished by ther IP addresses.

This package can also return the count of the current online users.

It can also create the necessary MySQL database tables to store the user visitor information.


Ole File Cache

Package:
Ole File Cache
Summary:
Cache arbitrary data in files
Groups:
Cache, Files and Folders, PHP 5
Author:
Ole
Description:
This class can be used to cache arbitrary data in files.

It can check if a given cache file exist or it has not expired. If so, retrieved the cached data. Otherwise, it can store new data in the cache file.

The cache expiry time is configurable.


Site Message

Package:
Site Message
Summary:
Exchange messages between site users using MySQL
Groups:
Content management, Databases, PHP 5
Author:
John Wetsell
Description:
This package can be used to exchange messages between site users.

It is based on the package libSiteMessage originally written by Cornelius Bolten.

This version uses a MySQL database to store the user messages.


Meta Builder

Screenshot
Package:
Meta Builder
Summary:
Generate HTML from element definitions in an array
Groups:
AJAX, HTML, PHP 5
Author:
Thomas Shone
Description:
This package can be used to generate HTML from element definitions in an array.

It takes an array that describes properties of page elements and generates HTML that represents the described elements.

It provides several classes that can be used to generate HTML forms with AJAX based validation and grids that support sorting and pagination.

The presentation of the elements can be customized using CSS styles.


Database Synchronization

Package:
Database Synchronization
Summary:
Synchronize two MySQL databases
Groups:
Databases, Systems administration
Author:
rajani
Description:
This class can be used to synchronize two MySQL databases.

It can connect to two given MySQL database server hosts and query the table structure to determine if there are any differences.

The class can recreate any tables, fields and records that exist on the origin server but do not exist in the destination server.


youtube class

Package:
youtube class
Summary:
Retrieve information about videos in YouTube
Groups:
YouTube API implementation
Author:
Tiago Kinust Biage
Description:
This class can be used to retrieve information about videos in YouTube.

Classe para pegar informações de um vídeo do youtube e fazer busca.
Pega o thumb pequeno e o grande, tanto link quanto mostra a imagem.
Pega título, descrição, views, tempo e estrelas.
Mostra o player do youtube no tamanho desejado.


YouTube class

Package:
YouTube class
Summary:
Retrieve information about videos in YouTube
Groups:
PHP 5, Video, Web services
Author:
Tiago Kinust Biage
Description:
This class can be used to retrieve information about videos in YouTube.

It can send HTTP requests to YouTube Web services API server to retrieve information about a video given its URL in YouTube.

The class can also search and retrieve information about videos that match given keywords.

It can also generate HTML to embed the queried videos in Web page, as well display video thumbnails.

In Portuguese:

Classe para pegar informações de um vídeo do youtube e fazer busca.
Pega o thumb pequeno e o grande, tanto link quanto mostra a imagem.
Pega título, descrição, views, tempo e estrelas.
Mostra o player do youtube no tamanho desejado.


Zend PostgreSQL Adapter (without pdo_pgsql)

Package:
Zend PostgreSQL Adapter (without pdo_pgsql)
Summary:
Zend Framework DB Adapter to access PostgreSQL
Groups:
Databases, Libraries, PHP 5
Author:
Viktor Jenei
Description:
This package is a Zend Framework DB Adapter to access PostgreSQL.

It can access PostgreSQL databases with PgSQL PHP extension rather than using the PDO extension.


Powered by Gewgley