Package:
Summary:
Insert data into a MySQL database table
Groups:
Author:
Description:
This is a very simple class that can be used to insert data into a MySQL database table.
It takes an array of fields and values and executes a MySQL query to insert the values in a given MySQL table record.
Package:
Summary:
Template engine based on text replacement
Groups:
Author:
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.
Package:
Summary:
Keep track of site visitors in a MySQL database
Groups:
Author:
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.
Package:
Summary:
Cache arbitrary data in files
Groups:
Author:
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.
Package:
Summary:
Exchange messages between site users using MySQL
Groups:
Author:
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.
Package:
Summary:
Generate HTML from element definitions in an array
Groups:
Author:
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.
Package:
Summary:
Synchronize two MySQL databases
Groups:
Author:
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.
Package:
Summary:
Retrieve information about videos in YouTube
Groups:
Author:
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.
Package:
Summary:
Retrieve information about videos in YouTube
Groups:
Author:
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.
Package:
Summary:
Zend Framework DB Adapter to access PostgreSQL
Groups:
Author:
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.