*/
$appName = 'patForms';
$appForumId = 5;
$appDesc = 'Please note that even though you can directly jump to any '
. 'section in the examples, we recommend you go through them '
. 'sequentially as they are presented here, especially if you '
. 'are new to patForms. We have set the order of the examples '
. 'so that you will not miss out any important details, and learn '
. 'how to use the needed classes tutorial-like by reading the comments in '
. 'the examples\' source code.
';
$tabs = array(
'output' => array(
'title' => 'Output',
'type' => 'output',
'file' => '$exampleFile',
'default' => true,
),
'source' => array(
'title' => 'PHP Source',
'type' => 'phpSource',
'file' => '$exampleFile',
'default' => false,
),
'elsource' => array(
'title' => 'Elements source',
'type' => 'xmlSource',
'file' => 'patExampleGen/xmlSource.php?example=$exampleId',
'default' => false,
),
);
$sections = array();
// include all section definitions
include_once 'sections_api.php';
include_once 'sections_element.php' ;
include_once 'sections_renderer.php';
include_once 'sections_datasource.php';
include_once 'sections_rule.php';
include_once 'sections_filter.php';
include_once 'sections_attributefilter.php';
include_once 'sections_event.php';
include_once 'sections_parser.php';
include_once 'sections_observer.php';
include_once 'sections_storage.php';
include_once 'sections_creator.php';
?>