Package:
Summary:
Build and execute MySQL queries from bean objects
Groups:
Author:
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.
Package:
Summary:
Extract images from Fuji MPO files
Groups:
Author:
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.
Package:
Summary:
Store and retrieve PHP session data in MySQL table
Groups:
Author:
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.
Package:
Summary:
Store and hidden information in PNG images
Groups:
Author:
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.
Package:
Summary:
Generate Fibonacci sequence numbers
Groups:
Author:
Description:
This class can be used to generate Fibonacci sequence numbers.
It provides an iterator interface to generate the following Fibonnaci number when retrieving the next iterator element.
Package:
Summary:
Get and show record sets with different databases
Groups:
Author:
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.
Package:
Summary:
Search for files in a directory
Groups:
Author:
Description:
This class can be used to search for files in a directory.
It can traverse a given directory recursively and find files that have a given name.
The class displays the path of the files that are found.
Package:
Summary:
Display an HTML table with data from an array
Groups:
Author:
Description:
This class can be used to display an HTML table with data from an array.
It can iterate over an array of data values and generates an HTML table to display the values.
Package:
Summary:
Update priority records in a MySQL database table
Groups:
Author:
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.
Package:
Summary:
Generate UML diagrams from PHP code using GraphML
Groups:
Author:
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.