Opendelight Libraries

« Previous Topic Table of Contents Next Topic »

Opendelight Libraries are classes developed or distributed as the part of Opendelight framework to facilitate additional objects to develop your application. These classes are available in /lib directory, and are autoloaded when instantiated (i.e., you do not need to include these class files in the application when you want to instantiate them). The names of these classes usually start with Delight_.

The following are the classes currently available as Opendelight Libraries:

Attributes Description
Delight_Grid This class is used to perform backend operations for jqgrid plugin of jQuery (that is used for grid display on application). You need to include jqgrid script files (http://www.trirand.com/blog/jqgrid/jqgrid.html) to use this class.
Delight_Form This class is used for processing form for sanitizing form input data and for performing additional validations. This uses other opensource scripts, but have been packaged inside the distribution. Sanitize is a part of this class.
Delight_Captcha This class is used to display and verify CAPTCHA in public forms
Delight_Sign This class is used for performing signing in, signing out and retrieving password in the application
« Previous Topic Table of Contents Next Topic »

Opendelight Reference Guide (PDF)


(The entire online documentation is available in a single PDF for download and print.)