Package:
Summary:
Generate a XML document from array values
Groups:
Author:
Description:
This class can be used to generate a XML document from array values.
It traverses a given array recursively to get the values that are used to define the tags and data of the XML document.
The generated XML document is served as the current script output.
Package:
Summary:
Draw images defined with CSS like properties
Groups:
Author:
Description:
This class can be used to draw images defined with CSS like properties.
It can create an empty image or open and existing image from a file.
The class can draw different types of primitives using CSS like style strings to define the parameters of those primitives.
Currently it can draw text strings, other images like watermarks, lines, rectangles, circles, ellipses, etc..
The generated image can also be cropped and resized before it is saved to a file.
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.
Looking for a way to create and update your website simply from your web browser, without having to learn a web editor?
Check out the Free Content Management Systems (CMS) PHP Scripts,
where yet another web-based software has just been added. This one is fairly new on the scene and even allows you to do page level
customisations ("customizations"), where different pages can have different layouts (if you need that sort of thing).
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.