Category Archives: Classes

ZIP client

Package:
ZIP client
Summary:
Submit ZIP archives to Produce and Publish servers
Groups:
PHP 5, Web services
Author:
Andreas Jung
Description:
This class can be used to send ZIP archives to Produce and Publish servers.

It can create ZIP archives of all the files to publish in a given directory.

The class can send XML-RPC requests to submit the archives to a given Produce an Publish server.


MySQL DB Handler

Package:
MySQL DB Handler
Summary:
Execute MySQL database queries
Groups:
Databases, PHP 5
Author:
Peter Pivarc
Description:
This class can be used to execute Oracle database queries.

It can establish a connection to a MySQL server and execute queries.

The class can execute SELECT, INSERT, UPDATE and DELETE queries.

It can log the database access errors to a file.


Util

Package:
Util
Summary:
Manipulate dates, HTML and text strings
Groups:
HTML, PHP 5, Text processing, Time and Date, Utilities and Tools
Author:
Raul
Description:
This class can be used to manipulate dates, HTML and text strings and other utilities

It provides general purpose functions for manipulating dates like formatting dates, calculating the difference of time between two dates, etc..

The class also provides functions for manipulating HTML and text strings like generating Javascript tags for common purposes, validate common text formats, convert accent letters to HTML entities, remove HTML tags, etc..


Export Import MySQL Database

Package:
Export Import MySQL Database
Summary:
Backup and restore MySQL databases from XML files
Groups:
Databases, Systems administration, XML
Author:
Reazaul Karim - Rubel
Description:
This class can be used to Backup and restore MySQL databases from XML files.

It can query database schema and data and generates a XML document that describes the database tables and data contained in the table rows.

The class can also parse a XML document previously generated by the class and restores the database schema and its rows.


ADV-Samba

Example 1 output
Package:
ADV-Samba
Summary:
Scan resources made available by SMB shares
Groups:
Files and Folders, Networking, Printing
Author:
Tomasz Malewski
Description:
This class can be used to scan resources made available by SMB shares.

It uses the smbclient program to query the resources shared by a computer via SMB protocol in a network given its IP address.

The class parses the smbclient program response and retrieves the list of shares and the type of shared resources, servers, work groups, files and print jobs.


Delegate

Package:
Delegate
Summary:
Manage and call closures and callback functions
Groups:
Language, PHP 5
Author:
sdwrage
Description:
This class can be used to manage and call closures and callback functions.

It can add to a list closures, callback function or object functions.

The class can also execute all closures and functions at once.


Image Upload Component

Package:
Image Upload Component
Summary:
Resize and process uploaded image files
Groups:
Graphics, HTTP
Author:
Soumya Biswas
Description:
This class can be used to resize and process uploaded image files.

It can check an uploaded file whether it has the accepted image file name extensions.

Then the class can create an image thumbnail and move the file to a destination directory.


Log checker

Package:
Log checker
Summary:
Truncate log files that exceed a limit size
Groups:
Files and Folders, Logging
Author:
Peter Pivarc
Description:
This class can be used to truncate log files that exceed a limit size.

It can scan log files in a given directory with names that match given file extensions.

The files with sizes that exceed given limits are truncated, so they are kept below the limit.


Log checker

Package:
Log checker
Summary:
Truncate log files that exceed a limit size
Groups:
Files and Folders, Logging
Author:
Peter Pivarc
Description:
This class can be used to truncate log files that exceed a limit size.

It can scan log files in a given directory with names that match given file extensions.

The files with sizes that exceed given limits are truncated, so they are kept below the limit.


Powered by Gewgley