Tag Archiv: classes

Query Build Exec

Package:
Query Build Exec
Summary:
Build and execute MySQL queries from bean objects
Groups:
Databases, PHP 5
Author:
Hussam Abd El Razek El Kurd
Description:
This package can be used to Build and execute MySQL database queries from bean objects.

It can take an object from a bean class and use PHP reflection to extract the object variable values in order to compose and execute SQL INSERT, UPDATE and DELETE queries on a given MySQL database.


MPO Extractor

Package:
MPO Extractor
Summary:
Extract images from Fuji MPO files
Groups:
Files and Folders, Graphics, PHP 5
Author:
Mihai Scurtu
Description:
This class can be used to extract images from Fuji MPO files.

It can parse a given MPO file and extract the JPEG images that are contained in it.

The extracted images can be returned as strings, GD image resources, or be stored in other files with the same base file name as the original, but appended of the image number and the .jpg extension.


MySQL & Session

Package:
MySQL & Session
Summary:
Store and retrieve PHP session data in MySQL table
Groups:
Databases, PHP 5, User Management
Author:
sudhir vishwakarma
Description:
This class can be used to store and retrieve PHP session data in an MySQL table.

It is an handler class that provides an interface for replacing the default session storage handler.

The class stores session data in a MySQL database table named sessions.


Stream Steganography

Package:
Stream Steganography
Summary:
Store and hidden information in PNG images
Groups:
Cryptography
Author:
Pedro Vargas
Description:
This class can be used to store hidden and retrieve hidden information from PNG images.

It can take a given PNG image and store hidden information in it my using the least significant bits of color of the image pixels to store encoded information.

The class may also do the opposite, i.e, open a PNG image and retrieve previously stored information using the method above.


Simple record set

Package:
Simple record set
Summary:
Get and show record sets with different databases
Groups:
Databases, HTML
Author:
Ronald Leon
Description:
This class can be used to get and show record sets with different databases.

It provides a common interface to access different types of databases and execute SQL queries, retrieve query results and display the results in paginated listings.

Currently it supports MySQL, Microsoft SQL server and PostgreSQL.


Automatic Priority Setting

Package:
Automatic Priority Setting
Summary:
Update priority records in a MySQL database table
Groups:
Databases, PHP 5
Author:
Gautam Lohar
Description:
This class can update priority records in a MySQL database table.

It can execute queries for updating or deleting records in a given MySQL database table for priority entries for a given serial number identifier.


GraphML Generator

Generated output looks like this picture
Package:
GraphML Generator
Summary:
Generate UML diagrams from PHP code using GraphML
Groups:
Graphics, PHP 5, Project Management
Author:
tucsi
Description:
This class can be used to generate UML diagrams from PHP code using GraphML.

It traverses a given directory to locate and parse PHP files. It scans the files for classes and their variables functions.

The class can generate UML diagrams in the GraphML format from the classes that were found.


Powered by Gewgley