Tag Archiv: classes

Display code

screenshot example
Package:
Display code
Summary:
Display source code files highlighted
Groups:
Files and Folders, HTML
Author:
anthony Huebers
Description:
This class can be used to display source code files highlighted.

It can traverse a given directory recursively and display all source code files with names that have one of a given list of file name extensions.

The PHP code files are highlighted according to the PHP syntax.

The class may also generate a table of contents to display links to the page section that list the respective highlighted files.


My Tweets

Package:
My Tweets
Summary:
Retrieve the statuses of a given Twitter user
Groups:
PHP 5, Social Networking, Web services, XML
Author:
german gomez bajo
Description:
This class can be used to retrieve the statuses of a given Twitter user.

It retrieves the XML feed of the time line of a Twitter user and parses it to retrieve the details of each status.

The class returns an array with statuses details like text, URL, date, image URL and the user screen name.


Exclamation

confirmation dialog
Package:
Exclamation
Summary:
Display dialog boxes to ask users for confirmation
Groups:
HTML, PHP 5
Author:
pujie
Description:
This class can be used to display dialog boxes to ask users for confirmation.

It can generate HTML with form buttons to ask the user to confirm or cancel an action.

The names and values to be passed when the user confirms or cancel the action are configurable.


Crutch Cache

Package:
Crutch Cache
Summary:
Store variable values in cache files
Groups:
Cache, Files and Folders, PHP 5
Author:
Lawondyss
Description:
This class can be used to store variable values in cache files.

It can open a given cache file to retrieve values of variables if the file exists.

The class can set an arbitrary number of variable values which are saved to the cache file as a serialized array when the object is destructed.


lib_word

Package:
lib_word
Summary:
Manipulate Microsoft Word documents using COM
Groups:
Files and Folders, PHP 5, Windows
Author:
Sebastian Zdrojewski
Description:
This class can be used to manipulate Microsoft Word documents using COM objects.

It can instantiate a COM object to open a Microsoft Word document file with a given path.

The class can also perform other document manipulation actions like changing the values of document fields, setting the file saving format, like for instance PDF, and save the document with a given file name.


Autenticacao

Package:
Autenticacao
Summary:
Manage and authenticate users in a MySQL database
Groups:
Databases, User Management
Author:
Giancarlo Gil Ottaviani Raduan
Description:
This class can be used to manage and authenticate users with records stored in a MySQL database.

It can query the MySQL database using the ADODB package to create or delete user records. The user passwords may be stored as MD5 or SHA1 hashes.

In Portuguese:

Script feito para uma simples autenticação usando AdoDB / PHP e MySQL.

Possui funções que permitem:
- Adicionar Usuários;
- Remover Usuários;
- Buscar Informações da Sessão;

Utiliza uma camada de segurança baseada em inclusão e consulta do Session_ID e retorna o usuário autenticado ou rejeita o acesso.

Fácil de se implementar com Smarty;
Todos as colunas e tabelas do MySQL são personalizaveis;
Pode-se optar por não criptografar, ou usar MD5 / Sha1;


HTML 5 video and audio converter class

Package:
HTML 5 video and audio converter class
Summary:
Convert video or audio files to OGG format
Groups:
Audio, Files and Folders, Video, Windows
Author:
Usman Didi Khamdani
Description:
This class can be used to convert video or audio files to OGG format.

It takes an uploaded audio or video file and passes it to the ffmpeg2theora program, so it can be converted to the OGG format.


Error Logger Class

Package:
Error Logger Class
Summary:
Log error messages to files
Groups:
Files and Folders, Logging, PHP 5
Author:
mohammadjafar mashhadi
Description:
This class can be used to log error messages to files.

It can write error messages of several types to a given log file appending the messages to the file end.

The class may also output the error message to the current page or trigger a PHP error.


HTML to Array

Package:
HTML to Array
Summary:
Parse and traverse HTML documents with DOM
Groups:
HTML, PHP 5
Author:
Shweta
Description:
This package can be used to parse and traverse HTML documents with is own implementation of a DOM interface.

The main class provides a DOM like API to parse and traverse the structure of an HTML document.

The document nodes may be changed and the document may be saved back to HTML.


EPS_Cybersource

Package:
EPS_Cybersource
Summary:
Process credit card payments via Cybersource
Groups:
E-Commerce, PHP 5, Web services
Author:
David Passey
Description:
This class can be used to process credit card payments via Cybersource.

It can send HTTP requests to Cybersource SOAP Web services API server to perform several types of operations to process credit card payments.

Currently it can request a payment authorization, capture the result of a payment request and request the reversal of a previous payment request.


Powered by Gewgley