Package:
Summary:
Show and hide of a page element using jQuery
Groups:
Author:
Description:
This class can be used to show and hide of a page element using the jQuery library.
It can generate HTML with JavaScript code that uses the jQuery library to make a given page element show or hide using slide effects when the user clicks in a button.
The toggle button may use a given text or an image.
Package:
Summary:
Validate and process uploaded files
Groups:
Author:
Description:
This class can be used to validate and process uploaded files.
It can take an uploaded file and check the file name extension in a list of allowed and disallowed extensions.
The class can copy the file to a given directory and have an unique name.
Package:
Summary:
Display interstitial advertising
Groups:
Author:
Description:
This class can be used to display interstitial advertising.
It generates HTML and JavaScript that makes an advertising page appear on the current page and then automatically disappears if the user clicks on the skip link or does not click on the advertising after a few seconds.
The advertising display time is configurable. The same user may also not be exposed to the same advert for until a given period.
The class may invoke a given callback function when the user clicks on the advert or in the skip links.
Package:
Summary:
Implementation of one dimensional bin packing
Groups:
Author:
Description:
This class implements one dimensional bin packing algorithms.
It takes an array of values and can determine the next fit, first fit, best fit, worst fit.
The class also implements the Ant-Colony-Optimization bin-packing solver.
Package:
Summary:
Handle PHP fatal and non-fatal execution errors
Groups:
Author:
Description:
This class can be used to handle PHP fatal and non-fatal execution errors.
It registers an error handler that is capable of a backtrace with the list of functions and arguments used to call the code that causes an error, send that information to the current page output or the PHP error log, or send an e-mail message to the administrator.
The class can also trap fatal errors using a special PHP script shutdown callback function.