*/ $sections['DataSource'] = array( 'descr' => 'These examples show how to use data sources for the patForms elements that support them.', 'basename' => 'example_datasrc_', 'pages' => array( 'function' => array( 'title' => 'Callback', 'descr' => 'Using a callback function or method as data source.' ), 'object' => array( 'title' => 'Object', 'descr' => 'Using an object as data source.' ), 'countries' => array( 'title' => 'Countries', 'descr' => 'Using the out-of-the-box datasource for country selections.' ), ) ); ?>