Package:
Summary:
Compact CSS and JavaScript served by HTML pages
Groups:
Author:
Description:
This class can be used to compact CSS and JavaScript served by HTML pages.
It can compact CSS styles by removing comments and whitespaces. It can also do the same for JavaScript calling the JSMin class.
The class can also combine multiple CSS files or multiple JavaScript file into a single file.
The resulting CSS or JavaScript can be cached on the server side files.
The class can generate the necessary HTML to use the resulting CSS and JavaScript in the current page.
Package:
Summary:
Zend DB adapter using the original MySQL extension
Groups:
Author:
Description:
This class implements an adapter for Zend DB of Zend Framework that uses the original MySQL extension.
It provides the same functionality as other adapters that use the MySQLi or PDO MySQL extensions, except that it uses the mysql_connect, mysql_query and other functions of the original PHP MySQL extension.
Package:
Summary:
Convert GIF, JPEG, and PNG images to BMP format
Groups:
Author:
Description:
This class can be used to Convert GIF, JPEG, and PNG images to BMP format.
It can open an image file in GIF, JPEG or PNG format and generates a new file for the image but in the BMP format.
Package:
Summary:
Extract OpenGraph information from sites
Groups:
Author:
Description:
This class can be used to extract OpenGraph information from sites.
It can take the URL of a given site page and parse the page to extract information of OpenGraph protocol properties like site title, type, image, URL, site name, etc..
Package:
Summary:
Extract OpenGraph information from sites
Groups:
Author:
Description:
This class can be used to extract OpenGraph information from sites.
It can take the URL of a given site page and parse the page to extract information of OpenGraph protocol properties like site title, type, image, URL, site name, etc..
Package:
Summary:
Filter request values to avoid insecure values
Groups:
Author:
Description:
This class can be used to filter request values to avoid eventually insecure values.
It is a updated version of the class originally written by Bendikt Martin Myklebust.
This version can handle request variables with multiple values in arrays.
Package:
Summary:
Handle errors and measure PHP execution time
Groups:
Author:
Description:
This class can be used to handle errors and measure PHP execution time.
It provides an error handler that is called when a PHP error occurs. The handler can display the names of functions and arguments that were called where the error occurred.
The class can also measure the time different PHP script sections take to execute.