Driver based class to calculate holidays in UNO.
Driver based class to calculate holidays in USA.
Driver based class to calculate holidays in the Ukraine.
The package is essentially an implementation of a PageController pattern.
Architecture:
* Controller class that examines HTTP requests and manages form values
persistence across requests.
* Page class (subclass of QuickForm) representing a single page of the form.
* Business logic is contained in subclasses of Action class.
Cool features:
* Includes several default Actions that allow easy building of multipage forms.
* Includes usage examples for common usage cases (single-page form, wizard,
tabbed form).
This package adds an element to the PEAR::HTML_QuickForm package to dynamically
create an HTML input text element that at every keypressed javascript event,
returns a list of options in a dynamic dropdown select box
(live dropdown select). This element use AJAX (Communication from JavaScript
to your browser without reloading the page).
This type of livesearch is useful when you have a form with a dropdown list
with a large number of row.
Replacement for the default renderer of HTML_QuickForm that uses only XHTML and
CSS but no table tags, and generates fully valid XHTML output.
The PEAR::HTML_QuickForm_SelectFilter package adds an element to the
PEAR::HTML_QuickForm package that is used to define dynamic filters on
the client side for select elements.
The HTML_QuickForm_advmultiselect package adds an element to the HTML_QuickForm
package that is two select boxes next to each other emulating a multi-select.
HTML_Template_IT:
Simple template API.
The Isotemplate API is somewhat tricky for a beginner although it is the best
one you can build. template::parse() [phplib template = Isotemplate] requests
you to name a source and a target where the current block gets parsed into.
Source and target can be block names or even handler names.
Features :
* Nested blocks
* Include external file
* Custom tags format (default {mytag})
HTML_Template_ITX :
With this class you get the full power of the phplib template class.
You may have one file with blocks in it but you have as well one main file
and multiple files one for each block. This is quite useful when you have
user configurable websites. Using blocks not in the main template allows
you to modify some parts of your layout easily.
The popular Template system from PHPLIB ported to PEAR. It has some
features that can't be found currently in the original version like
fallback paths. It has minor improvements and cleanup in the code as
well as some speed improvements.