Databases: HV WDDX Metadata
Herman Veluwenkamp (contact me)
This class uses the WDDX format to describe data for generating user interfaces.
From the WDDX data, any type of markup, including XUL, can be generated using XSLT. The generated markup can describe an entry form, for example.
The data entered by the users in the generated forms can be validated on the client-side using javascript, or on the server-side by PHP using regular expressions defined in the WDDX configuration file.
Requires XSLT module. Requires PEAR.php base class.
Example requires Mozilla or Firebird.
Click here for detailed information about this class on phpclasses.org
Data
XSL describing XUL form.
Data
Sample WDDX config file.
Doc.
Documentation for class.
Class
Class to manage data described in WDDX format.
Data
XSL for generating javascript array
Example
Sample PHP for XUL form generation and validation
Data
Client-side javascript validation
Data
Generates javascript array for client-side validation.
Data
Style for XBL widget bindings and display.
Data
XBL describing Calendar and Timepicker Widget.