Proeflesweken
Doe je mee van 28 augustus t/m 9 september? Probeer allerlei cursussen uit op het gebied van Muziek, Dans, Beeldende Kunst en Theater.
Bekijk cursusaanbod
Beeldende kunst
Ontdek je (verborgen) talenten en maak je eigen kunst. Van schilderen tot keramiek, van glas-in-lood tot digitale kunst: inspiratie volop in de CKB ateliers.
Bekijk cursusaanbod
Dans
Bij de dansafdeling van het CKB kan je je helemaal uitleven. Van klassiek tot streetdance: er zijn allerlei cursussen voor jong en oud.
Bekijk cursusaanbod
Muziek
(Samen) muziek maken: leuk en inspirerend! Kies uit 30 instrumenten of gebruik je eigen stem. Voor iedereen, elk tempo en elk muziekgenre.
Bekijk cursusaanbod
- Instrument
-
SITE_ROOT/secure_data/cache/templates/application/home.xml.php [ 1358 ] » webmanageExceptionHandler::handleError(arguments)
0integer 8
1string(36) "Trying to get property of non-object"2string(75) "/projects/ckbozstag_f4/secure_data/cache/templates/application/home.xml.php"3integer 1358
4array(41) ( "sPath" => string(57) "/projects/ckbozstag_f4/application/templates/xml/home.xml" "cStatus" => string(18) "STATUS_DEVELOPMENT" "cache" => object cacheEngine(7)
{ protected _sFilename => string(35) "/templates/application/home.xml.php" protected _iExpiration => integer 1 protected _sCachePath => string(40) "/projects/ckbozstag_f4/public_html/cache" protected _sSecureCachePath => string(40) "/projects/ckbozstag_f4/secure_data/cache" protected _sCacheFilePath => string(75) "/projects/ckbozstag_f4/secure_data/cache/templates/application/home.xml.php" public bHashFilename => bool FALSE public bSecureCache => bool TRUE }"engine" => object engine(7){ protected _aPermissionChecks => array(0) protected _aMissingFiles => array(0) public sAccessChecks => NULL public sHTML => string(66496) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "logic :: SITE_ROOT/application/templates/logic/template.php"); } } $wmView = new view(); $wmView->sType = "logic"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/logic/template.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php if ( registry::isRegistered('pathInfo') ) { $pathInfo = registry::get('pathInfo'); if ( $pathInfo instanceof pathInfo ) { if ( count($pathInfo->nodes) > 0 ) { $this->sState = end( $pathInfo->nodes ); } } } ?><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/html.php"); } } $wmView = new view(); $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/html.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php $wmPathInfo = registry::get('pathInfo'); $sLanguage = $wmPathInfo->language->sLanguageName; ?> <!DOCTYPE html> <html lang="<?php echo $sLanguage ?>"> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/head.php"); } } $wmView = new view(); $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/head.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php $wmPathInfo = registry::get('pathInfo'); $wmUser = registry::get('user'); $sExtraTitle = NULL; if(count($wmPathInfo->modules)) { for($i = 1; $i < count($wmPathInfo->modules); $i++) { $wmModule = $wmPathInfo->modules[$i]; if(isset($wmModule->sName)) { $sExtraTitle = $wmModule->sName.' - '.$sExtraTitle; } else if(isset($wmModule->sTitle)) { $sExtraTitle = $wmModule->sTitle.' - '.$sExtraTitle; } } } $sTitle = NULL; if($wmPathInfo->pages->current->sTitle != '' ) { $sTitle = $wmPathInfo->pages->current->sTitle.' | '; } ?> <head> <meta charset="utf-8"> <title><?php echo $sExtraTitle.$sTitle.$wmPathInfo->language->sName;?></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <link rel="shortcut icon" href="/application/assets/icons/favicon.ico" type="image/x-icon" /> <?php // Default description $sDescription = 'Centrum voor de Kunsten Bergen op Zoom (CKB). Bij ons kun je kunst leren maken en beleven.'; if($wmPathInfo->pages->current->wmPageInfo->sDescription != '' ) { $sDescription = $wmPathInfo->pages->current->wmPageInfo->sDescription; } // Default image $sImage = 'https://www.ckboz.nl/application/assets/images/ckb-share.png'; // Image / description $wmItem = NULL; if($wmItem == NULL) { $wmItem = registry::isRegistered('wmNewsItem') ? registry::get('wmNewsItem') : NULL; } if($wmItem == NULL) { $wmItem = registry::isRegistered('wmCalendarItem') ? registry::get('wmCalendarItem') : NULL; } if($wmItem == NULL) { $wmItem = registry::isRegistered('wmModCourse') ? registry::get('wmModCourse') : NULL; } if($wmItem == NULL) { $wmItem = registry::isRegistered('wmMarketMessage') ? registry::get('wmMarketMessage') : NULL; } if ($wmItem !== NULL) { $sImageId = 'iFileId1'; if (isset($wmItem->$sImageId) && $wmItem->$sImageId !== NULL) { $wmFile = file::getById($wmItem->$sImageId); if ($wmFile instanceof image) { $wmFile->resizeAndCrop(451,350); $sImage = 'https://www.ckboz.nl'.$wmFile->getProcessedPath(); } } if (isset($wmItem->sIntro) && $wmItem->sIntro !== NULL) { $sDescription = $wmItem->sIntro; } else if(isset($wmItem->sDescription) && $wmItem->sDescription !== NULL) { $sDescription = new wmCharset($wmItem->sDescription); $sDescription->stripTags(); $sDescription->truncate(150,'...',TRUE); } } $sDescription = strip_tags($sDescription); ?> <meta property="og:title" content="<?php echo $sExtraTitle.$sTitle.$wmPathInfo->language->sName;?>" /> <meta property="og:url" content="<?php echo uri::getCurrentURI(); ?>" /> <meta property="og:site_name" content="CKB" /> <meta property="og:description" content="<?php echo $sDescription; ?>" /> <meta property="og:image" content="<?php echo $sImage; ?>" /> <meta name="twitter:url" content="<?php echo uri::getCurrentURI(); ?>" /> <meta name="twitter:title" content="<?php echo $sExtraTitle.$sTitle.$wmPathInfo->language->sName;?>" /> <meta name="twitter:description" content="<?php echo $sDescription; ?>" /> <meta name="twitter:image" content="<?php echo $sImage; ?>" /> <?php if (config::get('status') == webmanage::STATUS_DEVELOPMENT) { ?> <meta name="robots" content="noindex" /> <meta name="robots" content="nofollow" /> <meta name="robots" content="noindex, nofollow" /> <meta name="robots" content="noarchive" /> <?php } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/stylesheets/style.general.css?v=2"; $wmView->aAttributes->media = "screen"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><link rel="stylesheet" href="/application/assets/stylesheets/style.general.css?v=2" type="text/css" media="screen" /><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/stylesheets/style.green.css?v=2"; $wmView->aAttributes->media = "screen"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><link rel="stylesheet" href="/application/assets/stylesheets/style.green.css?v=2" type="text/css" media="screen" /><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/stylesheets/style.red.css?v=2"; $wmView->aAttributes->media = "screen"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><link rel="stylesheet" href="/application/assets/stylesheets/style.red.css?v=2" type="text/css" media="screen" /><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/stylesheets/style.yellow.css?v=2"; $wmView->aAttributes->media = "screen"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><link rel="stylesheet" href="/application/assets/stylesheets/style.yellow.css?v=2" type="text/css" media="screen" /><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/stylesheets/style.purple.css?v=2"; $wmView->aAttributes->media = "screen"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><link rel="stylesheet" href="/application/assets/stylesheets/style.purple.css?v=2" type="text/css" media="screen" /><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/stylesheets/ckb-responsive.css?v=17"; $wmView->aAttributes->media = "screen"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><link rel="stylesheet" href="/application/assets/stylesheets/ckb-responsive.css?v=17" type="text/css" media="screen" /><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/system/assets/stylesheets/toolbar.css"; $wmView->aAttributes->media = "screen"; $wmView->aAttributes->permission = "toolbar.view"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php if ( registry::isRegistered("user") ) { $user = registry::get("user"); if ( $user instanceof user ) { if ( $user->can("toolbar.view") ) { ?> <link rel="stylesheet" href="/system/assets/stylesheets/toolbar.css" type="text/css" media="screen" /><?php } } } ?> <?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/system/assets/stylesheets/blockcontrols.css"; $wmView->aAttributes->media = "screen"; $wmView->aAttributes->permission = "toolbar.view"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php if ( registry::isRegistered("user") ) { $user = registry::get("user"); if ( $user instanceof user ) { if ( $user->can("toolbar.view") ) { ?> <link rel="stylesheet" href="/system/assets/stylesheets/blockcontrols.css" type="text/css" media="screen" /><?php } } } ?> <?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "https://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.5.3/modernizr.min.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.5.3/modernizr.min.js"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/javascript/class.mootools-more-1.4.0.1.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="/application/assets/javascript/class.mootools-more-1.4.0.1.js"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/javascript/class.mootabs.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="/application/assets/javascript/class.mootabs.js"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/javascript/class.courseoverlay.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="/application/assets/javascript/class.courseoverlay.js"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/javascript/class.scrollspy.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="/application/assets/javascript/class.scrollspy.js"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/javascript/class.slider.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="/application/assets/javascript/class.slider.js"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/javascript/main.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="/application/assets/javascript/main.js"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php if(config::isRegistered('googleanalyticskey') && config::isRegistered('googleanalyticskeydomain')) {?> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', '<?php echo config::get('googleanalyticskey');?>', '<?php echo config::get('googleanalyticskeydomain');?>'); <?php if(registry::isRegistered('googlePage')) {?> ga('send', 'pageview', '<?php echo registry::get('googlePage');?>'); <?php } else { ?> ga('send', 'pageview'); <?php } ?> </script> <?php }?> </head> <?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/body.php"); } } $wmView = new view(); $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/body.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php $sColorImage = NULL; if(registry::isRegistered('pageColorImage')) { $sColorImage = registry::get('pageColorImage'); $sColorImage = 'style="background-image: url('.$sColorImage.');"'; }?> <body <?php echo $sColorImage;?>><?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/system/templates/html/toolbar/toolbar.php"); } } $wmView = new view(); $wmView->aAttributes->id = "system:toolbar/toolbar.php"; $wmView->aAttributes->permission = "toolbar.view"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/system/templates/html/toolbar/toolbar.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php if ( registry::isRegistered("user") ) { $user = registry::get("user"); if ( $user instanceof user ) { if ( $user->can("toolbar.view") ) { ?> <?php $user = registry::get('user'); $wmPathInfo = registry::get('pathInfo'); $page = $wmPathInfo->pages->current; $wmModules = module::getAllGenericModulesInRoot(TRUE); $wmDatabase = registry::get('database'); $bShowBar = FALSE; if((!$user->can('page.admin') && !$user->can('module.admin')) && (!isset($_COOKIE['notiBar']) || (isset($_COOKIE['notiBar']) && $_COOKIE['notiBar'] != $user->dtLastLogin->format('YmdHis') ))) { $bShowBar = TRUE; } ////////////////////////////////// // Get unpublished module items ////////////////////////////////// $wmVersionModules = new wmArray(); $wmVersionPages = new wmArray(); if($bShowBar) { if(count($wmModules) > 0) { foreach($wmModules as $wmBarModule) { $bLogChanged = FALSE; try { if ( $user->can( 'module.view', $wmBarModule ) ) { //versies ophalen per module $wmToolBarmodule = $wmBarModule->wmModule; //get only the items where the user has access to if(!$user->can('module.view.unrestricted')) { $wmToolBarmodule->setUserRestrictionModeEnabled(); } //Check if there is a log for the module $bLogChanged = $wmToolBarmodule->wmConfig->bLogChanges; if($bLogChanged == TRUE){ if($wmDatabase->canSwitchToSlave()) { $wmDatabase->switchToSlave(); $versionModule = $wmToolBarmodule->getAll(); $wmDatabase->switchToMaster(); if(!$user->can('module.view.unrestricted')) { $wmToolBarmodule->setUserRestrictionModeDisabled(); } } //unpublished items per module in de registry zetten if(count($versionModule) > 0){ $sIndex = $wmToolBarmodule->wmConfig->sItem; $wmVersionModules[$sIndex] = new wmArray(); foreach($versionModule as $wmModuleItem) { $wmVersionModules[$sIndex][] = $wmModuleItem->getPrimaryKeyValue(); } } } } } catch ( ErrorException $exception ) { // skip } $bLogChanged = FALSE; } } ////////////////////////////////// // Get unpublished pages ////////////////////////////////// if($wmDatabase->canSwitchToSlave()) { $wmDatabase->switchToSlave(); // Get all version pages $wmVersionPages = block::getAllLinkedToPages(); $wmDatabase->switchToMaster(); } } $aModules = array( '' => 'Kies een module' ); if ( $user->can( 'administer.view' ) ) { $aModules['webmanage'] = 'Admintools'; } if ( $user->can( 'filemanager.view' ) ) { $aModules['webmanage/bestandsbeheer'] = 'Bestandsbeheer'; } if ( $user->can( 'form.administer' ) ) { $aModules['webmanage/formulieren'] = 'Formulierenbeheer'; } if( $user->can('page.admin') && $user->can('module.admin')) { $aModules['webmanage/log/published'] = 'Log'; } else if( $user->can('page.publish') && $user->can('module.publish')) { $aModules['webmanage/log'] = 'Log'; } if(count($aModules) > 1 && $wmModules->count() > 0) { $aModules['null'] = '=================='; } foreach($wmModules as $wmModule) { $wmGenModule = module::getGenericModuleByName($wmModule->sName); try { if ( $user->can( 'module.view', $wmGenModule ) ) { $aModules['webmanage/module/'.$wmModule->sName] = $wmGenModule->wmModule->wmConfig->sTitle; } } catch ( ErrorException $exception ) { // skip } } ?> <div id="wmToolbar"> <div id="wmToolbarContainer"> <img id="wmToolbarLogo" src="/system/assets/images/toolbar/toolbar.logo.png" /> <div id="wmToolbarNavigation"> <?php $form = new form('selectmodule'); if (count( $aModules ) > 1) { echo $form->set( new selectField( 'sModule', NULL, $aModules ) ); } ?> </div> </div> <div id="wmToolbarExtraButtons"> <?php if ( ( $user->can('page.add', $page) || $user->can('page.edit.pageinformation', $page) || $user->can('page.delete', $page) || $user->can('page.publish', $page)) && $page->sType == 'application') {?> <div id="wmToolbarPageButtons"> <span class="moderatePageTitle">Pagina beheer</span> <?php if ( $user->can('page.add', $page) && $page->sType == 'application' ) { ?> <a id="wmToolbarButtonPageAdd" class="blackbutton" onclick="window.open('/webmanage/pagina/toevoegen/<?php echo $wmPathInfo->pages->current->getPageId() ?>','Pagina_toevoegen','width=750,height=700,scrollbars=yes,toolbar=no,location=no,resizable=1'); return false" href="#"><span class="icon">=</span>Toevoegen</a> <?php } ?> <?php if ( $user->can('page.edit.pageinformation', $page) && $page->sType == 'application' ) { ?> <a id="wmToolbarButtonPageEdit" class="blackbutton" onclick="window.open('/webmanage/pagina/settings/<?php echo $wmPathInfo->pages->current->getPageId() ?>','Pagina_settings','width=750,height=200,scrollbars=yes,toolbar=no,location=no,resizable=1'); return false" href="#"><span class="icon">p</span>Wijzigen</a> <?php } ?> <?php if ( $user->can('page.delete', $page) && $page->sType == 'application' ) { ?> <a id="wmToolbarButtonPageDelete" class="blackbutton" onclick="window.open('/webmanage/pagina/verwijderen/<?php echo $wmPathInfo->pages->current->getPageId() ?>','Pagina_verwijderen','width=750,height=300,scrollbars=yes,toolbar=no,location=no,resizable=1'); return false" href="#"><span class="icon">x</span>Verwijderen</a> <?php } ?> <?php if ( $user->can('page.publish', $page) && $page->sType == 'application' ) { ?> <?php if ( $page->sStatus == 'active' ) { ?> <a id="wmToolbarButtonPageDeactivate" class="blackbutton" href="/webmanage/pagina/deactiveer/<?php echo $wmPathInfo->pages->current->getPageId() ?>?sHash=<?php echo security::token() ?>"><span class="icon active"></span>Actief</a> <?php } else { ?> <a id="wmToolbarButtonPageActivate" class="blackbutton" href="/webmanage/pagina/activeer/<?php echo $wmPathInfo->pages->current->getPageId() ?>?sHash=<?php echo security::token() ?>"><span class="icon inactive"></span>Inactief</a> <?php } ?> <?php }?> </div> <?php }?> <div id="wmToolbarLogoutButton"> <?php $sUser = NULL; if(isset($user->sFirstName)) { $sUser = $user->sFirstName; } if(isset($user->sLastName)) { $sUser = $sUser.' '.$user->sLastName; } if($sUser == NULL) { $sUser = $user->sUsername; } ?> <span class="name"><?=$sUser?></span> <a id="wmToolbarButtonLogout" class="blackbutton" href="/logout"><span class="icon">l</span></a> </div> </div> </div> <script> $('field_sModule').addEvent('change', function(e) { if(e != null) { e.preventDefault(); } if(this.value != '') { location.href = '/'+this.value } }); </script> <?php if ($wmDatabase->canSwitchToSlave()) { $wmDatabase->switchToSlave(); $aVersionBlocks = block::getAllByPageId( $page->getPageId() ); $wmDatabase->switchToMaster(); if(count($aVersionBlocks) > 0 ) { $wmLog = log::getLastStateByDefaultWriterAndTypeAndTypeIdAndTypeItemId(log::TYPE_BLOCK, $page->getPageId()); $dtPageCreated = 'Onbekend'; if($page->dtCreation instanceof wmDateTime) { $dtPageCreated = $page->dtCreation->format(wmDateTime::HUMAN_NO_SECONDS); } $iCreatorUserId = $page->iUserId; $wmCreatorUser = user::getById($iCreatorUserId); $sCreatorUsername = 'Onbekend'; if($wmCreatorUser instanceof user) { $sCreatorUsername = $wmCreatorUser->sUsername; } $dtPageEdited = $wmLog->dtCreated->format(wmDateTime::HUMAN_NO_SECONDS); $iEditorUserId = $wmLog->iUserId; $wmEditorUser = user::getById($iEditorUserId); $sEditorUsername = $wmEditorUser->sUsername; ?> <script> window.addEvent('domready', function() { initializeEvents(); }); function initializeEvents() { if($('publishManagerContainer')){ initNotificationManager(); } initCloseButtons(); } function initNotificationManager() { if($$('div#publishManagerContainer').length > 0) { var firstButtonDiv = $$('div#publishManagerContainer')[0]; if(firstButtonDiv != null) { var coords = firstButtonDiv.getCoordinates(); var ss = new ScrollSpy({ min: coords.top, onEnter: function(position,state,enters) { firstButtonDiv.addClass('fixed'); }, onLeave: function(position,state,leaves) { firstButtonDiv.removeClass('fixed'); }, container: window }); } } } function initCloseButtons() { $$('.closeBar').addEvent("click",function(e){ if(e!=null) { e.preventDefault(); } var closeDiv = this.get('rel'); $(closeDiv).addClass('hide'); if($('publishManagerContainer')){ initNotificationManager(); } }); } </script> <script> window.addEvent('domready', function() { var myTips = new Tips($$('.info'),{ offset:{ x:-12, y:35 }, fixed: true }); $$('.info').each(function(elm) { elm.store('tip:text', '<p><span>Aangemaakt door:</span><?=$sCreatorUsername?> op <?=$dtPageCreated?></p><p><span>Gewijzigd door:</span><?=$sEditorUsername?> op <?=$dtPageEdited?></p>'); }); if ($('wmCompare')) { $('wmCompare').addEvent('click', function(e) { if (e) e.preventDefault(); // full screen var size = window.getSize(); mywindow = window.open("/webmanage/pagina/vergelijk/<?php echo $page->getPageId() ?>?sHash=<?php echo security::token() ?>", "compare", "location=1,status=1,scrollbars=1, width="+size.x+",height="+size.y); mywindow.moveTo(0, 0); }); } }); </script> <div id="wmPublisher"> <div id="publishNotification"> <div class="text"> <?php if(count($aVersionBlocks) > 0){ $iCountVersions = count($aVersionBlocks); if($iCountVersions > 1){ ?> <p>Er zijn <a href="#"><?=$iCountVersions?> nieuwe berichten</a> aangemaakt of gewijzigd.</p> <?php } else { ?> <p>Er is <a href="#"><?=$iCountVersions?> nieuw bericht</a> aangemaakt of gewijzigd.</p> <?php } } ?> <a href="#" class="closeButtonOrange closeBar" rel="publishNotification">X</a> </div> <div class="clear"></div> </div> <div id="publishManagerContainer"> <div class="publishManager"> <ul class="buttons"> <li><a class="info" href="#"><span class="icon">i</span>Info</a></li> <li><a id="wmCompare" href="#"><span class="icon">f</span>Bekijk wijziging</a></li> <?php if ( $user->can( 'page.publish', $page ) ) { ?> <li><a href="/webmanage/pagina/publiceer/<?php echo $page->getPageId() ?>?sHash=<?php echo security::token() ?>" class="publish"><span class="icon">Y</span> Publiceer</a></li> <li><a href="/webmanage/pagina/weiger/<?php echo $page->getPageId() ?>?sHash=<?php echo security::token() ?>">Weiger</a></li> <?php } ?> </ul> <div class="text"> Items op deze pagina zijn gewijzigd: </div> <div class="clear"></div> </div> </div> </div> <?php } else if($user->can('page.publish') && $user->can('module.publish') && (count($wmVersionModules) > 0 || count($wmVersionPages) > 0)) {?> <div id="wmPublisher"> <div id="publishNotification"> <div class="text"> <p>Er zijn <a href="/webmanage/log"> items</a> aangemaakt of gewijzigd.</p> <a href="#" class="closeButtonOrange closeBar" rel="publishNotification">X</a> </div> <div class="clear"></div> </div> </div> <script type="text/javascript"> window.addEvent('domready', function() { initializeEvents(); }); function initializeEvents() { initCloseButtons(); } function initCloseButtons() { $$('.closeBar').addEvent("click",function(e){ if(e!=null) { e.preventDefault(); } var closeDiv = this.get('rel'); $(closeDiv).addClass('hide'); var myCookie = Cookie.write('notiBar', '<?php echo $user->dtLastLogin->format('YmdHis');?>'); }); } </script> <?php } } ?><?php } } } ?> <?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/template/header.php"); } } $wmView = new view(); $wmView->aAttributes->id = "application:template/header.php"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/template/header.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><style> .logofeest:after, .logofeest:before { display: none !important; } .logofeest { background: none !important; } #header .logofeest { transition: opacity 0.3s; visibility: visible; } #header.fixed .logofeest { opacity: 0; visibility: hidden; } </style> <?php $wmPathInfo = registry::get('pathInfo'); ?> <!-- Header ================================================== --> <div id="header" class="header2014"> <div class="left"> <a href="/"> <img class="logo" src="/application/assets/images/header.logo.2014.jpg" alt="Centrum voor de Kunsten Bergen op Zoom" /> </a> <button class="hamburger-button" data-toggle="collapse" data-target=".collapse.collapse-menu" data-text="Collapse"> <span></span><span></span><span></span> </button> </div> <div class="collapse collapse-menu"> <div class="nav-scroll-wrapper"> <div class="right"> <?php /* TOP MENU */ $wmMenu = navigation::getByNavigationName('Topmenu'); if ($wmMenu instanceof navigation) { ?> <ol id="submenu" class="right"> <?php $wmPage = page::getById($wmMenu->iParentPageId); $wmUri = uri::getByPageId($wmMenu->iParentPageId); // set menu list foreach($wmMenu->aPages as $wmNavigationPage) { $wmPage = page::getById($wmNavigationPage->iPageId); $wmUri = uri::getByPageId($wmNavigationPage->iPageId); if ($wmUri instanceof uri && $wmPage instanceof page && $wmUser->can('page.view', $wmPage)) { // set classname $sClass = NULL; if ($wmPage->getPageId() == $wmPathInfo->pages->current->getPageId() && sizeof($wmPathInfo->nodes) == 0) {// active $sClass = ' class="active" '; } echo '<li><a href="'.$wmUri->sFullPath.'" title="'.$wmPage->sTitle.'" '.$sClass.'>'.$wmPage->sButtonName.'</a></li>'; } } if(isset($_SESSION['subscriptions'])) { $wmModule = module::getGenericModuleByClassname('modCourse'); $wmSubscriptions = unserialize($_SESSION['subscriptions']); echo '<li><a href="/inschrijven/cursusoverzicht" title="Naar je cursusoverzicht" class="button">Je inschrijvingen ('.$wmSubscriptions->wmCourseStudents->count().')</a></li>'; } else { // direct inschrijven $wmSubscribePage = page::getByTemplatePath('subscribe.xml'); if ($wmSubscribePage instanceof page) { $wmUri = uri::getByPageId($wmSubscribePage->getPageId()); if ($wmUri instanceof uri) { echo '<li><a class="button" href="'.$wmUri->sFullPath.'" title="Direct inschrijven"><img src="/application/assets/images/arrow.medium.png" width="18px" height="18px" alt="Direct inschrijven" /> Direct inschrijven</a></li>'; } } } echo '</ol>'; } /* OTHER MENU */ $wmMenu = navigation::getByNavigationName('Othermenu'); if ($wmMenu instanceof navigation) { ?> <ol id="othermenu" class="clear right" style="overflow:visible;"> <?php $wmPage = page::getById($wmMenu->iParentPageId); $wmUri = uri::getByPageId($wmMenu->iParentPageId); // set menu list foreach($wmMenu->aPages as $wmNavigationPage) { $wmPage = page::getById($wmNavigationPage->iPageId); $wmUri = uri::getByPageId($wmNavigationPage->iPageId); if ($wmUri instanceof uri && $wmPage instanceof page && $wmUser->can('page.view', $wmPage)) { // set classname $sClass = NULL; if ($wmPage->getPageId() == $wmPathInfo->pages->current->getPageId() && sizeof($wmPathInfo->nodes) == 0) {// active $sClass = ' class="active" '; } echo '<li><a style="border: none;" href="'.$wmUri->sFullPath.'" title="'.$wmPage->sTitle.'" '.$sClass.'>'.$wmPage->sButtonName.'</a></li>'; } } ?> </ol> <?php } ?> </div> <div class="clear"></div> <div id="header-bar"> <?php /* OTHER MENU */ $wmMenu = navigation::getByNavigationName('Hoofdmenu'); if ($wmMenu instanceof navigation) { ?> <ol id="menu" class="left"> <?php $wmPage = page::getById($wmMenu->iParentPageId); $wmUri = uri::getByPageId($wmMenu->iParentPageId); // colors $aClassNames = config::get('pageColors'); if (!is_array($aClassNames)) { $aClassNames = array(); } // set menu list foreach($wmMenu->aPages as $wmNavigationPage) { $wmPage = page::getById($wmNavigationPage->iPageId); $wmUri = uri::getByPageId($wmNavigationPage->iPageId); if ($wmUri instanceof uri && $wmPage instanceof page && $wmUser->can('page.view', $wmPage)) { // set classname $sClass = NULL; $sActiveClass = NULL; // check for colors + active if (is_array($aClassNames) && isset($aClassNames[$wmPage->getPageId()]) && $wmPage->getPageId() == $wmPathInfo->pages->current->getPageId() && sizeof($wmPathInfo->nodes) == 0) { $sClass = ' class="'.$aClassNames[$wmPage->getPageId()].'" '; $sActiveClass = ' class="active" '; } // check for colors else if (is_array($aClassNames) && isset($aClassNames[$wmPage->getPageId()])) { $sClass = ' class="'.$aClassNames[$wmPage->getPageId()].'" '; } // check for active else if ($wmPage->getPageId() == $wmPathInfo->pages->current->getPageId() && sizeof($wmPathInfo->nodes) == 0) {// active $sActiveClass = ' class="active" '; } echo '<li'.$sClass.'><a href="'.$wmUri->sFullPath.'" title="'.$wmPage->sTitle.'"'.$sActiveClass.'>'.$wmPage->sButtonName.'</a></li>'; } } ?> </ol> <?php } /* SEARCH PAGE (courseOverview.xml) */ $wmSearchPage = page::getByTemplatePath('courseOverview.xml'); if ($wmSearchPage instanceof page) { $wmUri = uri::getByPageId($wmSearchPage->getPageId()); if ($wmUri instanceof uri) { ?> <div id="search" class="right"> <form methode="get" action="<?php echo $wmUri->sFullPath; ?>"> <div> <input type="text" name="q" id="q" placeholder="Zoek in ons cursusaanbod" value="" /><button type="submit"> </button> </div> </form> </div> <?php } } ?> <div class="clear"></div> <div class="pattern-bar"></div> </div><!-- end header-bar --> </div> <!-- end <div class="block collapse first"> --> </div> </div> <!-- End header ================================================== --> <?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/home/slider.php"); } } $wmView = new view(); $wmView->aAttributes->id = "application:home/slider.php"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/home/slider.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php $wmPathInfo = registry::get('pathInfo'); // current page $wmPage = $wmPathInfo->pages->current; $wmCurrentURI = uri::getByPageId( $wmPage->getPageId()); /* * SLIDER */ $wmModule = module::getGenericModuleByClassName('modHomeSlider'); $wmSliderModule = $wmModule->wmModule; $wmSliderModule->getAll(); $wmParentModule = module::getGenericModuleByClassName('modCourseGroup'); $wmCourseGroupModule = $wmParentModule->wmModule; $wmSliderItems = $wmSliderModule->getAllWithLimit(0, 6); if($wmSliderModule->count() > 0){ $aControls = array(); ?> <div id="slider" class="red"> <div class="background"> <div class="photo"> <div class="mask"></div> </div> </div> <div class="content"> <?php $wmIterator = $wmSliderItems->getIterator(); while( $wmIterator->hasKeysLeftToIterate() ) { $wmSliderItem = $wmIterator->current(); $wmSliderItem->loadLinkedModules(); if ( $wmSliderItem instanceof modHomeSlider ) { $wmCourseGroupModule->getById($wmSliderItem->iCourseGroupId); $wmCategoryURI = uri::getByPageId($wmCourseGroupModule->iPageId); ?> <div id="sliderTab<?php echo $wmIterator->position(); ?>" class="hide"> <h1 class="times"><?php echo $wmSliderItem->sTitle; ?></h1> <p><?php echo $wmSliderItem->sDescription; ?></p> <a href="<?php echo $wmCategoryURI->sFullPath; ?>" class="button left"><img src="/application/assets/images/arrow.medium.png" width="18px" height="18px" /> Bekijk cursusaanbod</a> <?php // set popular categories $aCourseCategories = $wmSliderItem->aLinkedModules['modCourseCategory']['data']; if(count($aCourseCategories) > 0) { ?> <div class="block links left"> <span class="title">Populair</span> <ul> <?php foreach ($aCourseCategories as $aCourseCategory) { $wmCourseCategoryURI = uri::getByPageId($aCourseCategory->iPageId); echo '<li><a href="'.$wmCourseCategoryURI->sFullPath.'?categorie[]='.urlencode($aCourseCategory->sName).'">'.$aCourseCategory->sName.'</a></li>'; } ?> </ul> </div> <?php } ?> </div> <?php // set the image $sFileUrl = NULL; if (isset($wmSliderItem->iFileId1) && $wmSliderItem->iFileId1 != NULL) { $wmFile = file::getById($wmSliderItem->iFileId1); if ($wmFile instanceof image) { $wmFile->resizeAndCrop(730, 455); $sFileUrl = $wmFile->getProcessedPath(); } } // set the controls $aControls[$wmIterator->position()]['sColor'] = $wmCourseGroupModule->sColor; $aControls[$wmIterator->position()]['sImageUrl'] = $sFileUrl; unset($wmSliderItem); $wmIterator->next(); } } if(isset($aControls) && count($aControls) > 0) { ?> <div class="controls"> <?php foreach($aControls as $key => $aControl) { ?> <a href="#" rel="<?php echo $key; ?>" div="#sliderTab<?php echo $key; ?>" css="<?php echo $aControl['sColor']; ?>" class="<?php echo $aControl['sColor']; ?>" image="<?php echo $aControl['sImageUrl']; ?>"><span><?php echo $key; ?></span></a> <?php } ?> </div> <?php } ?> </div> </div> <?php } ?><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/template/columns.php"); } } $wmView = new view(); $wmView->aAttributes->id = "application:template/columns.php"; $wmView->aAttributes->class = "container columns"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/template/columns.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><div class="container columns"> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/blocks/newsCalendar.php"); } } $wmView = new view(); $wmView->aAttributes->id = "application:blocks/newsCalendar.php"; $wmView->aAttributes->class = "column1"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/blocks/newsCalendar.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php $wmPathInfo = registry::get('pathInfo'); // Get current page id $iCurrentPageId = (int) $wmPathInfo->pages->current->getPageId(); $bShowPublishDate = TRUE; // Hide publish date on Home if ( $iCurrentPageId == 1 ) { $bShowPublishDate = FALSE; } // news $wmModule = module::getGenericModuleByClassName('modNews'); $wmNewsModule = $wmModule->wmModule; $wmNewsModule->wmConfig->clearQueryterms(); $wmNewsModule->wmConfig->setQueryTerm('dtPublishedDate','<=',date('Y-m-d H:i:s'), NULL); $wmNewsItems = $wmNewsModule->getAllWithLimit(0, 3); // calendar $wmModule = module::getGenericModuleByClassName('modCalendar'); $wmCalendarModule = $wmModule->wmModule; $wmCalendarModule->wmConfig->clearQueryterms(); $wmCalendarModule->wmConfig->setQueryTerm('dtStartDate','>=',date('Y-m-d H:i:s'), NULL, '('); $wmCalendarModule->wmConfig->setQueryTerm('dtStartDate','<=',date('Y-m-d'), 'OR', '('); $wmCalendarModule->wmConfig->setQueryTerm('dtEndDate','>=',date('Y-m-d H:i:s'), 'AND', NULL,'))'); $wmCalendarItems = $wmCalendarModule->getAllWithLimit(0, 3); if (count($wmNewsItems) > 0 || count($wmCalendarItems) > 0) { ?> <div class="column1"> <div class="block fixedheight"> <span class="tabs"> <?php /* SET TABS */ if (count($wmNewsItems) > 0) { ?> <a href="#" title="Nieuws" rel="newsTab">Nieuws</a> <?php } if (count($wmCalendarItems) > 0) { ?> / <a href="#" rel="eventsTab" title="Agenda">Agenda</a> <?php } ?> </span> <?php /* SET NEWS */ if (count($wmNewsItems) > 0) { $wmPage = page::getByTemplatePath('news.xml'); if ($wmPage instanceof page) { $wmUri = uri::getByPageId($wmPage->getPageId()); ?> <div id="newsTab" class="hide"> <ul class="news-list"> <?php foreach($wmNewsItems as $wmNews) { ?> <li> <a href="<?php echo $wmUri->sFullPath; ?>/<?php echo $wmNews->sUrl; ?>" title="<?php echo addslashes($wmNews->sTitle); ?>"><span class="description left"><?php if ($bShowPublishDate == TRUE) { ?><strong><?php echo $wmNews->dtPublishedDate->format('d F'); ?></strong> - <?php } ?><?php echo $wmNews->sTitle; ?></span></a></li> <?php } ?> </ul> <a href="<?php echo $wmUri->sFullPath; ?>" class="arrow">Bekijk het volledige nieuws</a> </div> <?php } } /* SET CALENDAR */ if (count($wmCalendarItems) > 0) { $wmPage = page::getByTemplatePath('calendar.xml'); if ($wmPage instanceof page) { $wmUri = uri::getByPageId($wmPage->getPageId()); ?> <div id="eventsTab" class="hide"> <ul class="event-list"> <?php foreach($wmCalendarItems as $wmCalendar) { ?> <li><a href="<?php echo $wmUri->sFullPath; ?>/<?php echo $wmCalendar->sUrl; ?>" title="<?php echo addslashes($wmCalendar->sTitle); ?>"><span class="date left"><?php echo $wmCalendar->dtStartDate->format('d'); ?><span class="month"><?php echo $wmCalendar->dtStartDate->format('M'); ?></span></span><span class="description left"><?php echo $wmCalendar->sTitle; ?></span></a></li> <?php } ?> </ul> <a href="<?php echo $wmUri->sFullPath; ?>" class="arrow">Bekijk de volledige agenda</a> </div> <?php } } ?> </div> </div> <?php } ?><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/blocks/ckbBazaar.php"); } } $wmView = new view(); $wmView->aAttributes->id = "application:blocks/ckbBazaar.php"; $wmView->aAttributes->class = "column1"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/blocks/ckbBazaar.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php $wmPathInfo = registry::get('pathInfo'); $wmPage = page::getByTemplatePath('market.xml'); if ($wmPage instanceof page) { // news $wmModule = module::getGenericModuleByClassName('modMarketMessage'); $wmBazaar = $wmModule->wmModule; $wmBazaar->wmConfig->clearQueryterms(); $wmBazaarItems = $wmBazaar->getAllWithLimit(0, 3); if (count($wmBazaarItems) > 0) { ?> <div class="column1"> <div class="block fixedheight"> <span class="title">CKB Bazaar</span> <ul class="photo-list"> <?php /* SET BAZAAR */ $wmUri = uri::getByPageId($wmPage->getPageId()); foreach($wmBazaarItems as $wmItem) { // image $sImageUrl = NULL; $wmImage = file::getById($wmItem->iFileId1); if($wmImage instanceof image) { $wmImage->resizeAndCrop(69,49); $sImageUrl = $wmImage->getProcessedPath(); } // with image if ($sImageUrl !== NULL) { ?> <li><a href="<?php echo $wmUri->sFullPath; ?>/<?php echo $wmItem->sUrl; ?>" title="<?php echo addslashes($wmItem->sTitle); ?>"><span class="thumbnail left" style="background-image:url('<?php echo $sImageUrl; ?>'); ">&nbps;</span><span class="description left"><?php echo $wmItem->sTitle; ?></span></a></li> <?php } // without image else { ?> <li><a class="wide" href="<?php echo $wmUri->sFullPath; ?>/<?php echo $wmItem->sUrl; ?>" title="<?php echo addslashes($wmItem->sTitle); ?>"><span class="description left"><?php echo $wmItem->sTitle; ?></span></a></li> <?php } } ?> </ul> <a href="<?php echo $wmUri->sFullPath; ?>" class="arrow">Bekijk alle koopjes</a> </div> </div> <?php } } ?><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/blocks/newsletter.php"); } } $wmView = new view(); $wmView->aAttributes->id = "application:blocks/newsletter.php"; $wmView->aAttributes->class = "column1"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/blocks/newsletter.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><div class="column1"> <div class="block newsletter fixedheight"> <span class="title">Nieuwsbrief</span> <p class="thankyou hide">Bedankt voor je aanmelding. <br/>De eerst volgende nieuwsbrief ontvang je per e-mail.</p> <form method="get" action="#" accept-charset="UTF-8"> <div> <input type="text" class="email" placeholder="je e-mailadres" value="" /> <input type="text" class="name hide" placeholder="je naam" value="" /> <a href="#" class="smallbutton grey left"><img src="/application/assets/images/arrow.small.png" width="17px" height="15px" /> inschrijven</a> <img class="loader hide" src="/application/assets/images/loader.small.gif" /> </div> </form> </div> <div class="block contact fixedheight"> <?php /* FAQ */ $wmFAQPage = page::getByTemplatePath('faq.xml'); if ($wmFAQPage instanceof page) { $wmUri = uri::getByPageId($wmFAQPage->getPageId()); ?> <span class="title"><a href="<?php echo $wmUri->sFullPath; ?>">Vragen?</a></span> <?php } else { ?> <span class="title">Vragen?</span> <?php } // custom field voor contact info $wmTextSnippet = textSnippet::getByNameAndPageId('vragen', 1); echo $wmTextSnippet->getTools(); echo $wmTextSnippet->wmContent->sText; ?> </div> </div> <?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <div class="clear"></div> </div><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/template/footer.php"); } } $wmView = new view(); $wmView->aAttributes->id = "application:template/footer.php"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/template/footer.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php $wmPathInfo = registry::get('pathInfo'); ?> <!-- Footer ================================================== --> <div id="footer"> <div class="container"> <!-- Block: links ================================================== --> <?php /* FOOTER MENU COURSES */ $wmModule = module::getGenericModuleByClassname('modCourseGroup'); $wmCourseGroupModule = $wmModule->wmModule; $wmCourseGroups = $wmCourseGroupModule->getAll(FALSE); if ($wmCourseGroups->count() > 0) { $wmIterator = $wmCourseGroups->getRecursiveIterator(); while ($wmIterator->hasKeysLeftToIterate()) { $wmCourseGroup = $wmIterator->current(); // get course categories $wmModule = module::getGenericModuleByClassname('modCourseCategory'); $wmCourseCategoryModule = $wmModule->wmModule; $wmCourseCategories = $wmCourseCategoryModule->getAllByField('iPageId', $wmCourseGroup->iPageId); if ($wmCourseCategories->count() > 0) { $wmUri = uri::getByPageId($wmCourseGroup->iPageId); ?> <div class="block links <?php echo $wmCourseGroup->sColor; ?> left"> <?php // add link to title if ($wmUri instanceof uri) {// with link (page exists) ?> <span class="title"><a href="<?php echo $wmUri->sFullPath; ?>"><?php echo $wmCourseGroup->sName; ?></a></span> <?php } else {// just a title ?> <span class="title"><?php echo $wmCourseGroup->sName; ?></span> <?php } ?> <ul> <?php // categories link list $wmIteratorCategories = $wmCourseCategories->getRecursiveIterator(); while ($wmIteratorCategories->hasKeysLeftToIterate()) { $wmCourseCategory = $wmIteratorCategories->current(); if ($wmUri instanceof uri) { ?> <li><a href="<?php echo $wmUri->sFullPath; ?>?categorie[]=<?php echo urlencode($wmCourseCategory->sName); ?>" title="<?php echo $wmCourseCategory->sName; ?>"><?php echo $wmCourseCategory->sName; ?></a></li> <?php } $wmIteratorCategories->next(); } ?> </ul> </div> <?php } $wmIterator->next(); } } /* FOOTER MENU CKB */ $wmMenu = navigation::getByNavigationName('CKB'); if ($wmMenu instanceof navigation) { ?> <div class="block links left"> <?php // add link to title $wmPage = page::getById(21); if ($wmPage instanceof page) {// with link (page exists) $wmUri = uri::getByPageId($wmPage->getPageId()); ?> <span class="title"><a href="<?php echo $wmUri->sFullPath; ?>">CKB</a></span> <?php } else {// just a title ?> <span class="title">CKB</span> <?php } ?> <ul> <?php $wmPage = page::getById($wmMenu->iParentPageId); $wmUri = uri::getByPageId($wmMenu->iParentPageId); // menu link list foreach($wmMenu->aPages as $wmNavigationPage) { $wmPage = page::getById($wmNavigationPage->iPageId); $wmUri = uri::getByPageId($wmNavigationPage->iPageId); if ($wmUri instanceof uri && $wmPage instanceof page && $wmUser->can('page.view', $wmPage)) { // set classname $sClass = NULL; if ($wmPage->getPageId() == $wmPathInfo->pages->current->getPageId() && sizeof($wmPathInfo->nodes) == 0) {// active $sClass = ' class="active" '; } echo '<li><a href="'.$wmUri->sFullPath.'" title="'.$wmPage->sTitle.'" '.$sClass.'>'.$wmPage->sButtonName.'</a></li>'; } } ?> </ul> </div> <?php } ?> <!-- End block: links ================================================== --> </div> <div id="skyline"> <div class="container"> <img class="logo" src="/application/assets/images/footer.logo.2014.png" alt="Centrum voor de Kunsten Bergen op Zoom" /> <ul> <?php $wmMenu = navigation::getByNavigationName('footerMenu'); if ($wmMenu instanceof navigation) { foreach($wmMenu->aPages as $wmNavigationPage) { $wmPage = page::getById($wmNavigationPage->iPageId); $wmUri = uri::getByPageId($wmNavigationPage->iPageId); echo '<li><a href="'.$wmUri.'" title="'.$wmPage->sTitle.'" style="color: #959595; line-height: 26px; font-size: 11px; margin-right: 4px;">'.$wmPage->sButtonName.'</a></li>'; } } ?> <li><a href="http://www.facebook.com/ckboz" target="_blank" title="CKB op Facebook" style="margin-left: 8px;"><img src="/application/assets/images/footer.facebook.png" alt="Volg ons op Facebook" /></a></li> <li><a href="http://twitter.com/ckboz" target="_blank" title="CKB op Twitter"><img src="/application/assets/images/footer.twitter.png" alt="Volg ons op Twitter" /></a></li> </ul> </div> </div> </div> <!-- End footer ================================================== --><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/javascript/collapse-polyfilled.js?v=2"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="/application/assets/javascript/collapse-polyfilled.js?v=2"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" /> <script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script> <script> window.addEventListener("load", function(){ window.cookieconsent.initialise({ "palette": { "popup": { "background": "#000" }, "button": { "background": "#f7ae00" } }, "theme": "classic", "content": { "message": "Cookies worden door ons gebruikt om het gebruiksgemak op onze website te verbeteren en om anonieme bezoekersgegevens te analyseren, zodat we de website kunnen optimaliseren. Als u doorgaat met het gebruiken van deze website, gaan we er vanuit dat u ermee instemt.", "dismiss": "Ok", "link": "Privacyverklaring", "href": "https://www.ckboz.nl/over-ckb/privacyverklaring" } })}); </script> </body><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> </html><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " public aHTML => array(2) ( "logic" => array(1) ( "template" => array(1) ( 0 => string(950) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "logic :: SITE_ROOT/application/templates/logic/template.php"); } } $wmView = new view(); $wmView->sType = "logic"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/logic/template.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php if ( registry::isRegistered('pathInfo') ) { $pathInfo = registry::get('pathInfo'); if ( $pathInfo instanceof pathInfo ) { if ( count($pathInfo->nodes) > 0 ) { $this->sState = end( $pathInfo->nodes ); } } } ?><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " ) ) "html" => array(11) ( "html" => array(1) ( 0 => string(865) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/html.php"); } } $wmView = new view(); $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/html.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php $wmPathInfo = registry::get('pathInfo'); $sLanguage = $wmPathInfo->language->sLanguageName; ?> <!DOCTYPE html> <html lang="<?php echo $sLanguage ?>"> {CONTENT} </html><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " ) "head" => array(1) ( 0 => string(5070) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/head.php"); } } $wmView = new view(); $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/head.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php $wmPathInfo = registry::get('pathInfo'); $wmUser = registry::get('user'); $sExtraTitle = NULL; if(count($wmPathInfo->modules)) { for($i = 1; $i < count($wmPathInfo->modules); $i++) { $wmModule = $wmPathInfo->modules[$i]; if(isset($wmModule->sName)) { $sExtraTitle = $wmModule->sName.' - '.$sExtraTitle; } else if(isset($wmModule->sTitle)) { $sExtraTitle = $wmModule->sTitle.' - '.$sExtraTitle; } } } $sTitle = NULL; if($wmPathInfo->pages->current->sTitle != '' ) { $sTitle = $wmPathInfo->pages->current->sTitle.' | '; } ?> <head> <meta charset="utf-8"> <title><?php echo $sExtraTitle.$sTitle.$wmPathInfo->language->sName;?></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <link rel="shortcut icon" href="/application/assets/icons/favicon.ico" type="image/x-icon" /> <?php // Default description $sDescription = 'Centrum voor de Kunsten Bergen op Zoom (CKB). Bij ons kun je kunst leren maken en beleven.'; if($wmPathInfo->pages->current->wmPageInfo->sDescription != '' ) { $sDescription = $wmPathInfo->pages->current->wmPageInfo->sDescription; } // Default image $sImage = 'https://www.ckboz.nl/application/assets/images/ckb-share.png'; // Image / description $wmItem = NULL; if($wmItem == NULL) { $wmItem = registry::isRegistered('wmNewsItem') ? registry::get('wmNewsItem') : NULL; } if($wmItem == NULL) { $wmItem = registry::isRegistered('wmCalendarItem') ? registry::get('wmCalendarItem') : NULL; } if($wmItem == NULL) { $wmItem = registry::isRegistered('wmModCourse') ? registry::get('wmModCourse') : NULL; } if($wmItem == NULL) { $wmItem = registry::isRegistered('wmMarketMessage') ? registry::get('wmMarketMessage') : NULL; } if ($wmItem !== NULL) { $sImageId = 'iFileId1'; if (isset($wmItem->$sImageId) && $wmItem->$sImageId !== NULL) { $wmFile = file::getById($wmItem->$sImageId); if ($wmFile instanceof image) { $wmFile->resizeAndCrop(451,350); $sImage = 'https://www.ckboz.nl'.$wmFile->getProcessedPath(); } } if (isset($wmItem->sIntro) && $wmItem->sIntro !== NULL) { $sDescription = $wmItem->sIntro; } else if(isset($wmItem->sDescription) && $wmItem->sDescription !== NULL) { $sDescription = new wmCharset($wmItem->sDescription); $sDescription->stripTags(); $sDescription->truncate(150,'...',TRUE); } } $sDescription = strip_tags($sDescription); ?> <meta property="og:title" content="<?php echo $sExtraTitle.$sTitle.$wmPathInfo->language->sName;?>" /> <meta property="og:url" content="<?php echo uri::getCurrentURI(); ?>" /> <meta property="og:site_name" content="CKB" /> <meta property="og:description" content="<?php echo $sDescription; ?>" /> <meta property="og:image" content="<?php echo $sImage; ?>" /> <meta name="twitter:url" content="<?php echo uri::getCurrentURI(); ?>" /> <meta name="twitter:title" content="<?php echo $sExtraTitle.$sTitle.$wmPathInfo->language->sName;?>" /> <meta name="twitter:description" content="<?php echo $sDescription; ?>" /> <meta name="twitter:image" content="<?php echo $sImage; ?>" /> <?php if (config::get('status') == webmanage::STATUS_DEVELOPMENT) { ?> <meta name="robots" content="noindex" /> <meta name="robots" content="nofollow" /> <meta name="robots" content="noindex, nofollow" /> <meta name="robots" content="noarchive" /> <?php } ?> {CONTENT} <?php if(config::isRegistered('googleanalyticskey') && config::isRegistered('googleanalyticskeydomain')) {?> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', '<?php echo config::get('googleanalyticskey');?>', '<?php echo config::get('googleanalyticskeydomain');?>'); <?php if(registry::isRegistered('googlePage')) {?> ga('send', 'pageview', '<?php echo registry::get('googlePage');?>'); <?php } else { ?> ga('send', 'pageview'); <?php } ?> </script> <?php }?> </head> <?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " ) "stylesheet" => array(8) ( 0 => string(899) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/stylesheets/style.general.css?v=2"; $wmView->aAttributes->media = "screen"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><link rel="stylesheet" href="{src}" type="text/css" media="{media}" /><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 1 => string(897) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/stylesheets/style.green.css?v=2"; $wmView->aAttributes->media = "screen"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><link rel="stylesheet" href="{src}" type="text/css" media="{media}" /><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 2 => string(895) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/stylesheets/style.red.css?v=2"; $wmView->aAttributes->media = "screen"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><link rel="stylesheet" href="{src}" type="text/css" media="{media}" /><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 3 => string(898) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/stylesheets/style.yellow.css?v=2"; $wmView->aAttributes->media = "screen"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><link rel="stylesheet" href="{src}" type="text/css" media="{media}" /><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 4 => string(898) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/stylesheets/style.purple.css?v=2"; $wmView->aAttributes->media = "screen"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><link rel="stylesheet" href="{src}" type="text/css" media="{media}" /><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 5 => string(901) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/stylesheets/ckb-responsive.css?v=17"; $wmView->aAttributes->media = "screen"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><link rel="stylesheet" href="{src}" type="text/css" media="{media}" /><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 6 => string(1115) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/system/assets/stylesheets/toolbar.css"; $wmView->aAttributes->media = "screen"; $wmView->aAttributes->permission = "toolbar.view"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php if ( registry::isRegistered("user") ) { $user = registry::get("user"); if ( $user instanceof user ) { if ( $user->can("toolbar.view") ) { ?> <link rel="stylesheet" href="{src}" type="text/css" media="{media}" /><?php } } } ?> <?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 7 => string(1121) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/stylesheet.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/system/assets/stylesheets/blockcontrols.css"; $wmView->aAttributes->media = "screen"; $wmView->aAttributes->permission = "toolbar.view"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/stylesheet.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php if ( registry::isRegistered("user") ) { $user = registry::get("user"); if ( $user instanceof user ) { if ( $user->can("toolbar.view") ) { ?> <link rel="stylesheet" href="{src}" type="text/css" media="{media}" /><?php } } } ?> <?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " ) "javascript" => array(9) ( 0 => string(865) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "https://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="{src}"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 1 => string(857) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.5.3/modernizr.min.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="{src}"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 2 => string(847) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/javascript/class.mootools-more-1.4.0.1.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="{src}"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 3 => string(833) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/javascript/class.mootabs.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="{src}"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 4 => string(839) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/javascript/class.courseoverlay.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="{src}"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 5 => string(835) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/javascript/class.scrollspy.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="{src}"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 6 => string(832) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/javascript/class.slider.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="{src}"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 7 => string(824) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/javascript/main.js"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="{src}"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 8 => string(843) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/javascript.php"); } } $wmView = new view(); $wmView->aAttributes->src = "/application/assets/javascript/collapse-polyfilled.js?v=2"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/javascript.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><script type="text/javascript" src="{src}"></script><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " ) "body" => array(1) ( 0 => string(1823) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/body.php"); } } $wmView = new view(); $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/body.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php $sColorImage = NULL; if(registry::isRegistered('pageColorImage')) { $sColorImage = registry::get('pageColorImage'); $sColorImage = 'style="background-image: url('.$sColorImage.');"'; }?> <body <?php echo $sColorImage;?>>{CONTENT} <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" /> <script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script> <script> window.addEventListener("load", function(){ window.cookieconsent.initialise({ "palette": { "popup": { "background": "#000" }, "button": { "background": "#f7ae00" } }, "theme": "classic", "content": { "message": "Cookies worden door ons gebruikt om het gebruiksgemak op onze website te verbeteren en om anonieme bezoekersgegevens te analyseren, zodat we de website kunnen optimaliseren. Als u doorgaat met het gebruiken van deze website, gaan we er vanuit dat u ermee instemt.", "dismiss": "Ok", "link": "Privacyverklaring", "href": "https://www.ckboz.nl/over-ckb/privacyverklaring" } })}); </script> </body><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " ) "toolbar" => array(1) ( 0 => string(13673) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/system/templates/html/toolbar/toolbar.php"); } } $wmView = new view(); $wmView->aAttributes->id = "system:toolbar/toolbar.php"; $wmView->aAttributes->permission = "toolbar.view"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/system/templates/html/toolbar/toolbar.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php if ( registry::isRegistered("user") ) { $user = registry::get("user"); if ( $user instanceof user ) { if ( $user->can("toolbar.view") ) { ?> <?php $user = registry::get('user'); $wmPathInfo = registry::get('pathInfo'); $page = $wmPathInfo->pages->current; $wmModules = module::getAllGenericModulesInRoot(TRUE); $wmDatabase = registry::get('database'); $bShowBar = FALSE; if((!$user->can('page.admin') && !$user->can('module.admin')) && (!isset($_COOKIE['notiBar']) || (isset($_COOKIE['notiBar']) && $_COOKIE['notiBar'] != $user->dtLastLogin->format('YmdHis') ))) { $bShowBar = TRUE; } ////////////////////////////////// // Get unpublished module items ////////////////////////////////// $wmVersionModules = new wmArray(); $wmVersionPages = new wmArray(); if($bShowBar) { if(count($wmModules) > 0) { foreach($wmModules as $wmBarModule) { $bLogChanged = FALSE; try { if ( $user->can( 'module.view', $wmBarModule ) ) { //versies ophalen per module $wmToolBarmodule = $wmBarModule->wmModule; //get only the items where the user has access to if(!$user->can('module.view.unrestricted')) { $wmToolBarmodule->setUserRestrictionModeEnabled(); } //Check if there is a log for the module $bLogChanged = $wmToolBarmodule->wmConfig->bLogChanges; if($bLogChanged == TRUE){ if($wmDatabase->canSwitchToSlave()) { $wmDatabase->switchToSlave(); $versionModule = $wmToolBarmodule->getAll(); $wmDatabase->switchToMaster(); if(!$user->can('module.view.unrestricted')) { $wmToolBarmodule->setUserRestrictionModeDisabled(); } } //unpublished items per module in de registry zetten if(count($versionModule) > 0){ $sIndex = $wmToolBarmodule->wmConfig->sItem; $wmVersionModules[$sIndex] = new wmArray(); foreach($versionModule as $wmModuleItem) { $wmVersionModules[$sIndex][] = $wmModuleItem->getPrimaryKeyValue(); } } } } } catch ( ErrorException $exception ) { // skip } $bLogChanged = FALSE; } } ////////////////////////////////// // Get unpublished pages ////////////////////////////////// if($wmDatabase->canSwitchToSlave()) { $wmDatabase->switchToSlave(); // Get all version pages $wmVersionPages = block::getAllLinkedToPages(); $wmDatabase->switchToMaster(); } } $aModules = array( '' => 'Kies een module' ); if ( $user->can( 'administer.view' ) ) { $aModules['webmanage'] = 'Admintools'; } if ( $user->can( 'filemanager.view' ) ) { $aModules['webmanage/bestandsbeheer'] = 'Bestandsbeheer'; } if ( $user->can( 'form.administer' ) ) { $aModules['webmanage/formulieren'] = 'Formulierenbeheer'; } if( $user->can('page.admin') && $user->can('module.admin')) { $aModules['webmanage/log/published'] = 'Log'; } else if( $user->can('page.publish') && $user->can('module.publish')) { $aModules['webmanage/log'] = 'Log'; } if(count($aModules) > 1 && $wmModules->count() > 0) { $aModules['null'] = '=================='; } foreach($wmModules as $wmModule) { $wmGenModule = module::getGenericModuleByName($wmModule->sName); try { if ( $user->can( 'module.view', $wmGenModule ) ) { $aModules['webmanage/module/'.$wmModule->sName] = $wmGenModule->wmModule->wmConfig->sTitle; } } catch ( ErrorException $exception ) { // skip } } ?> <div id="wmToolbar"> <div id="wmToolbarContainer"> <img id="wmToolbarLogo" src="/system/assets/images/toolbar/toolbar.logo.png" /> <div id="wmToolbarNavigation"> <?php $form = new form('selectmodule'); if (count( $aModules ) > 1) { echo $form->set( new selectField( 'sModule', NULL, $aModules ) ); } ?> </div> </div> <div id="wmToolbarExtraButtons"> <?php if ( ( $user->can('page.add', $page) || $user->can('page.edit.pageinformation', $page) || $user->can('page.delete', $page) || $user->can('page.publish', $page)) && $page->sType == 'application') {?> <div id="wmToolbarPageButtons"> <span class="moderatePageTitle">Pagina beheer</span> <?php if ( $user->can('page.add', $page) && $page->sType == 'application' ) { ?> <a id="wmToolbarButtonPageAdd" class="blackbutton" onclick="window.open('/webmanage/pagina/toevoegen/<?php echo $wmPathInfo->pages->current->getPageId() ?>','Pagina_toevoegen','width=750,height=700,scrollbars=yes,toolbar=no,location=no,resizable=1'); return false" href="#"><span class="icon">=</span>Toevoegen</a> <?php } ?> <?php if ( $user->can('page.edit.pageinformation', $page) && $page->sType == 'application' ) { ?> <a id="wmToolbarButtonPageEdit" class="blackbutton" onclick="window.open('/webmanage/pagina/settings/<?php echo $wmPathInfo->pages->current->getPageId() ?>','Pagina_settings','width=750,height=200,scrollbars=yes,toolbar=no,location=no,resizable=1'); return false" href="#"><span class="icon">p</span>Wijzigen</a> <?php } ?> <?php if ( $user->can('page.delete', $page) && $page->sType == 'application' ) { ?> <a id="wmToolbarButtonPageDelete" class="blackbutton" onclick="window.open('/webmanage/pagina/verwijderen/<?php echo $wmPathInfo->pages->current->getPageId() ?>','Pagina_verwijderen','width=750,height=300,scrollbars=yes,toolbar=no,location=no,resizable=1'); return false" href="#"><span class="icon">x</span>Verwijderen</a> <?php } ?> <?php if ( $user->can('page.publish', $page) && $page->sType == 'application' ) { ?> <?php if ( $page->sStatus == 'active' ) { ?> <a id="wmToolbarButtonPageDeactivate" class="blackbutton" href="/webmanage/pagina/deactiveer/<?php echo $wmPathInfo->pages->current->getPageId() ?>?sHash=<?php echo security::token() ?>"><span class="icon active"></span>Actief</a> <?php } else { ?> <a id="wmToolbarButtonPageActivate" class="blackbutton" href="/webmanage/pagina/activeer/<?php echo $wmPathInfo->pages->current->getPageId() ?>?sHash=<?php echo security::token() ?>"><span class="icon inactive"></span>Inactief</a> <?php } ?> <?php }?> </div> <?php }?> <div id="wmToolbarLogoutButton"> <?php $sUser = NULL; if(isset($user->sFirstName)) { $sUser = $user->sFirstName; } if(isset($user->sLastName)) { $sUser = $sUser.' '.$user->sLastName; } if($sUser == NULL) { $sUser = $user->sUsername; } ?> <span class="name"><?=$sUser?></span> <a id="wmToolbarButtonLogout" class="blackbutton" href="/logout"><span class="icon">l</span></a> </div> </div> </div> <script> $('field_sModule').addEvent('change', function(e) { if(e != null) { e.preventDefault(); } if(this.value != '') { location.href = '/'+this.value } }); </script> <?php if ($wmDatabase->canSwitchToSlave()) { $wmDatabase->switchToSlave(); $aVersionBlocks = block::getAllByPageId( $page->getPageId() ); $wmDatabase->switchToMaster(); if(count($aVersionBlocks) > 0 ) { $wmLog = log::getLastStateByDefaultWriterAndTypeAndTypeIdAndTypeItemId(log::TYPE_BLOCK, $page->getPageId()); $dtPageCreated = 'Onbekend'; if($page->dtCreation instanceof wmDateTime) { $dtPageCreated = $page->dtCreation->format(wmDateTime::HUMAN_NO_SECONDS); } $iCreatorUserId = $page->iUserId; $wmCreatorUser = user::getById($iCreatorUserId); $sCreatorUsername = 'Onbekend'; if($wmCreatorUser instanceof user) { $sCreatorUsername = $wmCreatorUser->sUsername; } $dtPageEdited = $wmLog->dtCreated->format(wmDateTime::HUMAN_NO_SECONDS); $iEditorUserId = $wmLog->iUserId; $wmEditorUser = user::getById($iEditorUserId); $sEditorUsername = $wmEditorUser->sUsername; ?> <script> window.addEvent('domready', function() { initializeEvents(); }); function initializeEvents() { if($('publishManagerContainer')){ initNotificationManager(); } initCloseButtons(); } function initNotificationManager() { if($$('div#publishManagerContainer').length > 0) { var firstButtonDiv = $$('div#publishManagerContainer')[0]; if(firstButtonDiv != null) { var coords = firstButtonDiv.getCoordinates(); var ss = new ScrollSpy({ min: coords.top, onEnter: function(position,state,enters) { firstButtonDiv.addClass('fixed'); }, onLeave: function(position,state,leaves) { firstButtonDiv.removeClass('fixed'); }, container: window }); } } } function initCloseButtons() { $$('.closeBar').addEvent("click",function(e){ if(e!=null) { e.preventDefault(); } var closeDiv = this.get('rel'); $(closeDiv).addClass('hide'); if($('publishManagerContainer')){ initNotificationManager(); } }); } </script> <script> window.addEvent('domready', function() { var myTips = new Tips($$('.info'),{ offset:{ x:-12, y:35 }, fixed: true }); $$('.info').each(function(elm) { elm.store('tip:text', '<p><span>Aangemaakt door:</span><?=$sCreatorUsername?> op <?=$dtPageCreated?></p><p><span>Gewijzigd door:</span><?=$sEditorUsername?> op <?=$dtPageEdited?></p>'); }); if ($('wmCompare')) { $('wmCompare').addEvent('click', function(e) { if (e) e.preventDefault(); // full screen var size = window.getSize(); mywindow = window.open("/webmanage/pagina/vergelijk/<?php echo $page->getPageId() ?>?sHash=<?php echo security::token() ?>", "compare", "location=1,status=1,scrollbars=1, width="+size.x+",height="+size.y); mywindow.moveTo(0, 0); }); } }); </script> <div id="wmPublisher"> <div id="publishNotification"> <div class="text"> <?php if(count($aVersionBlocks) > 0){ $iCountVersions = count($aVersionBlocks); if($iCountVersions > 1){ ?> <p>Er zijn <a href="#"><?=$iCountVersions?> nieuwe berichten</a> aangemaakt of gewijzigd.</p> <?php } else { ?> <p>Er is <a href="#"><?=$iCountVersions?> nieuw bericht</a> aangemaakt of gewijzigd.</p> <?php } } ?> <a href="#" class="closeButtonOrange closeBar" rel="publishNotification">X</a> </div> <div class="clear"></div> </div> <div id="publishManagerContainer"> <div class="publishManager"> <ul class="buttons"> <li><a class="info" href="#"><span class="icon">i</span>Info</a></li> <li><a id="wmCompare" href="#"><span class="icon">f</span>Bekijk wijziging</a></li> <?php if ( $user->can( 'page.publish', $page ) ) { ?> <li><a href="/webmanage/pagina/publiceer/<?php echo $page->getPageId() ?>?sHash=<?php echo security::token() ?>" class="publish"><span class="icon">Y</span> Publiceer</a></li> <li><a href="/webmanage/pagina/weiger/<?php echo $page->getPageId() ?>?sHash=<?php echo security::token() ?>">Weiger</a></li> <?php } ?> </ul> <div class="text"> Items op deze pagina zijn gewijzigd: </div> <div class="clear"></div> </div> </div> </div> <?php } else if($user->can('page.publish') && $user->can('module.publish') && (count($wmVersionModules) > 0 || count($wmVersionPages) > 0)) {?> <div id="wmPublisher"> <div id="publishNotification"> <div class="text"> <p>Er zijn <a href="/webmanage/log"> items</a> aangemaakt of gewijzigd.</p> <a href="#" class="closeButtonOrange closeBar" rel="publishNotification">X</a> </div> <div class="clear"></div> </div> </div> <script type="text/javascript"> window.addEvent('domready', function() { initializeEvents(); }); function initializeEvents() { initCloseButtons(); } function initCloseButtons() { $$('.closeBar').addEvent("click",function(e){ if(e!=null) { e.preventDefault(); } var closeDiv = this.get('rel'); $(closeDiv).addClass('hide'); var myCookie = Cookie.write('notiBar', '<?php echo $user->dtLastLogin->format('YmdHis');?>'); }); } </script> <?php } } ?><?php } } } ?> <?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " ) "header" => array(1) ( 0 => string(7641) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/template/header.php"); } } $wmView = new view(); $wmView->aAttributes->id = "application:template/header.php"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/template/header.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><style> .logofeest:after, .logofeest:before { display: none !important; } .logofeest { background: none !important; } #header .logofeest { transition: opacity 0.3s; visibility: visible; } #header.fixed .logofeest { opacity: 0; visibility: hidden; } </style> <?php $wmPathInfo = registry::get('pathInfo'); ?> <!-- Header ================================================== --> <div id="header" class="header2014"> <div class="left"> <a href="/"> <img class="logo" src="/application/assets/images/header.logo.2014.jpg" alt="Centrum voor de Kunsten Bergen op Zoom" /> </a> <button class="hamburger-button" data-toggle="collapse" data-target=".collapse.collapse-menu" data-text="Collapse"> <span></span><span></span><span></span> </button> </div> <div class="collapse collapse-menu"> <div class="nav-scroll-wrapper"> <div class="right"> <?php /* TOP MENU */ $wmMenu = navigation::getByNavigationName('Topmenu'); if ($wmMenu instanceof navigation) { ?> <ol id="submenu" class="right"> <?php $wmPage = page::getById($wmMenu->iParentPageId); $wmUri = uri::getByPageId($wmMenu->iParentPageId); // set menu list foreach($wmMenu->aPages as $wmNavigationPage) { $wmPage = page::getById($wmNavigationPage->iPageId); $wmUri = uri::getByPageId($wmNavigationPage->iPageId); if ($wmUri instanceof uri && $wmPage instanceof page && $wmUser->can('page.view', $wmPage)) { // set classname $sClass = NULL; if ($wmPage->getPageId() == $wmPathInfo->pages->current->getPageId() && sizeof($wmPathInfo->nodes) == 0) {// active $sClass = ' class="active" '; } echo '<li><a href="'.$wmUri->sFullPath.'" title="'.$wmPage->sTitle.'" '.$sClass.'>'.$wmPage->sButtonName.'</a></li>'; } } if(isset($_SESSION['subscriptions'])) { $wmModule = module::getGenericModuleByClassname('modCourse'); $wmSubscriptions = unserialize($_SESSION['subscriptions']); echo '<li><a href="/inschrijven/cursusoverzicht" title="Naar je cursusoverzicht" class="button">Je inschrijvingen ('.$wmSubscriptions->wmCourseStudents->count().')</a></li>'; } else { // direct inschrijven $wmSubscribePage = page::getByTemplatePath('subscribe.xml'); if ($wmSubscribePage instanceof page) { $wmUri = uri::getByPageId($wmSubscribePage->getPageId()); if ($wmUri instanceof uri) { echo '<li><a class="button" href="'.$wmUri->sFullPath.'" title="Direct inschrijven"><img src="/application/assets/images/arrow.medium.png" width="18px" height="18px" alt="Direct inschrijven" /> Direct inschrijven</a></li>'; } } } echo '</ol>'; } /* OTHER MENU */ $wmMenu = navigation::getByNavigationName('Othermenu'); if ($wmMenu instanceof navigation) { ?> <ol id="othermenu" class="clear right" style="overflow:visible;"> <?php $wmPage = page::getById($wmMenu->iParentPageId); $wmUri = uri::getByPageId($wmMenu->iParentPageId); // set menu list foreach($wmMenu->aPages as $wmNavigationPage) { $wmPage = page::getById($wmNavigationPage->iPageId); $wmUri = uri::getByPageId($wmNavigationPage->iPageId); if ($wmUri instanceof uri && $wmPage instanceof page && $wmUser->can('page.view', $wmPage)) { // set classname $sClass = NULL; if ($wmPage->getPageId() == $wmPathInfo->pages->current->getPageId() && sizeof($wmPathInfo->nodes) == 0) {// active $sClass = ' class="active" '; } echo '<li><a style="border: none;" href="'.$wmUri->sFullPath.'" title="'.$wmPage->sTitle.'" '.$sClass.'>'.$wmPage->sButtonName.'</a></li>'; } } ?> </ol> <?php } ?> </div> <div class="clear"></div> <div id="header-bar"> <?php /* OTHER MENU */ $wmMenu = navigation::getByNavigationName('Hoofdmenu'); if ($wmMenu instanceof navigation) { ?> <ol id="menu" class="left"> <?php $wmPage = page::getById($wmMenu->iParentPageId); $wmUri = uri::getByPageId($wmMenu->iParentPageId); // colors $aClassNames = config::get('pageColors'); if (!is_array($aClassNames)) { $aClassNames = array(); } // set menu list foreach($wmMenu->aPages as $wmNavigationPage) { $wmPage = page::getById($wmNavigationPage->iPageId); $wmUri = uri::getByPageId($wmNavigationPage->iPageId); if ($wmUri instanceof uri && $wmPage instanceof page && $wmUser->can('page.view', $wmPage)) { // set classname $sClass = NULL; $sActiveClass = NULL; // check for colors + active if (is_array($aClassNames) && isset($aClassNames[$wmPage->getPageId()]) && $wmPage->getPageId() == $wmPathInfo->pages->current->getPageId() && sizeof($wmPathInfo->nodes) == 0) { $sClass = ' class="'.$aClassNames[$wmPage->getPageId()].'" '; $sActiveClass = ' class="active" '; } // check for colors else if (is_array($aClassNames) && isset($aClassNames[$wmPage->getPageId()])) { $sClass = ' class="'.$aClassNames[$wmPage->getPageId()].'" '; } // check for active else if ($wmPage->getPageId() == $wmPathInfo->pages->current->getPageId() && sizeof($wmPathInfo->nodes) == 0) {// active $sActiveClass = ' class="active" '; } echo '<li'.$sClass.'><a href="'.$wmUri->sFullPath.'" title="'.$wmPage->sTitle.'"'.$sActiveClass.'>'.$wmPage->sButtonName.'</a></li>'; } } ?> </ol> <?php } /* SEARCH PAGE (courseOverview.xml) */ $wmSearchPage = page::getByTemplatePath('courseOverview.xml'); if ($wmSearchPage instanceof page) { $wmUri = uri::getByPageId($wmSearchPage->getPageId()); if ($wmUri instanceof uri) { ?> <div id="search" class="right"> <form methode="get" action="<?php echo $wmUri->sFullPath; ?>"> <div> <input type="text" name="q" id="q" placeholder="Zoek in ons cursusaanbod" value="" /><button type="submit"> </button> </div> </form> </div> <?php } } ?> <div class="clear"></div> <div class="pattern-bar"></div> </div><!-- end header-bar --> </div> <!-- end <div class="block collapse first"> --> </div> </div> <!-- End header ================================================== --> <?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " ) "slider" => array(1) ( 0 => string(5197) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/home/slider.php"); } } $wmView = new view(); $wmView->aAttributes->id = "application:home/slider.php"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/home/slider.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php $wmPathInfo = registry::get('pathInfo'); // current page $wmPage = $wmPathInfo->pages->current; $wmCurrentURI = uri::getByPageId( $wmPage->getPageId()); /* * SLIDER */ $wmModule = module::getGenericModuleByClassName('modHomeSlider'); $wmSliderModule = $wmModule->wmModule; $wmSliderModule->getAll(); $wmParentModule = module::getGenericModuleByClassName('modCourseGroup'); $wmCourseGroupModule = $wmParentModule->wmModule; $wmSliderItems = $wmSliderModule->getAllWithLimit(0, 6); if($wmSliderModule->count() > 0){ $aControls = array(); ?> <div id="slider" class="red"> <div class="background"> <div class="photo"> <div class="mask"></div> </div> </div> <div class="content"> <?php $wmIterator = $wmSliderItems->getIterator(); while( $wmIterator->hasKeysLeftToIterate() ) { $wmSliderItem = $wmIterator->current(); $wmSliderItem->loadLinkedModules(); if ( $wmSliderItem instanceof modHomeSlider ) { $wmCourseGroupModule->getById($wmSliderItem->iCourseGroupId); $wmCategoryURI = uri::getByPageId($wmCourseGroupModule->iPageId); ?> <div id="sliderTab<?php echo $wmIterator->position(); ?>" class="hide"> <h1 class="times"><?php echo $wmSliderItem->sTitle; ?></h1> <p><?php echo $wmSliderItem->sDescription; ?></p> <a href="<?php echo $wmCategoryURI->sFullPath; ?>" class="button left"><img src="/application/assets/images/arrow.medium.png" width="18px" height="18px" /> Bekijk cursusaanbod</a> <?php // set popular categories $aCourseCategories = $wmSliderItem->aLinkedModules['modCourseCategory']['data']; if(count($aCourseCategories) > 0) { ?> <div class="block links left"> <span class="title">Populair</span> <ul> <?php foreach ($aCourseCategories as $aCourseCategory) { $wmCourseCategoryURI = uri::getByPageId($aCourseCategory->iPageId); echo '<li><a href="'.$wmCourseCategoryURI->sFullPath.'?categorie[]='.urlencode($aCourseCategory->sName).'">'.$aCourseCategory->sName.'</a></li>'; } ?> </ul> </div> <?php } ?> </div> <?php // set the image $sFileUrl = NULL; if (isset($wmSliderItem->iFileId1) && $wmSliderItem->iFileId1 != NULL) { $wmFile = file::getById($wmSliderItem->iFileId1); if ($wmFile instanceof image) { $wmFile->resizeAndCrop(730, 455); $sFileUrl = $wmFile->getProcessedPath(); } } // set the controls $aControls[$wmIterator->position()]['sColor'] = $wmCourseGroupModule->sColor; $aControls[$wmIterator->position()]['sImageUrl'] = $sFileUrl; unset($wmSliderItem); $wmIterator->next(); } } if(isset($aControls) && count($aControls) > 0) { ?> <div class="controls"> <?php foreach($aControls as $key => $aControl) { ?> <a href="#" rel="<?php echo $key; ?>" div="#sliderTab<?php echo $key; ?>" css="<?php echo $aControl['sColor']; ?>" class="<?php echo $aControl['sColor']; ?>" image="<?php echo $aControl['sImageUrl']; ?>"><span><?php echo $key; ?></span></a> <?php } ?> </div> <?php } ?> </div> </div> <?php } ?><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " ) "column" => array(1) ( 0 => string(896) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/template/columns.php"); } } $wmView = new view(); $wmView->aAttributes->id = "application:template/columns.php"; $wmView->aAttributes->class = "container columns"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/template/columns.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><div class="{class}"> {CONTENT} <div class="clear"></div> </div><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " ) "block" => array(3) ( 0 => string(4046) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/blocks/newsCalendar.php"); } } $wmView = new view(); $wmView->aAttributes->id = "application:blocks/newsCalendar.php"; $wmView->aAttributes->class = "column1"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/blocks/newsCalendar.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php $wmPathInfo = registry::get('pathInfo'); // Get current page id $iCurrentPageId = (int) $wmPathInfo->pages->current->getPageId(); $bShowPublishDate = TRUE; // Hide publish date on Home if ( $iCurrentPageId == 1 ) { $bShowPublishDate = FALSE; } // news $wmModule = module::getGenericModuleByClassName('modNews'); $wmNewsModule = $wmModule->wmModule; $wmNewsModule->wmConfig->clearQueryterms(); $wmNewsModule->wmConfig->setQueryTerm('dtPublishedDate','<=',date('Y-m-d H:i:s'), NULL); $wmNewsItems = $wmNewsModule->getAllWithLimit(0, 3); // calendar $wmModule = module::getGenericModuleByClassName('modCalendar'); $wmCalendarModule = $wmModule->wmModule; $wmCalendarModule->wmConfig->clearQueryterms(); $wmCalendarModule->wmConfig->setQueryTerm('dtStartDate','>=',date('Y-m-d H:i:s'), NULL, '('); $wmCalendarModule->wmConfig->setQueryTerm('dtStartDate','<=',date('Y-m-d'), 'OR', '('); $wmCalendarModule->wmConfig->setQueryTerm('dtEndDate','>=',date('Y-m-d H:i:s'), 'AND', NULL,'))'); $wmCalendarItems = $wmCalendarModule->getAllWithLimit(0, 3); if (count($wmNewsItems) > 0 || count($wmCalendarItems) > 0) { ?> <div class="{class}"> <div class="block fixedheight"> <span class="tabs"> <?php /* SET TABS */ if (count($wmNewsItems) > 0) { ?> <a href="#" title="Nieuws" rel="newsTab">Nieuws</a> <?php } if (count($wmCalendarItems) > 0) { ?> / <a href="#" rel="eventsTab" title="Agenda">Agenda</a> <?php } ?> </span> <?php /* SET NEWS */ if (count($wmNewsItems) > 0) { $wmPage = page::getByTemplatePath('news.xml'); if ($wmPage instanceof page) { $wmUri = uri::getByPageId($wmPage->getPageId()); ?> <div id="newsTab" class="hide"> <ul class="news-list"> <?php foreach($wmNewsItems as $wmNews) { ?> <li> <a href="<?php echo $wmUri->sFullPath; ?>/<?php echo $wmNews->sUrl; ?>" title="<?php echo addslashes($wmNews->sTitle); ?>"><span class="description left"><?php if ($bShowPublishDate == TRUE) { ?><strong><?php echo $wmNews->dtPublishedDate->format('d F'); ?></strong> - <?php } ?><?php echo $wmNews->sTitle; ?></span></a></li> <?php } ?> </ul> <a href="<?php echo $wmUri->sFullPath; ?>" class="arrow">Bekijk het volledige nieuws</a> </div> <?php } } /* SET CALENDAR */ if (count($wmCalendarItems) > 0) { $wmPage = page::getByTemplatePath('calendar.xml'); if ($wmPage instanceof page) { $wmUri = uri::getByPageId($wmPage->getPageId()); ?> <div id="eventsTab" class="hide"> <ul class="event-list"> <?php foreach($wmCalendarItems as $wmCalendar) { ?> <li><a href="<?php echo $wmUri->sFullPath; ?>/<?php echo $wmCalendar->sUrl; ?>" title="<?php echo addslashes($wmCalendar->sTitle); ?>"><span class="date left"><?php echo $wmCalendar->dtStartDate->format('d'); ?><span class="month"><?php echo $wmCalendar->dtStartDate->format('M'); ?></span></span><span class="description left"><?php echo $wmCalendar->sTitle; ?></span></a></li> <?php } ?> </ul> <a href="<?php echo $wmUri->sFullPath; ?>" class="arrow">Bekijk de volledige agenda</a> </div> <?php } } ?> </div> </div> <?php } ?><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 1 => string(2485) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/blocks/ckbBazaar.php"); } } $wmView = new view(); $wmView->aAttributes->id = "application:blocks/ckbBazaar.php"; $wmView->aAttributes->class = "column1"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/blocks/ckbBazaar.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php $wmPathInfo = registry::get('pathInfo'); $wmPage = page::getByTemplatePath('market.xml'); if ($wmPage instanceof page) { // news $wmModule = module::getGenericModuleByClassName('modMarketMessage'); $wmBazaar = $wmModule->wmModule; $wmBazaar->wmConfig->clearQueryterms(); $wmBazaarItems = $wmBazaar->getAllWithLimit(0, 3); if (count($wmBazaarItems) > 0) { ?> <div class="{class}"> <div class="block fixedheight"> <span class="title">CKB Bazaar</span> <ul class="photo-list"> <?php /* SET BAZAAR */ $wmUri = uri::getByPageId($wmPage->getPageId()); foreach($wmBazaarItems as $wmItem) { // image $sImageUrl = NULL; $wmImage = file::getById($wmItem->iFileId1); if($wmImage instanceof image) { $wmImage->resizeAndCrop(69,49); $sImageUrl = $wmImage->getProcessedPath(); } // with image if ($sImageUrl !== NULL) { ?> <li><a href="<?php echo $wmUri->sFullPath; ?>/<?php echo $wmItem->sUrl; ?>" title="<?php echo addslashes($wmItem->sTitle); ?>"><span class="thumbnail left" style="background-image:url('<?php echo $sImageUrl; ?>'); ">&nbps;</span><span class="description left"><?php echo $wmItem->sTitle; ?></span></a></li> <?php } // without image else { ?> <li><a class="wide" href="<?php echo $wmUri->sFullPath; ?>/<?php echo $wmItem->sUrl; ?>" title="<?php echo addslashes($wmItem->sTitle); ?>"><span class="description left"><?php echo $wmItem->sTitle; ?></span></a></li> <?php } } ?> </ul> <a href="<?php echo $wmUri->sFullPath; ?>" class="arrow">Bekijk alle koopjes</a> </div> </div> <?php } } ?><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " 2 => string(2105) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/blocks/newsletter.php"); } } $wmView = new view(); $wmView->aAttributes->id = "application:blocks/newsletter.php"; $wmView->aAttributes->class = "column1"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/blocks/newsletter.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><div class="{class}"> <div class="block newsletter fixedheight"> <span class="title">Nieuwsbrief</span> <p class="thankyou hide">Bedankt voor je aanmelding. <br/>De eerst volgende nieuwsbrief ontvang je per e-mail.</p> <form method="get" action="#" accept-charset="UTF-8"> <div> <input type="text" class="email" placeholder="je e-mailadres" value="" /> <input type="text" class="name hide" placeholder="je naam" value="" /> <a href="#" class="smallbutton grey left"><img src="/application/assets/images/arrow.small.png" width="17px" height="15px" /> inschrijven</a> <img class="loader hide" src="/application/assets/images/loader.small.gif" /> </div> </form> </div> <div class="block contact fixedheight"> <?php /* FAQ */ $wmFAQPage = page::getByTemplatePath('faq.xml'); if ($wmFAQPage instanceof page) { $wmUri = uri::getByPageId($wmFAQPage->getPageId()); ?> <span class="title"><a href="<?php echo $wmUri->sFullPath; ?>">Vragen?</a></span> <?php } else { ?> <span class="title">Vragen?</span> <?php } // custom field voor contact info $wmTextSnippet = textSnippet::getByNameAndPageId('vragen', 1); echo $wmTextSnippet->getTools(); echo $wmTextSnippet->wmContent->sText; ?> </div> </div> <?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " ) "footer" => array(1) ( 0 => string(5770) "<?php /** Initialize a new block instance with information about this block. */ if ( config::isRegistered('profile') ) { if ( config::get('profile') === TRUE ) { $sBenchmarkToken = profiler::start('Webmanage Views', "html :: SITE_ROOT/application/templates/html/template/footer.php"); } } $wmView = new view(); $wmView->aAttributes->id = "application:template/footer.php"; $wmView->sType = "html"; $wmView->sPath = "/projects/ckbozstag_f4/application/templates/html/template/footer.php"; /** Register $wmView inside the registry for later use. */ registry::set( "view", $wmView ); ?><?php $wmPathInfo = registry::get('pathInfo'); ?> <!-- Footer ================================================== --> <div id="footer"> <div class="container"> <!-- Block: links ================================================== --> <?php /* FOOTER MENU COURSES */ $wmModule = module::getGenericModuleByClassname('modCourseGroup'); $wmCourseGroupModule = $wmModule->wmModule; $wmCourseGroups = $wmCourseGroupModule->getAll(FALSE); if ($wmCourseGroups->count() > 0) { $wmIterator = $wmCourseGroups->getRecursiveIterator(); while ($wmIterator->hasKeysLeftToIterate()) { $wmCourseGroup = $wmIterator->current(); // get course categories $wmModule = module::getGenericModuleByClassname('modCourseCategory'); $wmCourseCategoryModule = $wmModule->wmModule; $wmCourseCategories = $wmCourseCategoryModule->getAllByField('iPageId', $wmCourseGroup->iPageId); if ($wmCourseCategories->count() > 0) { $wmUri = uri::getByPageId($wmCourseGroup->iPageId); ?> <div class="block links <?php echo $wmCourseGroup->sColor; ?> left"> <?php // add link to title if ($wmUri instanceof uri) {// with link (page exists) ?> <span class="title"><a href="<?php echo $wmUri->sFullPath; ?>"><?php echo $wmCourseGroup->sName; ?></a></span> <?php } else {// just a title ?> <span class="title"><?php echo $wmCourseGroup->sName; ?></span> <?php } ?> <ul> <?php // categories link list $wmIteratorCategories = $wmCourseCategories->getRecursiveIterator(); while ($wmIteratorCategories->hasKeysLeftToIterate()) { $wmCourseCategory = $wmIteratorCategories->current(); if ($wmUri instanceof uri) { ?> <li><a href="<?php echo $wmUri->sFullPath; ?>?categorie[]=<?php echo urlencode($wmCourseCategory->sName); ?>" title="<?php echo $wmCourseCategory->sName; ?>"><?php echo $wmCourseCategory->sName; ?></a></li> <?php } $wmIteratorCategories->next(); } ?> </ul> </div> <?php } $wmIterator->next(); } } /* FOOTER MENU CKB */ $wmMenu = navigation::getByNavigationName('CKB'); if ($wmMenu instanceof navigation) { ?> <div class="block links left"> <?php // add link to title $wmPage = page::getById(21); if ($wmPage instanceof page) {// with link (page exists) $wmUri = uri::getByPageId($wmPage->getPageId()); ?> <span class="title"><a href="<?php echo $wmUri->sFullPath; ?>">CKB</a></span> <?php } else {// just a title ?> <span class="title">CKB</span> <?php } ?> <ul> <?php $wmPage = page::getById($wmMenu->iParentPageId); $wmUri = uri::getByPageId($wmMenu->iParentPageId); // menu link list foreach($wmMenu->aPages as $wmNavigationPage) { $wmPage = page::getById($wmNavigationPage->iPageId); $wmUri = uri::getByPageId($wmNavigationPage->iPageId); if ($wmUri instanceof uri && $wmPage instanceof page && $wmUser->can('page.view', $wmPage)) { // set classname $sClass = NULL; if ($wmPage->getPageId() == $wmPathInfo->pages->current->getPageId() && sizeof($wmPathInfo->nodes) == 0) {// active $sClass = ' class="active" '; } echo '<li><a href="'.$wmUri->sFullPath.'" title="'.$wmPage->sTitle.'" '.$sClass.'>'.$wmPage->sButtonName.'</a></li>'; } } ?> </ul> </div> <?php } ?> <!-- End block: links ================================================== --> </div> <div id="skyline"> <div class="container"> <img class="logo" src="/application/assets/images/footer.logo.2014.png" alt="Centrum voor de Kunsten Bergen op Zoom" /> <ul> <?php $wmMenu = navigation::getByNavigationName('footerMenu'); if ($wmMenu instanceof navigation) { foreach($wmMenu->aPages as $wmNavigationPage) { $wmPage = page::getById($wmNavigationPage->iPageId); $wmUri = uri::getByPageId($wmNavigationPage->iPageId); echo '<li><a href="'.$wmUri.'" title="'.$wmPage->sTitle.'" style="color: #959595; line-height: 26px; font-size: 11px; margin-right: 4px;">'.$wmPage->sButtonName.'</a></li>'; } } ?> <li><a href="http://www.facebook.com/ckboz" target="_blank" title="CKB op Facebook" style="margin-left: 8px;"><img src="/application/assets/images/footer.facebook.png" alt="Volg ons op Facebook" /></a></li> <li><a href="http://twitter.com/ckboz" target="_blank" title="CKB op Twitter"><img src="/application/assets/images/footer.twitter.png" alt="Volg ons op Twitter" /></a></li> </ul> </div> </div> </div> <!-- End footer ================================================== --><?php /** Unset $wmBlock because we dont need it anymore. */ unset( $wmView ); ?><?php if ( isset( $sBenchmarkToken ) ) { profiler::stop($sBenchmarkToken); } ?> " ) ) ) public wmXML => object SimpleXMLElement(1)"c" => NULL "pathInfo" => object pathInfo(7){ public html => object SimpleXMLElement(2)public sType => string(11) "APPLICATION" }{ public head => object SimpleXMLElement(3)}{ public comment => array(3) ( ... ) public stylesheet => array(8) ( ... ) public javascript => array(8) ( ... ) }public body => object SimpleXMLElement(6){ public toolbar => object SimpleXMLElement(1)}{ public @attributes => array(2) ( ... ) }public header => object SimpleXMLElement(1){ public @attributes => array(1) ( ... ) }public slider => object SimpleXMLElement(1){ public @attributes => array(1) ( ... ) }public column => object SimpleXMLElement(2){ public @attributes => array(2) ( ... ) public block => array(3) ( ... ) }public footer => object SimpleXMLElement(1){ public @attributes => array(1) ( ... ) }public javascript => object SimpleXMLElement(1){ public @attributes => array(1) ( ... ) }}{ public titles => object wmArray(2)"wmPathInfo" => object pathInfo(7){ public 0 => string(38) "Centrum voor de Kunsten Bergen op Zoom" public 1 => string(3) "CKB" }public uri => object uri(12){ public sURI => string(21) "https://dev.ckboz.nl/" public sScheme => string(5) "https" public sDomain => string(12) "dev.ckboz.nl" public aDomainSegments => array(3) ( 0 => string(3) "dev" 1 => string(5) "ckboz" 2 => string(2) "nl" ) public sPort => NULL public sFullPath => string(1) "/" public aPathSegments => array(1) ( 0 => string(1) "/" ) public sQuery => NULL public aQuerySegments => array(0) public sFragment => NULL public iNode => NULL public aPaths => array(0) }public pages => object stdClass(3){ public current => object page(16)public parents => object wmArray(0){ protected _iPageId => integer 1 protected _bIsSaved => bool FALSE public iParentPageId => NULL public sTitle => string(38) "Centrum voor de Kunsten Bergen op Zoom" public iWeight => integer 0 public sButtonName => string(4) "home" public iTemplateId => integer 15 public iLanguageId => integer 1 public sStatus => string(6) "active" public sType => string(11) "application" public wmPath => NULL public wmPageInfo => object pageInfo(6)public home => object page(16){ protected sTablename => string(10) "wmPageInfo" protected sPrimaryKey => string(7) "iPageId" protected aFields => array(1) ( ... ) protected aFieldTitles => array(1) ( ... ) private _iInfoId => string(1) "1" public sDescription => string(90) "Centrum voor de Kunsten Bergen op Zoom (CKB). Bij ons kun je kunst leren maken en beleven." }public aGroups => object wmArray(3){ public 0 => object group(4)public aBlocks => NULL public iUserId => NULL public dtCreation => NULL }{ protected _iGroupId => integer 1 protected _bIsSaved => bool FALSE public sName => string(9) "Anonymous" public aPermissions => object wmArray(1)public 1 => object group(4){ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }}{ protected _iGroupId => integer 2 protected _bIsSaved => bool FALSE public sName => string(13) "Authenticated" public aPermissions => object wmArray(2)public 2 => object group(4){ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }public 1 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 23 public sPermission => string(11) "folder.view" public sName => string(20) "Bestandsmap bekijken" public sType => string(10) "filesystem" }}{ protected _iGroupId => integer 4 protected _bIsSaved => bool FALSE public sName => string(9) "Webmanage" public aPermissions => object wmArray(27)}{ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 33 public sPermission => string(25) "page.edit.pageinformation" public sName => string(26) "Pagina informatie wijzigen" public sType => string(4) "page" }public 1 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 35 public sPermission => string(10) "page.admin" public sName => string(20) "Pagina administrator" public sType => string(4) "page" }public 2 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }public 3 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 2 public sPermission => string(18) "page.view.inactive" public sName => string(25) "Inactieve pagina bekijken" public sType => string(4) "page" }public 4 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 3 public sPermission => string(8) "page.add" public sName => string(16) "Pagina toevoegen" public sType => string(4) "page" }public 5 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 4 public sPermission => string(9) "page.edit" public sName => string(15) "Pagina bewerken" public sType => string(4) "page" }public 6 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 5 public sPermission => string(11) "page.delete" public sName => string(18) "Pagina verwijderen" public sType => string(4) "page" }public 7 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 6 public sPermission => string(12) "page.publish" public sName => string(17) "Pagina publiceren" public sType => string(4) "page" }public 8 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 26 public sPermission => string(13) "folder.delete" public sName => string(23) "Bestandsmap verwijderen" public sType => string(10) "filesystem" }public 9 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 27 public sPermission => string(22) "filemanager.administer" public sName => string(26) "Toegang tot bestandsbeheer" public sType => string(10) "filesystem" }public 10 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 19 public sPermission => string(16) "filemanager.view" public sName => string(26) "Toegang tot bestandsbeheer" public sType => string(10) "filesystem" }public 11 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 20 public sPermission => string(9) "file.edit" public sName => string(16) "Bestand bewerken" public sType => string(10) "filesystem" }public 12 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 21 public sPermission => string(8) "file.add" public sName => string(16) "Bestand uploaden" public sType => string(10) "filesystem" }public 13 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 22 public sPermission => string(11) "file.delete" public sName => string(19) "Bestand verwijderen" public sType => string(10) "filesystem" }public 14 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 23 public sPermission => string(11) "folder.view" public sName => string(20) "Bestandsmap bekijken" public sType => string(10) "filesystem" }public 15 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 24 public sPermission => string(11) "folder.edit" public sName => string(20) "Bestandsmap bewerken" public sType => string(10) "filesystem" }public 16 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 25 public sPermission => string(10) "folder.add" public sName => string(21) "Bestandsmap toevoegen" public sType => string(10) "filesystem" }public 17 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 7 public sPermission => string(12) "toolbar.view" public sName => string(14) "Webmanage balk" public sType => string(9) "webmanage" }public 18 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 8 public sPermission => string(15) "administer.view" public sName => string(22) "Toegang tot admintools" public sType => string(9) "webmanage" }public 19 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 10 public sPermission => string(15) "user.administer" public sName => string(18) "Gebruikers beheren" public sType => string(9) "webmanage" }public 20 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 32 public sPermission => string(24) "module.view.unrestricted" public sName => string(22) "Toegang tot alle items" public sType => string(6) "module" }public 21 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 36 public sPermission => string(12) "module.admin" public sName => string(20) "Module administrator" public sType => string(6) "module" }public 22 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 14 public sPermission => string(11) "module.view" public sName => string(23) "Module content bekijken" public sType => string(6) "module" }public 23 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 15 public sPermission => string(10) "module.add" public sName => string(24) "Module content toevoegen" public sType => string(6) "module" }public 24 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 16 public sPermission => string(11) "module.edit" public sName => string(23) "Module content bewerken" public sType => string(6) "module" }public 25 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 17 public sPermission => string(13) "module.delete" public sName => string(26) "Module content verwijderen" public sType => string(6) "module" }public 26 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 18 public sPermission => string(14) "module.publish" public sName => string(25) "Module content publiceren" public sType => string(6) "module" }}{ protected _iPageId => integer 1 protected _bIsSaved => bool FALSE public iParentPageId => NULL public sTitle => string(38) "Centrum voor de Kunsten Bergen op Zoom" public iWeight => integer 0 public sButtonName => string(4) "home" public iTemplateId => integer 15 public iLanguageId => integer 1 public sStatus => string(6) "active" public sType => string(11) "application" public wmPath => NULL public wmPageInfo => object pageInfo(6)public notfound => object page(16){ protected sTablename => string(10) "wmPageInfo" protected sPrimaryKey => string(7) "iPageId" protected aFields => array(1) ( ... ) protected aFieldTitles => array(1) ( ... ) private _iInfoId => string(1) "1" public sDescription => string(90) "Centrum voor de Kunsten Bergen op Zoom (CKB). Bij ons kun je kunst leren maken en beleven." }public aGroups => object wmArray(3){ public 0 => object group(4)public aBlocks => NULL public iUserId => NULL public dtCreation => NULL }{ protected _iGroupId => integer 1 protected _bIsSaved => bool FALSE public sName => string(9) "Anonymous" public aPermissions => object wmArray(1)public 1 => object group(4){ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }}{ protected _iGroupId => integer 2 protected _bIsSaved => bool FALSE public sName => string(13) "Authenticated" public aPermissions => object wmArray(2)public 2 => object group(4){ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }public 1 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 23 public sPermission => string(11) "folder.view" public sName => string(20) "Bestandsmap bekijken" public sType => string(10) "filesystem" }}{ protected _iGroupId => integer 4 protected _bIsSaved => bool FALSE public sName => string(9) "Webmanage" public aPermissions => object wmArray(27)}{ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 33 public sPermission => string(25) "page.edit.pageinformation" public sName => string(26) "Pagina informatie wijzigen" public sType => string(4) "page" }public 1 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 35 public sPermission => string(10) "page.admin" public sName => string(20) "Pagina administrator" public sType => string(4) "page" }public 2 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }public 3 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 2 public sPermission => string(18) "page.view.inactive" public sName => string(25) "Inactieve pagina bekijken" public sType => string(4) "page" }public 4 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 3 public sPermission => string(8) "page.add" public sName => string(16) "Pagina toevoegen" public sType => string(4) "page" }public 5 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 4 public sPermission => string(9) "page.edit" public sName => string(15) "Pagina bewerken" public sType => string(4) "page" }public 6 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 5 public sPermission => string(11) "page.delete" public sName => string(18) "Pagina verwijderen" public sType => string(4) "page" }public 7 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 6 public sPermission => string(12) "page.publish" public sName => string(17) "Pagina publiceren" public sType => string(4) "page" }public 8 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 26 public sPermission => string(13) "folder.delete" public sName => string(23) "Bestandsmap verwijderen" public sType => string(10) "filesystem" }public 9 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 27 public sPermission => string(22) "filemanager.administer" public sName => string(26) "Toegang tot bestandsbeheer" public sType => string(10) "filesystem" }public 10 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 19 public sPermission => string(16) "filemanager.view" public sName => string(26) "Toegang tot bestandsbeheer" public sType => string(10) "filesystem" }public 11 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 20 public sPermission => string(9) "file.edit" public sName => string(16) "Bestand bewerken" public sType => string(10) "filesystem" }public 12 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 21 public sPermission => string(8) "file.add" public sName => string(16) "Bestand uploaden" public sType => string(10) "filesystem" }public 13 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 22 public sPermission => string(11) "file.delete" public sName => string(19) "Bestand verwijderen" public sType => string(10) "filesystem" }public 14 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 23 public sPermission => string(11) "folder.view" public sName => string(20) "Bestandsmap bekijken" public sType => string(10) "filesystem" }public 15 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 24 public sPermission => string(11) "folder.edit" public sName => string(20) "Bestandsmap bewerken" public sType => string(10) "filesystem" }public 16 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 25 public sPermission => string(10) "folder.add" public sName => string(21) "Bestandsmap toevoegen" public sType => string(10) "filesystem" }public 17 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 7 public sPermission => string(12) "toolbar.view" public sName => string(14) "Webmanage balk" public sType => string(9) "webmanage" }public 18 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 8 public sPermission => string(15) "administer.view" public sName => string(22) "Toegang tot admintools" public sType => string(9) "webmanage" }public 19 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 10 public sPermission => string(15) "user.administer" public sName => string(18) "Gebruikers beheren" public sType => string(9) "webmanage" }public 20 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 32 public sPermission => string(24) "module.view.unrestricted" public sName => string(22) "Toegang tot alle items" public sType => string(6) "module" }public 21 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 36 public sPermission => string(12) "module.admin" public sName => string(20) "Module administrator" public sType => string(6) "module" }public 22 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 14 public sPermission => string(11) "module.view" public sName => string(23) "Module content bekijken" public sType => string(6) "module" }public 23 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 15 public sPermission => string(10) "module.add" public sName => string(24) "Module content toevoegen" public sType => string(6) "module" }public 24 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 16 public sPermission => string(11) "module.edit" public sName => string(23) "Module content bewerken" public sType => string(6) "module" }public 25 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 17 public sPermission => string(13) "module.delete" public sName => string(26) "Module content verwijderen" public sType => string(6) "module" }public 26 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 18 public sPermission => string(14) "module.publish" public sName => string(25) "Module content publiceren" public sType => string(6) "module" }}{ protected _iPageId => integer 2 protected _bIsSaved => bool FALSE public iParentPageId => NULL public sTitle => string(20) "Pagina niet gevonden" public iWeight => integer 0 public sButtonName => string(9) "not found" public iTemplateId => integer 8 public iLanguageId => integer 1 public sStatus => string(6) "active" public sType => string(8) "notfound" public wmPath => NULL public wmPageInfo => object pageInfo(6)}{ protected sTablename => string(10) "wmPageInfo" protected sPrimaryKey => string(7) "iPageId" protected aFields => array(1) ( ... ) protected aFieldTitles => array(1) ( ... ) private _iInfoId => string(1) "2" public sDescription => NULL }public aGroups => NULL public aBlocks => NULL public iUserId => NULL public dtCreation => NULL }{ }public modules => object wmArray(0){ }public nodes => object wmArray(0){ }public language => object language(6){ public _iLanguageId => integer 1 public _iDomainId => integer 2 public sLanguageName => string(2) "nl" public sName => string(3) "CKB" public sDomain => string(12) "dev.ckboz.nl" public iPageId => integer 1 }}{ public titles => object wmArray(2)"sLanguage" => string(2) "nl" "wmUser" => object user(14){ public 0 => string(38) "Centrum voor de Kunsten Bergen op Zoom" public 1 => string(3) "CKB" }public uri => object uri(12){ public sURI => string(21) "https://dev.ckboz.nl/" public sScheme => string(5) "https" public sDomain => string(12) "dev.ckboz.nl" public aDomainSegments => array(3) ( 0 => string(3) "dev" 1 => string(5) "ckboz" 2 => string(2) "nl" ) public sPort => NULL public sFullPath => string(1) "/" public aPathSegments => array(1) ( 0 => string(1) "/" ) public sQuery => NULL public aQuerySegments => array(0) public sFragment => NULL public iNode => NULL public aPaths => array(0) }public pages => object stdClass(3){ public current => object page(16)public parents => object wmArray(0){ protected _iPageId => integer 1 protected _bIsSaved => bool FALSE public iParentPageId => NULL public sTitle => string(38) "Centrum voor de Kunsten Bergen op Zoom" public iWeight => integer 0 public sButtonName => string(4) "home" public iTemplateId => integer 15 public iLanguageId => integer 1 public sStatus => string(6) "active" public sType => string(11) "application" public wmPath => NULL public wmPageInfo => object pageInfo(6)public home => object page(16){ protected sTablename => string(10) "wmPageInfo" protected sPrimaryKey => string(7) "iPageId" protected aFields => array(1) ( ... ) protected aFieldTitles => array(1) ( ... ) private _iInfoId => string(1) "1" public sDescription => string(90) "Centrum voor de Kunsten Bergen op Zoom (CKB). Bij ons kun je kunst leren maken en beleven." }public aGroups => object wmArray(3){ public 0 => object group(4)public aBlocks => NULL public iUserId => NULL public dtCreation => NULL }{ protected _iGroupId => integer 1 protected _bIsSaved => bool FALSE public sName => string(9) "Anonymous" public aPermissions => object wmArray(1)public 1 => object group(4){ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }}{ protected _iGroupId => integer 2 protected _bIsSaved => bool FALSE public sName => string(13) "Authenticated" public aPermissions => object wmArray(2)public 2 => object group(4){ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }public 1 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 23 public sPermission => string(11) "folder.view" public sName => string(20) "Bestandsmap bekijken" public sType => string(10) "filesystem" }}{ protected _iGroupId => integer 4 protected _bIsSaved => bool FALSE public sName => string(9) "Webmanage" public aPermissions => object wmArray(27)}{ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 33 public sPermission => string(25) "page.edit.pageinformation" public sName => string(26) "Pagina informatie wijzigen" public sType => string(4) "page" }public 1 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 35 public sPermission => string(10) "page.admin" public sName => string(20) "Pagina administrator" public sType => string(4) "page" }public 2 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }public 3 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 2 public sPermission => string(18) "page.view.inactive" public sName => string(25) "Inactieve pagina bekijken" public sType => string(4) "page" }public 4 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 3 public sPermission => string(8) "page.add" public sName => string(16) "Pagina toevoegen" public sType => string(4) "page" }public 5 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 4 public sPermission => string(9) "page.edit" public sName => string(15) "Pagina bewerken" public sType => string(4) "page" }public 6 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 5 public sPermission => string(11) "page.delete" public sName => string(18) "Pagina verwijderen" public sType => string(4) "page" }public 7 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 6 public sPermission => string(12) "page.publish" public sName => string(17) "Pagina publiceren" public sType => string(4) "page" }public 8 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 26 public sPermission => string(13) "folder.delete" public sName => string(23) "Bestandsmap verwijderen" public sType => string(10) "filesystem" }public 9 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 27 public sPermission => string(22) "filemanager.administer" public sName => string(26) "Toegang tot bestandsbeheer" public sType => string(10) "filesystem" }public 10 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 19 public sPermission => string(16) "filemanager.view" public sName => string(26) "Toegang tot bestandsbeheer" public sType => string(10) "filesystem" }public 11 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 20 public sPermission => string(9) "file.edit" public sName => string(16) "Bestand bewerken" public sType => string(10) "filesystem" }public 12 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 21 public sPermission => string(8) "file.add" public sName => string(16) "Bestand uploaden" public sType => string(10) "filesystem" }public 13 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 22 public sPermission => string(11) "file.delete" public sName => string(19) "Bestand verwijderen" public sType => string(10) "filesystem" }public 14 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 23 public sPermission => string(11) "folder.view" public sName => string(20) "Bestandsmap bekijken" public sType => string(10) "filesystem" }public 15 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 24 public sPermission => string(11) "folder.edit" public sName => string(20) "Bestandsmap bewerken" public sType => string(10) "filesystem" }public 16 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 25 public sPermission => string(10) "folder.add" public sName => string(21) "Bestandsmap toevoegen" public sType => string(10) "filesystem" }public 17 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 7 public sPermission => string(12) "toolbar.view" public sName => string(14) "Webmanage balk" public sType => string(9) "webmanage" }public 18 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 8 public sPermission => string(15) "administer.view" public sName => string(22) "Toegang tot admintools" public sType => string(9) "webmanage" }public 19 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 10 public sPermission => string(15) "user.administer" public sName => string(18) "Gebruikers beheren" public sType => string(9) "webmanage" }public 20 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 32 public sPermission => string(24) "module.view.unrestricted" public sName => string(22) "Toegang tot alle items" public sType => string(6) "module" }public 21 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 36 public sPermission => string(12) "module.admin" public sName => string(20) "Module administrator" public sType => string(6) "module" }public 22 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 14 public sPermission => string(11) "module.view" public sName => string(23) "Module content bekijken" public sType => string(6) "module" }public 23 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 15 public sPermission => string(10) "module.add" public sName => string(24) "Module content toevoegen" public sType => string(6) "module" }public 24 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 16 public sPermission => string(11) "module.edit" public sName => string(23) "Module content bewerken" public sType => string(6) "module" }public 25 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 17 public sPermission => string(13) "module.delete" public sName => string(26) "Module content verwijderen" public sType => string(6) "module" }public 26 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 18 public sPermission => string(14) "module.publish" public sName => string(25) "Module content publiceren" public sType => string(6) "module" }}{ protected _iPageId => integer 1 protected _bIsSaved => bool FALSE public iParentPageId => NULL public sTitle => string(38) "Centrum voor de Kunsten Bergen op Zoom" public iWeight => integer 0 public sButtonName => string(4) "home" public iTemplateId => integer 15 public iLanguageId => integer 1 public sStatus => string(6) "active" public sType => string(11) "application" public wmPath => NULL public wmPageInfo => object pageInfo(6)public notfound => object page(16){ protected sTablename => string(10) "wmPageInfo" protected sPrimaryKey => string(7) "iPageId" protected aFields => array(1) ( ... ) protected aFieldTitles => array(1) ( ... ) private _iInfoId => string(1) "1" public sDescription => string(90) "Centrum voor de Kunsten Bergen op Zoom (CKB). Bij ons kun je kunst leren maken en beleven." }public aGroups => object wmArray(3){ public 0 => object group(4)public aBlocks => NULL public iUserId => NULL public dtCreation => NULL }{ protected _iGroupId => integer 1 protected _bIsSaved => bool FALSE public sName => string(9) "Anonymous" public aPermissions => object wmArray(1)public 1 => object group(4){ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }}{ protected _iGroupId => integer 2 protected _bIsSaved => bool FALSE public sName => string(13) "Authenticated" public aPermissions => object wmArray(2)public 2 => object group(4){ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }public 1 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 23 public sPermission => string(11) "folder.view" public sName => string(20) "Bestandsmap bekijken" public sType => string(10) "filesystem" }}{ protected _iGroupId => integer 4 protected _bIsSaved => bool FALSE public sName => string(9) "Webmanage" public aPermissions => object wmArray(27)}{ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 33 public sPermission => string(25) "page.edit.pageinformation" public sName => string(26) "Pagina informatie wijzigen" public sType => string(4) "page" }public 1 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 35 public sPermission => string(10) "page.admin" public sName => string(20) "Pagina administrator" public sType => string(4) "page" }public 2 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }public 3 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 2 public sPermission => string(18) "page.view.inactive" public sName => string(25) "Inactieve pagina bekijken" public sType => string(4) "page" }public 4 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 3 public sPermission => string(8) "page.add" public sName => string(16) "Pagina toevoegen" public sType => string(4) "page" }public 5 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 4 public sPermission => string(9) "page.edit" public sName => string(15) "Pagina bewerken" public sType => string(4) "page" }public 6 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 5 public sPermission => string(11) "page.delete" public sName => string(18) "Pagina verwijderen" public sType => string(4) "page" }public 7 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 6 public sPermission => string(12) "page.publish" public sName => string(17) "Pagina publiceren" public sType => string(4) "page" }public 8 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 26 public sPermission => string(13) "folder.delete" public sName => string(23) "Bestandsmap verwijderen" public sType => string(10) "filesystem" }public 9 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 27 public sPermission => string(22) "filemanager.administer" public sName => string(26) "Toegang tot bestandsbeheer" public sType => string(10) "filesystem" }public 10 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 19 public sPermission => string(16) "filemanager.view" public sName => string(26) "Toegang tot bestandsbeheer" public sType => string(10) "filesystem" }public 11 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 20 public sPermission => string(9) "file.edit" public sName => string(16) "Bestand bewerken" public sType => string(10) "filesystem" }public 12 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 21 public sPermission => string(8) "file.add" public sName => string(16) "Bestand uploaden" public sType => string(10) "filesystem" }public 13 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 22 public sPermission => string(11) "file.delete" public sName => string(19) "Bestand verwijderen" public sType => string(10) "filesystem" }public 14 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 23 public sPermission => string(11) "folder.view" public sName => string(20) "Bestandsmap bekijken" public sType => string(10) "filesystem" }public 15 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 24 public sPermission => string(11) "folder.edit" public sName => string(20) "Bestandsmap bewerken" public sType => string(10) "filesystem" }public 16 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 25 public sPermission => string(10) "folder.add" public sName => string(21) "Bestandsmap toevoegen" public sType => string(10) "filesystem" }public 17 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 7 public sPermission => string(12) "toolbar.view" public sName => string(14) "Webmanage balk" public sType => string(9) "webmanage" }public 18 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 8 public sPermission => string(15) "administer.view" public sName => string(22) "Toegang tot admintools" public sType => string(9) "webmanage" }public 19 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 10 public sPermission => string(15) "user.administer" public sName => string(18) "Gebruikers beheren" public sType => string(9) "webmanage" }public 20 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 32 public sPermission => string(24) "module.view.unrestricted" public sName => string(22) "Toegang tot alle items" public sType => string(6) "module" }public 21 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 36 public sPermission => string(12) "module.admin" public sName => string(20) "Module administrator" public sType => string(6) "module" }public 22 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 14 public sPermission => string(11) "module.view" public sName => string(23) "Module content bekijken" public sType => string(6) "module" }public 23 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 15 public sPermission => string(10) "module.add" public sName => string(24) "Module content toevoegen" public sType => string(6) "module" }public 24 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 16 public sPermission => string(11) "module.edit" public sName => string(23) "Module content bewerken" public sType => string(6) "module" }public 25 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 17 public sPermission => string(13) "module.delete" public sName => string(26) "Module content verwijderen" public sType => string(6) "module" }public 26 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 18 public sPermission => string(14) "module.publish" public sName => string(25) "Module content publiceren" public sType => string(6) "module" }}{ protected _iPageId => integer 2 protected _bIsSaved => bool FALSE public iParentPageId => NULL public sTitle => string(20) "Pagina niet gevonden" public iWeight => integer 0 public sButtonName => string(9) "not found" public iTemplateId => integer 8 public iLanguageId => integer 1 public sStatus => string(6) "active" public sType => string(8) "notfound" public wmPath => NULL public wmPageInfo => object pageInfo(6)}{ protected sTablename => string(10) "wmPageInfo" protected sPrimaryKey => string(7) "iPageId" protected aFields => array(1) ( ... ) protected aFieldTitles => array(1) ( ... ) private _iInfoId => string(1) "2" public sDescription => NULL }public aGroups => NULL public aBlocks => NULL public iUserId => NULL public dtCreation => NULL }{ }public modules => object wmArray(0){ }public nodes => object wmArray(0){ }public language => object language(6){ public _iLanguageId => integer 1 public _iDomainId => integer 2 public sLanguageName => string(2) "nl" public sName => string(3) "CKB" public sDomain => string(12) "dev.ckboz.nl" public iPageId => integer 1 }}{ protected _iUserId => integer 0 protected _bIsSaved => bool FALSE public sUsername => NULL public sPassword => NULL public sPasswordHash => NULL public sEmail => NULL public sFirstName => NULL public sLastName => NULL public sAuthenticationHash => NULL public dtAuthenticationHashCreated => NULL public dtRegistered => object wmDateTime(4)"sExtraTitle" => NULL "sTitle" => string(41) "Centrum voor de Kunsten Bergen op Zoom | " "sDescription" => string(90) "Centrum voor de Kunsten Bergen op Zoom (CKB). Bij ons kun je kunst leren maken en beleven." "sImage" => string(60) "https://www.ckboz.nl/application/assets/images/ckb-share.png" "wmItem" => NULL "user" => object user(14){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastLogin => NULL public wmUserInfo => NULL public aGroups => object wmArray(1){ public 0 => object group(4)}{ protected _iGroupId => integer 1 protected _bIsSaved => bool FALSE public sName => string(9) "Anonymous" public aPermissions => object wmArray(1)}{ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }}{ protected _iUserId => integer 0 protected _bIsSaved => bool FALSE public sUsername => NULL public sPassword => NULL public sPasswordHash => NULL public sEmail => NULL public sFirstName => NULL public sLastName => NULL public sAuthenticationHash => NULL public dtAuthenticationHashCreated => NULL public dtRegistered => object wmDateTime(4)"sColorImage" => NULL "wmMenu" => object navigation(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastLogin => NULL public wmUserInfo => NULL public aGroups => object wmArray(1){ public 0 => object group(4)}{ protected _iGroupId => integer 1 protected _bIsSaved => bool FALSE public sName => string(9) "Anonymous" public aPermissions => object wmArray(1)}{ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }}{ public _iNavigationId => integer 2 public iParentPageId => integer 1 public sName => string(9) "Hoofdmenu" public aPages => object wmArray(7)"wmPage" => object page(16){ public 0 => object navigationPage(7)}{ public _iNavigationPageId => integer 4 public iPageId => integer 1 public iNavigationId => integer 2 public sModuleName => NULL public iModuleItemId => NULL public iPosition => integer 0 public aPages => object wmArray(0)public 1 => object navigationPage(7){ }}{ public _iNavigationPageId => integer 5 public iPageId => integer 16 public iNavigationId => integer 2 public sModuleName => NULL public iModuleItemId => NULL public iPosition => integer 1 public aPages => object wmArray(0)public 2 => object navigationPage(7){ }}{ public _iNavigationPageId => integer 6 public iPageId => integer 14 public iNavigationId => integer 2 public sModuleName => NULL public iModuleItemId => NULL public iPosition => integer 2 public aPages => object wmArray(0)public 3 => object navigationPage(7){ }}{ public _iNavigationPageId => integer 7 public iPageId => integer 13 public iNavigationId => integer 2 public sModuleName => NULL public iModuleItemId => NULL public iPosition => integer 3 public aPages => object wmArray(0)public 4 => object navigationPage(7){ }}{ public _iNavigationPageId => integer 8 public iPageId => integer 15 public iNavigationId => integer 2 public sModuleName => NULL public iModuleItemId => NULL public iPosition => integer 4 public aPages => object wmArray(0)public 5 => object navigationPage(7){ }}{ public _iNavigationPageId => integer 22 public iPageId => integer 210 public iNavigationId => integer 2 public sModuleName => NULL public iModuleItemId => NULL public iPosition => integer 9999 public aPages => object wmArray(0)public 6 => object navigationPage(7){ }}{ public _iNavigationPageId => integer 23 public iPageId => integer 216 public iNavigationId => integer 2 public sModuleName => NULL public iModuleItemId => NULL public iPosition => integer 9999 public aPages => object wmArray(0)}{ }}{ protected _iPageId => integer 1 protected _bIsSaved => bool FALSE public iParentPageId => NULL public sTitle => string(38) "Centrum voor de Kunsten Bergen op Zoom" public iWeight => integer 0 public sButtonName => string(4) "home" public iTemplateId => integer 15 public iLanguageId => integer 1 public sStatus => string(6) "active" public sType => string(11) "application" public wmPath => NULL public wmPageInfo => object pageInfo(6)"wmUri" => object uri(11){ protected sTablename => string(10) "wmPageInfo" protected sPrimaryKey => string(7) "iPageId" protected aFields => array(1) ( "sDescription" => string(9) "textField" ) protected aFieldTitles => array(1) ( "sDescription" => string(12) "Omschrijving" ) private _iInfoId => string(1) "1" public sDescription => string(90) "Centrum voor de Kunsten Bergen op Zoom (CKB). Bij ons kun je kunst leren maken en beleven." }public aGroups => object wmArray(3){ public 0 => object group(4)public aBlocks => NULL public iUserId => NULL public dtCreation => NULL }{ protected _iGroupId => integer 1 protected _bIsSaved => bool FALSE public sName => string(9) "Anonymous" public aPermissions => object wmArray(1)public 1 => object group(4){ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }}{ protected _iGroupId => integer 2 protected _bIsSaved => bool FALSE public sName => string(13) "Authenticated" public aPermissions => object wmArray(2)public 2 => object group(4){ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }public 1 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 23 public sPermission => string(11) "folder.view" public sName => string(20) "Bestandsmap bekijken" public sType => string(10) "filesystem" }}{ protected _iGroupId => integer 4 protected _bIsSaved => bool FALSE public sName => string(9) "Webmanage" public aPermissions => object wmArray(27)}{ public 0 => object permission(5)}{ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 33 public sPermission => string(25) "page.edit.pageinformation" public sName => string(26) "Pagina informatie wijzigen" public sType => string(4) "page" }public 1 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 35 public sPermission => string(10) "page.admin" public sName => string(20) "Pagina administrator" public sType => string(4) "page" }public 2 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 1 public sPermission => string(9) "page.view" public sName => string(15) "Pagina bekijken" public sType => string(4) "page" }public 3 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 2 public sPermission => string(18) "page.view.inactive" public sName => string(25) "Inactieve pagina bekijken" public sType => string(4) "page" }public 4 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 3 public sPermission => string(8) "page.add" public sName => string(16) "Pagina toevoegen" public sType => string(4) "page" }public 5 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 4 public sPermission => string(9) "page.edit" public sName => string(15) "Pagina bewerken" public sType => string(4) "page" }public 6 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 5 public sPermission => string(11) "page.delete" public sName => string(18) "Pagina verwijderen" public sType => string(4) "page" }public 7 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 6 public sPermission => string(12) "page.publish" public sName => string(17) "Pagina publiceren" public sType => string(4) "page" }public 8 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 26 public sPermission => string(13) "folder.delete" public sName => string(23) "Bestandsmap verwijderen" public sType => string(10) "filesystem" }public 9 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 27 public sPermission => string(22) "filemanager.administer" public sName => string(26) "Toegang tot bestandsbeheer" public sType => string(10) "filesystem" }public 10 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 19 public sPermission => string(16) "filemanager.view" public sName => string(26) "Toegang tot bestandsbeheer" public sType => string(10) "filesystem" }public 11 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 20 public sPermission => string(9) "file.edit" public sName => string(16) "Bestand bewerken" public sType => string(10) "filesystem" }public 12 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 21 public sPermission => string(8) "file.add" public sName => string(16) "Bestand uploaden" public sType => string(10) "filesystem" }public 13 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 22 public sPermission => string(11) "file.delete" public sName => string(19) "Bestand verwijderen" public sType => string(10) "filesystem" }public 14 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 23 public sPermission => string(11) "folder.view" public sName => string(20) "Bestandsmap bekijken" public sType => string(10) "filesystem" }public 15 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 24 public sPermission => string(11) "folder.edit" public sName => string(20) "Bestandsmap bewerken" public sType => string(10) "filesystem" }public 16 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 25 public sPermission => string(10) "folder.add" public sName => string(21) "Bestandsmap toevoegen" public sType => string(10) "filesystem" }public 17 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 7 public sPermission => string(12) "toolbar.view" public sName => string(14) "Webmanage balk" public sType => string(9) "webmanage" }public 18 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 8 public sPermission => string(15) "administer.view" public sName => string(22) "Toegang tot admintools" public sType => string(9) "webmanage" }public 19 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 10 public sPermission => string(15) "user.administer" public sName => string(18) "Gebruikers beheren" public sType => string(9) "webmanage" }public 20 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 32 public sPermission => string(24) "module.view.unrestricted" public sName => string(22) "Toegang tot alle items" public sType => string(6) "module" }public 21 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 36 public sPermission => string(12) "module.admin" public sName => string(20) "Module administrator" public sType => string(6) "module" }public 22 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 14 public sPermission => string(11) "module.view" public sName => string(23) "Module content bekijken" public sType => string(6) "module" }public 23 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 15 public sPermission => string(10) "module.add" public sName => string(24) "Module content toevoegen" public sType => string(6) "module" }public 24 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 16 public sPermission => string(11) "module.edit" public sName => string(23) "Module content bewerken" public sType => string(6) "module" }public 25 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 17 public sPermission => string(13) "module.delete" public sName => string(26) "Module content verwijderen" public sType => string(6) "module" }public 26 => object permission(5){ protected _bIsSaved => bool FALSE protected _iPermissionId => integer 18 public sPermission => string(14) "module.publish" public sName => string(25) "Module content publiceren" public sType => string(6) "module" }}{ public sURI => string(42) "https://dev.ckboz.nl/compleet-cursusaanbod" public sScheme => string(5) "https" public sDomain => string(12) "dev.ckboz.nl" public aDomainSegments => array(3) ( 0 => string(3) "dev" 1 => string(5) "ckboz" 2 => string(2) "nl" ) public sPort => NULL public sFullPath => string(22) "/compleet-cursusaanbod" public aPathSegments => array(1) ( 0 => string(21) "compleet-cursusaanbod" ) public sQuery => NULL public aQuerySegments => array(0) public sFragment => NULL public iNode => NULL }"wmNavigationPage" => object navigationPage(7){ public _iNavigationPageId => integer 23 public iPageId => integer 216 public iNavigationId => integer 2 public sModuleName => NULL public iModuleItemId => NULL public iPosition => integer 9999 public aPages => object wmArray(0)"sClass" => NULL "wmSubscribePage" => object page(16){ }}{ protected _iPageId => integer 35 protected _bIsSaved => bool FALSE public iParentPageId => integer 1 public sTitle => string(11) "Inschrijven" public iWeight => integer 0 public sButtonName => string(11) "Inschrijven" public iTemplateId => integer 16 public iLanguageId => integer 1 public sStatus => string(6) "active" public sType => string(11) "application" public wmPath => NULL public wmPageInfo => object pageInfo(6)"aClassNames" => array(4) ( 16 => string(5) "green" 14 => string(3) "red" 13 => string(6) "yellow" 15 => string(6) "purple" ) "sActiveClass" => NULL "wmSearchPage" => object page(16){ protected sTablename => string(10) "wmPageInfo" protected sPrimaryKey => string(7) "iPageId" protected aFields => array(1) ( "sDescription" => string(9) "textField" ) protected aFieldTitles => array(1) ( "sDescription" => string(12) "Omschrijving" ) private _iInfoId => integer 0 public sDescription => NULL }public aGroups => NULL public aBlocks => NULL public iUserId => NULL public dtCreation => NULL }{ protected _iPageId => integer 34 protected _bIsSaved => bool FALSE public iParentPageId => integer 1 public sTitle => string(21) "Compleet cursusaanbod" public iWeight => integer 0 public sButtonName => string(21) "Compleet cursusaanbod" public iTemplateId => integer 17 public iLanguageId => integer 1 public sStatus => string(6) "active" public sType => string(11) "application" public wmPath => NULL public wmPageInfo => object pageInfo(6)"wmView" => object view(3){ protected sTablename => string(10) "wmPageInfo" protected sPrimaryKey => string(7) "iPageId" protected aFields => array(1) ( "sDescription" => string(9) "textField" ) protected aFieldTitles => array(1) ( "sDescription" => string(12) "Omschrijving" ) private _iInfoId => integer 0 public sDescription => NULL }public aGroups => NULL public aBlocks => NULL public iUserId => NULL public dtCreation => NULL }{ public aAttributes => object stdClass(1)"wmCurrentURI" => object uri(11){ public id => string(27) "application:home/slider.php" }public sPath => string(65) "/projects/ckbozstag_f4/application/templates/html/home/slider.php" public sType => string(4) "html" }{ public sURI => string(21) "https://dev.ckboz.nl/" public sScheme => string(5) "https" public sDomain => string(12) "dev.ckboz.nl" public aDomainSegments => array(3) ( 0 => string(3) "dev" 1 => string(5) "ckboz" 2 => string(2) "nl" ) public sPort => NULL public sFullPath => string(1) "/" public aPathSegments => array(1) ( 0 => string(1) "/" ) public sQuery => NULL public aQuerySegments => array(0) public sFragment => NULL public iNode => NULL }"wmModule" => object module(10){ protected _iModuleId => integer 13 public iParentModuleId => NULL public sPath => string(23) "class.modHomeSlider.php" public sName => string(10) "homeslider" public iWeight => integer 10 public sType => string(7) "generic" public bAvailableInNavigation => bool FALSE public bItemsCanBeLinkedToGroups => bool FALSE public aGroups => NULL public wmModule => object modHomeSlider(24)"wmSliderModule" => object modHomeSlider(24){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => integer 6 public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(2)}{ public iCourseGroupId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseGroup(34)public iCourseId => object wmArray(2){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(14) "iCourseGroupId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( ... ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => NULL public iPageId => NULL public sName => NULL public sDescription => NULL public sColor => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public module => object modCourse(41)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(9) "iCourseId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(27)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseId => object dbInt(10)public aFormFields => array(22) ( ... ) public aBestFields => object wmArray(3){ public sName => string(9) "iCourseId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iAgeCategoryId => object dbInt(10){ public sName => string(14) "iAgeCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMinAge => object dbInt(10){ public sName => string(7) "iMinAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMaxAge => object dbInt(10){ public sName => string(7) "iMaxAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseType => object dbVarchar(10){ public sName => string(11) "sCourseType" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseTimes => object dbVarchar(10){ public sName => string(12) "sCourseTimes" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTrialLesson => object dbEnum(10){ public sName => string(12) "sTrialLesson" public iLength => integer 0 public aValues => object wmArray(3)public sFree => object dbEnum(10){ public yes => string(3) "yes" public no => string(2) "no" public kijkles => string(7) "kijkles" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(3) "yes" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(5) "sFree" public iLength => integer 0 public aValues => object wmArray(2)public sIntro => object dbText(10){ public yes => string(3) "yes" public no => string(2) "no" }public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(2) "no" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseCodes => object dbText(10){ public sName => string(12) "sCourseCodes" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 3 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" public sCourseCodes => string(12) "sCourseCodes" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(2){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }public iAgeCategoryId => object wmArray(1){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public sSeoUrl => NULL public aSeoUrls => object wmArray(1){ public 0 => string(10) "/modCourse" }public aSearchFields => object wmArray(2){ public sName => string(5) "sName" public sCourseCodes => string(12) "sCourseCodes" }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(27)public aTitles => object wmArray(1){ public sName => string(11) "Cursus naam" public iAgeCategoryId => string(18) "Leeftijd categorie" public iMinAge => string(17) "Minimale leeftijd" public iMaxAge => string(17) "Maximale leeftijd" public sCourseType => string(11) "Type cursus" public iWeight => string(8) "Volgorde" public sTypeOfCourse => string(11) "Type cursus" public sTrialLesson => string(36) "Proefles/kijkles aanvragen mogelijk?" public yes => string(12) "Ja, proefles" public no => string(3) "Nee" public kijkles => string(11) "Ja, kijkles" public sCourseTimes => string(32) "Wanneer wordt de cursus gegeven?" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public sAdvantages => string(14) "Unieke waarden" public sTags => string(4) "Tags" public sCourseCodes => string(40) "Abecon registratie codes (cursus opties)" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(1){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(1){ public iAgeCategoryId => string(14) "modAgeCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(9) "modCourse" public sTitle => string(16) "Cursussen beheer" public sButton => string(9) "Cursussen" public sStringGlue => string(3) " - " public sItem => string(6) "Cursus" public sDescription => NULL public sPrimaryKey => string(9) "iCourseId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool TRUE public sPageTitle => NULL public bIgnoreNotFound => bool TRUE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(18)}{ public iMinAge => string(16) "Vul een getal in" public iWeight => string(37) "Positie op de cursus overzicht pagina" public sCourseTimes => string(86) "Max. 40 karakters. Wordt in het overzicht getoond. Bijv: maandag van 19.00 - 21.00 uur" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(107) "Min. 70 - max. 90 woorden, Opdelen in alinea's. De omschrijving geeft beknopt de inhoud van de cursus weer." public sTypeOfCourse => string(92) "Max. 15 karakters. Wordt in het overzicht getoond, bijv: groepsles, priveles, popschool/band" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId2 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId3 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId4 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId5 => string(44) "De gekozen foto wordt getoond bij de cursus." public sVideo1 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sCourseCodes => string(80) "Voer hier komma gescheiden de Abecon cursus codes in, bijv: 121223,124532,13133." public iMaxAge => string(88) "Wanneer dit veld leeg blijft wordt de leeftijdscategorie "minimale leeftijd+" bijv: 65+." }}{ }public aSystemModules => object wmArray(0){ }public iCourseId => NULL public sName => NULL public iAgeCategoryId => NULL public iMinAge => NULL public iMaxAge => NULL public sCourseType => NULL public sCourseTimes => NULL public sTrialLesson => NULL public sFree => NULL public sIntro => NULL public sDescription => NULL public sCourseCodes => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(1){ public modCourseCategory => object wmArray(2)protected _wmConfigContainer => object genericModuleConfig(49){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public data => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }}{ public aFields => object wmArray(10)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iActionId => object dbInt(10)public aFormFields => array(5) ( "iCourseGroupId" => string(11) "selectField" "sTitle" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "iFileId1" => string(15) "fileSelectField" "iWeight" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(9) "iActionId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iCourseGroupId => object dbInt(10){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTitle => object dbVarchar(10){ public sName => string(6) "sTitle" public iLength => integer 30 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sTitle => string(6) "sTitle" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sTitle => string(6) "sTitle" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sTitle => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sTitle => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(8)public aTitles => object wmArray(0){ public iCourseGroupId => string(9) "Categorie" public sTitle => string(5) "Titel" public sDescription => string(29) "Omschrijving van de categorie" public sButtonText => string(23) "Tekst op knop van actie" public iWeight => string(19) "Volgorde (numeriek)" public dtPublishedDate => string(17) "Start datum actie" public dtExpirationDate => string(16) "Eind datum actie" public iFileId1 => string(4) "Foto" }}{ }public aLinkedModules => object wmArray(1){ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(2){ public iCourseGroupId => string(14) "modCourseGroup" public iCourseId => string(9) "modCourse" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(13) "modHomeSlider" public sTitle => string(18) "Slider home beheer" public sButton => string(7) "Sliders" public sStringGlue => string(3) " - " public sItem => string(6) "Slider" public sDescription => NULL public sPrimaryKey => string(9) "iActionId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(6)}{ public iWeight => string(24) "Positie binnen de slider" public sTitle => string(17) "Max. 25 karakters" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de slider." public dtPublishedDate => string(104) "Vanaf deze datum wordt de slider getoond. Wanneer deze leeg blijft, zal de slider altijd getoond worden." public dtExpirationDate => string(88) "Verval datum van de slider. Wanneer deze leeg gelaten wordt zal de slider nooit stoppen." public modCourseCategory => string(49) "Selecteer de doorlinks onder het kopje "populair"" }}{ }public aSystemModules => object wmArray(0){ }public iActionId => NULL public iCourseGroupId => NULL public sTitle => NULL public sDescription => NULL public iFileId1 => NULL public iWeight => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => integer 6 public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(2)"wmParentModule" => object module(10){ public iCourseGroupId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseGroup(34)public iCourseId => object wmArray(2){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(14) "iCourseGroupId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( ... ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => NULL public iPageId => NULL public sName => NULL public sDescription => NULL public sColor => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public module => object modCourse(41)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(9) "iCourseId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(27)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseId => object dbInt(10)public aFormFields => array(22) ( ... ) public aBestFields => object wmArray(3){ public sName => string(9) "iCourseId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iAgeCategoryId => object dbInt(10){ public sName => string(14) "iAgeCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMinAge => object dbInt(10){ public sName => string(7) "iMinAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMaxAge => object dbInt(10){ public sName => string(7) "iMaxAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseType => object dbVarchar(10){ public sName => string(11) "sCourseType" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseTimes => object dbVarchar(10){ public sName => string(12) "sCourseTimes" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTrialLesson => object dbEnum(10){ public sName => string(12) "sTrialLesson" public iLength => integer 0 public aValues => object wmArray(3)public sFree => object dbEnum(10){ public yes => string(3) "yes" public no => string(2) "no" public kijkles => string(7) "kijkles" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(3) "yes" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(5) "sFree" public iLength => integer 0 public aValues => object wmArray(2)public sIntro => object dbText(10){ public yes => string(3) "yes" public no => string(2) "no" }public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(2) "no" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseCodes => object dbText(10){ public sName => string(12) "sCourseCodes" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 3 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" public sCourseCodes => string(12) "sCourseCodes" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(2){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }public iAgeCategoryId => object wmArray(1){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public sSeoUrl => NULL public aSeoUrls => object wmArray(1){ public 0 => string(10) "/modCourse" }public aSearchFields => object wmArray(2){ public sName => string(5) "sName" public sCourseCodes => string(12) "sCourseCodes" }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(27)public aTitles => object wmArray(1){ public sName => string(11) "Cursus naam" public iAgeCategoryId => string(18) "Leeftijd categorie" public iMinAge => string(17) "Minimale leeftijd" public iMaxAge => string(17) "Maximale leeftijd" public sCourseType => string(11) "Type cursus" public iWeight => string(8) "Volgorde" public sTypeOfCourse => string(11) "Type cursus" public sTrialLesson => string(36) "Proefles/kijkles aanvragen mogelijk?" public yes => string(12) "Ja, proefles" public no => string(3) "Nee" public kijkles => string(11) "Ja, kijkles" public sCourseTimes => string(32) "Wanneer wordt de cursus gegeven?" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public sAdvantages => string(14) "Unieke waarden" public sTags => string(4) "Tags" public sCourseCodes => string(40) "Abecon registratie codes (cursus opties)" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(1){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(1){ public iAgeCategoryId => string(14) "modAgeCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(9) "modCourse" public sTitle => string(16) "Cursussen beheer" public sButton => string(9) "Cursussen" public sStringGlue => string(3) " - " public sItem => string(6) "Cursus" public sDescription => NULL public sPrimaryKey => string(9) "iCourseId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool TRUE public sPageTitle => NULL public bIgnoreNotFound => bool TRUE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(18)}{ public iMinAge => string(16) "Vul een getal in" public iWeight => string(37) "Positie op de cursus overzicht pagina" public sCourseTimes => string(86) "Max. 40 karakters. Wordt in het overzicht getoond. Bijv: maandag van 19.00 - 21.00 uur" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(107) "Min. 70 - max. 90 woorden, Opdelen in alinea's. De omschrijving geeft beknopt de inhoud van de cursus weer." public sTypeOfCourse => string(92) "Max. 15 karakters. Wordt in het overzicht getoond, bijv: groepsles, priveles, popschool/band" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId2 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId3 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId4 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId5 => string(44) "De gekozen foto wordt getoond bij de cursus." public sVideo1 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sCourseCodes => string(80) "Voer hier komma gescheiden de Abecon cursus codes in, bijv: 121223,124532,13133." public iMaxAge => string(88) "Wanneer dit veld leeg blijft wordt de leeftijdscategorie "minimale leeftijd+" bijv: 65+." }}{ }public aSystemModules => object wmArray(0){ }public iCourseId => NULL public sName => NULL public iAgeCategoryId => NULL public iMinAge => NULL public iMaxAge => NULL public sCourseType => NULL public sCourseTimes => NULL public sTrialLesson => NULL public sFree => NULL public sIntro => NULL public sDescription => NULL public sCourseCodes => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(1){ public modCourseCategory => object wmArray(2)protected _wmConfigContainer => object genericModuleConfig(49){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public data => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }}{ public aFields => object wmArray(10)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iActionId => object dbInt(10)public aFormFields => array(5) ( "iCourseGroupId" => string(11) "selectField" "sTitle" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "iFileId1" => string(15) "fileSelectField" "iWeight" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(9) "iActionId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iCourseGroupId => object dbInt(10){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTitle => object dbVarchar(10){ public sName => string(6) "sTitle" public iLength => integer 30 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sTitle => string(6) "sTitle" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sTitle => string(6) "sTitle" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sTitle => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sTitle => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(8)public aTitles => object wmArray(0){ public iCourseGroupId => string(9) "Categorie" public sTitle => string(5) "Titel" public sDescription => string(29) "Omschrijving van de categorie" public sButtonText => string(23) "Tekst op knop van actie" public iWeight => string(19) "Volgorde (numeriek)" public dtPublishedDate => string(17) "Start datum actie" public dtExpirationDate => string(16) "Eind datum actie" public iFileId1 => string(4) "Foto" }}{ }public aLinkedModules => object wmArray(1){ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(2){ public iCourseGroupId => string(14) "modCourseGroup" public iCourseId => string(9) "modCourse" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(13) "modHomeSlider" public sTitle => string(18) "Slider home beheer" public sButton => string(7) "Sliders" public sStringGlue => string(3) " - " public sItem => string(6) "Slider" public sDescription => NULL public sPrimaryKey => string(9) "iActionId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(6)}{ public iWeight => string(24) "Positie binnen de slider" public sTitle => string(17) "Max. 25 karakters" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de slider." public dtPublishedDate => string(104) "Vanaf deze datum wordt de slider getoond. Wanneer deze leeg blijft, zal de slider altijd getoond worden." public dtExpirationDate => string(88) "Verval datum van de slider. Wanneer deze leeg gelaten wordt zal de slider nooit stoppen." public modCourseCategory => string(49) "Selecteer de doorlinks onder het kopje "populair"" }}{ }public aSystemModules => object wmArray(0){ }public iActionId => NULL public iCourseGroupId => NULL public sTitle => NULL public sDescription => NULL public iFileId1 => NULL public iWeight => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ protected _iModuleId => integer 10 public iParentModuleId => integer 12 public sPath => string(24) "class.modCourseGroup.php" public sName => string(20) "cursushoofdcategorie" public iWeight => integer 2 public sType => string(7) "generic" public bAvailableInNavigation => bool FALSE public bItemsCanBeLinkedToGroups => bool FALSE public aGroups => NULL public wmModule => object modCourseGroup(34)"wmCourseGroupModule" => object modCourseGroup(34){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(0)}{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( "iPageId" => string(26) "selectApplicationPageField" "sName" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "sColor" => string(11) "selectField" "iWeight" => string(10) "inputField" "iFileId1" => string(15) "fileSelectField" "iFileId2" => string(15) "fileSelectField" "iFileId3" => string(15) "fileSelectField" "iFileId4" => string(15) "fileSelectField" "iFileId5" => string(15) "fileSelectField" "sVideo1" => string(10) "inputField" "sVideo2" => string(10) "inputField" "sVideo3" => string(10) "inputField" "sVideo4" => string(10) "inputField" "sVideo5" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => integer 2 public iPageId => integer 14 public sName => string(6) "Muziek" public sDescription => string(145) "<p>(Samen) muziek maken: leuk en inspirerend! Kies uit 30 instrumenten of gebruik je eigen stem. Voor iedereen, elk tempo en elk muziekgenre.</p>" public sColor => string(3) "red" public iWeight => integer 2 public iFileId1 => integer 4883 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "11-06-2012 13:00:37" public date => string(26) "2012-06-11 13:00:37.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "15-08-2022 12:44:46" public date => string(26) "2022-08-15 12:44:46.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(6) "muziek" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(0)"wmSliderItems" => object wmArray(6){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( "iPageId" => string(26) "selectApplicationPageField" "sName" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "sColor" => string(11) "selectField" "iWeight" => string(10) "inputField" "iFileId1" => string(15) "fileSelectField" "iFileId2" => string(15) "fileSelectField" "iFileId3" => string(15) "fileSelectField" "iFileId4" => string(15) "fileSelectField" "iFileId5" => string(15) "fileSelectField" "sVideo1" => string(10) "inputField" "sVideo2" => string(10) "inputField" "sVideo3" => string(10) "inputField" "sVideo4" => string(10) "inputField" "sVideo5" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => integer 2 public iPageId => integer 14 public sName => string(6) "Muziek" public sDescription => string(145) "<p>(Samen) muziek maken: leuk en inspirerend! Kies uit 30 instrumenten of gebruik je eigen stem. Voor iedereen, elk tempo en elk muziekgenre.</p>" public sColor => string(3) "red" public iWeight => integer 2 public iFileId1 => integer 4883 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "11-06-2012 13:00:37" public date => string(26) "2012-06-11 13:00:37.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "15-08-2022 12:44:46" public date => string(26) "2022-08-15 12:44:46.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(6) "muziek" }{ public 0 => object modHomeSlider(24)"aControls" => array(3) ( 0 => array(2) ( "sColor" => string(3) "red" "sImageUrl" => string(60) "/cache/images/5333/5333-08ac7ca11286a236828e6e5c9b00241a.jpg" ) 1 => array(2) ( "sColor" => string(6) "purple" "sImageUrl" => string(60) "/cache/images/5049/5049-08ac7ca11286a236828e6e5c9b00241a.jpg" ) 2 => array(2) ( "sColor" => string(6) "yellow" "sImageUrl" => string(60) "/cache/images/5051/5051-08ac7ca11286a236828e6e5c9b00241a.jpg" ) ) "wmIterator" => object wmArrayIterator(6){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(2)public 1 => object modHomeSlider(24){ public iCourseGroupId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseGroup(34)public iCourseId => object wmArray(2){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(14) "iCourseGroupId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( ... ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => NULL public iPageId => NULL public sName => NULL public sDescription => NULL public sColor => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public module => object modCourse(41)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(9) "iCourseId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(27)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseId => object dbInt(10)public aFormFields => array(22) ( ... ) public aBestFields => object wmArray(3){ public sName => string(9) "iCourseId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iAgeCategoryId => object dbInt(10){ public sName => string(14) "iAgeCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMinAge => object dbInt(10){ public sName => string(7) "iMinAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMaxAge => object dbInt(10){ public sName => string(7) "iMaxAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseType => object dbVarchar(10){ public sName => string(11) "sCourseType" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseTimes => object dbVarchar(10){ public sName => string(12) "sCourseTimes" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTrialLesson => object dbEnum(10){ public sName => string(12) "sTrialLesson" public iLength => integer 0 public aValues => object wmArray(3)public sFree => object dbEnum(10){ public yes => string(3) "yes" public no => string(2) "no" public kijkles => string(7) "kijkles" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(3) "yes" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(5) "sFree" public iLength => integer 0 public aValues => object wmArray(2)public sIntro => object dbText(10){ public yes => string(3) "yes" public no => string(2) "no" }public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(2) "no" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseCodes => object dbText(10){ public sName => string(12) "sCourseCodes" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 3 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" public sCourseCodes => string(12) "sCourseCodes" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(2){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }public iAgeCategoryId => object wmArray(1){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public sSeoUrl => NULL public aSeoUrls => object wmArray(1){ public 0 => string(10) "/modCourse" }public aSearchFields => object wmArray(2){ public sName => string(5) "sName" public sCourseCodes => string(12) "sCourseCodes" }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(27)public aTitles => object wmArray(1){ public sName => string(11) "Cursus naam" public iAgeCategoryId => string(18) "Leeftijd categorie" public iMinAge => string(17) "Minimale leeftijd" public iMaxAge => string(17) "Maximale leeftijd" public sCourseType => string(11) "Type cursus" public iWeight => string(8) "Volgorde" public sTypeOfCourse => string(11) "Type cursus" public sTrialLesson => string(36) "Proefles/kijkles aanvragen mogelijk?" public yes => string(12) "Ja, proefles" public no => string(3) "Nee" public kijkles => string(11) "Ja, kijkles" public sCourseTimes => string(32) "Wanneer wordt de cursus gegeven?" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public sAdvantages => string(14) "Unieke waarden" public sTags => string(4) "Tags" public sCourseCodes => string(40) "Abecon registratie codes (cursus opties)" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(1){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(1){ public iAgeCategoryId => string(14) "modAgeCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(9) "modCourse" public sTitle => string(16) "Cursussen beheer" public sButton => string(9) "Cursussen" public sStringGlue => string(3) " - " public sItem => string(6) "Cursus" public sDescription => NULL public sPrimaryKey => string(9) "iCourseId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool TRUE public sPageTitle => NULL public bIgnoreNotFound => bool TRUE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(18)}{ public iMinAge => string(16) "Vul een getal in" public iWeight => string(37) "Positie op de cursus overzicht pagina" public sCourseTimes => string(86) "Max. 40 karakters. Wordt in het overzicht getoond. Bijv: maandag van 19.00 - 21.00 uur" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(107) "Min. 70 - max. 90 woorden, Opdelen in alinea's. De omschrijving geeft beknopt de inhoud van de cursus weer." public sTypeOfCourse => string(92) "Max. 15 karakters. Wordt in het overzicht getoond, bijv: groepsles, priveles, popschool/band" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId2 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId3 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId4 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId5 => string(44) "De gekozen foto wordt getoond bij de cursus." public sVideo1 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sCourseCodes => string(80) "Voer hier komma gescheiden de Abecon cursus codes in, bijv: 121223,124532,13133." public iMaxAge => string(88) "Wanneer dit veld leeg blijft wordt de leeftijdscategorie "minimale leeftijd+" bijv: 65+." }}{ }public aSystemModules => object wmArray(0){ }public iCourseId => NULL public sName => NULL public iAgeCategoryId => NULL public iMinAge => NULL public iMaxAge => NULL public sCourseType => NULL public sCourseTimes => NULL public sTrialLesson => NULL public sFree => NULL public sIntro => NULL public sDescription => NULL public sCourseCodes => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(1){ public modCourseCategory => object wmArray(2)protected _wmConfigContainer => object genericModuleConfig(49){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public data => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }}{ public aFields => object wmArray(10)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iActionId => object dbInt(10)public aFormFields => array(5) ( "iCourseGroupId" => string(11) "selectField" "sTitle" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "iFileId1" => string(15) "fileSelectField" "iWeight" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(9) "iActionId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iCourseGroupId => object dbInt(10){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTitle => object dbVarchar(10){ public sName => string(6) "sTitle" public iLength => integer 30 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sTitle => string(6) "sTitle" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sTitle => string(6) "sTitle" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sTitle => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sTitle => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(8)public aTitles => object wmArray(0){ public iCourseGroupId => string(9) "Categorie" public sTitle => string(5) "Titel" public sDescription => string(29) "Omschrijving van de categorie" public sButtonText => string(23) "Tekst op knop van actie" public iWeight => string(19) "Volgorde (numeriek)" public dtPublishedDate => string(17) "Start datum actie" public dtExpirationDate => string(16) "Eind datum actie" public iFileId1 => string(4) "Foto" }}{ }public aLinkedModules => object wmArray(1){ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(2){ public iCourseGroupId => string(14) "modCourseGroup" public iCourseId => string(9) "modCourse" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(13) "modHomeSlider" public sTitle => string(18) "Slider home beheer" public sButton => string(7) "Sliders" public sStringGlue => string(3) " - " public sItem => string(6) "Slider" public sDescription => NULL public sPrimaryKey => string(9) "iActionId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(6)}{ public iWeight => string(24) "Positie binnen de slider" public sTitle => string(17) "Max. 25 karakters" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de slider." public dtPublishedDate => string(104) "Vanaf deze datum wordt de slider getoond. Wanneer deze leeg blijft, zal de slider altijd getoond worden." public dtExpirationDate => string(88) "Verval datum van de slider. Wanneer deze leeg gelaten wordt zal de slider nooit stoppen." public modCourseCategory => string(49) "Selecteer de doorlinks onder het kopje "populair"" }}{ }public aSystemModules => object wmArray(0){ }public iActionId => integer 53 public iCourseGroupId => integer 21 public sTitle => string(13) "Proeflesweken" public sDescription => string(141) "<p>Doe je mee van 28 augustus t/m 9 september? Probeer allerlei cursussen uit op het gebied van Muziek, Dans, Beeldende Kunst en Theater.</p>" public iFileId1 => integer 5333 public iWeight => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "07-07-2023 11:59:00" public date => string(26) "2023-07-07 11:59:00.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "07-07-2023 12:00:48" public date => string(26) "2023-07-07 12:00:48.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(13) "proeflesweken" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(2)public 2 => object modHomeSlider(24){ public iCourseGroupId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseGroup(34)public iCourseId => object wmArray(2){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(14) "iCourseGroupId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( ... ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => NULL public iPageId => NULL public sName => NULL public sDescription => NULL public sColor => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public module => object modCourse(41)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(9) "iCourseId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(27)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseId => object dbInt(10)public aFormFields => array(22) ( ... ) public aBestFields => object wmArray(3){ public sName => string(9) "iCourseId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iAgeCategoryId => object dbInt(10){ public sName => string(14) "iAgeCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMinAge => object dbInt(10){ public sName => string(7) "iMinAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMaxAge => object dbInt(10){ public sName => string(7) "iMaxAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseType => object dbVarchar(10){ public sName => string(11) "sCourseType" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseTimes => object dbVarchar(10){ public sName => string(12) "sCourseTimes" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTrialLesson => object dbEnum(10){ public sName => string(12) "sTrialLesson" public iLength => integer 0 public aValues => object wmArray(3)public sFree => object dbEnum(10){ public yes => string(3) "yes" public no => string(2) "no" public kijkles => string(7) "kijkles" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(3) "yes" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(5) "sFree" public iLength => integer 0 public aValues => object wmArray(2)public sIntro => object dbText(10){ public yes => string(3) "yes" public no => string(2) "no" }public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(2) "no" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseCodes => object dbText(10){ public sName => string(12) "sCourseCodes" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 3 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" public sCourseCodes => string(12) "sCourseCodes" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(2){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }public iAgeCategoryId => object wmArray(1){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public sSeoUrl => NULL public aSeoUrls => object wmArray(1){ public 0 => string(10) "/modCourse" }public aSearchFields => object wmArray(2){ public sName => string(5) "sName" public sCourseCodes => string(12) "sCourseCodes" }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(27)public aTitles => object wmArray(1){ public sName => string(11) "Cursus naam" public iAgeCategoryId => string(18) "Leeftijd categorie" public iMinAge => string(17) "Minimale leeftijd" public iMaxAge => string(17) "Maximale leeftijd" public sCourseType => string(11) "Type cursus" public iWeight => string(8) "Volgorde" public sTypeOfCourse => string(11) "Type cursus" public sTrialLesson => string(36) "Proefles/kijkles aanvragen mogelijk?" public yes => string(12) "Ja, proefles" public no => string(3) "Nee" public kijkles => string(11) "Ja, kijkles" public sCourseTimes => string(32) "Wanneer wordt de cursus gegeven?" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public sAdvantages => string(14) "Unieke waarden" public sTags => string(4) "Tags" public sCourseCodes => string(40) "Abecon registratie codes (cursus opties)" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(1){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(1){ public iAgeCategoryId => string(14) "modAgeCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(9) "modCourse" public sTitle => string(16) "Cursussen beheer" public sButton => string(9) "Cursussen" public sStringGlue => string(3) " - " public sItem => string(6) "Cursus" public sDescription => NULL public sPrimaryKey => string(9) "iCourseId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool TRUE public sPageTitle => NULL public bIgnoreNotFound => bool TRUE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(18)}{ public iMinAge => string(16) "Vul een getal in" public iWeight => string(37) "Positie op de cursus overzicht pagina" public sCourseTimes => string(86) "Max. 40 karakters. Wordt in het overzicht getoond. Bijv: maandag van 19.00 - 21.00 uur" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(107) "Min. 70 - max. 90 woorden, Opdelen in alinea's. De omschrijving geeft beknopt de inhoud van de cursus weer." public sTypeOfCourse => string(92) "Max. 15 karakters. Wordt in het overzicht getoond, bijv: groepsles, priveles, popschool/band" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId2 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId3 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId4 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId5 => string(44) "De gekozen foto wordt getoond bij de cursus." public sVideo1 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sCourseCodes => string(80) "Voer hier komma gescheiden de Abecon cursus codes in, bijv: 121223,124532,13133." public iMaxAge => string(88) "Wanneer dit veld leeg blijft wordt de leeftijdscategorie "minimale leeftijd+" bijv: 65+." }}{ }public aSystemModules => object wmArray(0){ }public iCourseId => NULL public sName => NULL public iAgeCategoryId => NULL public iMinAge => NULL public iMaxAge => NULL public sCourseType => NULL public sCourseTimes => NULL public sTrialLesson => NULL public sFree => NULL public sIntro => NULL public sDescription => NULL public sCourseCodes => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(1){ public modCourseCategory => object wmArray(2)protected _wmConfigContainer => object genericModuleConfig(49){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public data => object wmArray(2){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public 83 => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)public 24 => object modCourseCategory(35){ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0) { ... } public aSubModules => object wmArray(0) { ... } public aSetRestrictions => object wmArray(0) { ... } protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0) { ... } public aLinkedModules => object wmArray(0) { ... } protected _wmConfigContainer => object genericModuleConfig(49) { ... } protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0) { ... } public aSystemModules => object wmArray(0) { ... } public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4) { ... } public iLanguageId => NULL public sUrl => NULL }public field => string(23) "iParentCourseCategoryId" }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 83 public iPageId => integer 15 public iParentCourseCategoryId => integer 0 public sName => string(16) "Kort en creatief" public sIntro => string(229) "<p>In het CKB atelier maak je de mooiste dingen met allerlei materialen. Naast de jaarcursussen (tekenen & schilderen, keramiek, jeugdatelier, jongerenatelier e.a.) zijn er speciale korte cursussen. Die vind je hieronder.</p>" public sDescription => string(407) "<p>In het CKB atelier maak je de mooiste dingen met allerlei materialen. Naast de jaarcursussen (tekenen & schilderen, keramiek, jeugdatelier, jongerenatelier e.a.) zijn er de korte cursussen: aquarel, glasatelier en tech-lab (zie hieronder). <br />Je kunt ook kiezen voor <a href="/beeldend?categorie%5B%5D=10-lessenkaart+Beeldend">deze cursussen</a> die je o.a. met een 10-lessenkaart kunt volgen.</p>" public iWeight => NULL public iFileId1 => integer 809 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "03-02-2016 14:57:20" public date => string(26) "2016-02-03 14:57:20.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "05-01-2021 10:49:01" public date => string(26) "2021-01-05 10:49:01.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(16) "kort-en-creatief" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)}{ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0) { ... } public aSubModules => object wmArray(0) { ... } public aSetRestrictions => object wmArray(0) { ... } protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0) { ... } public aLinkedModules => object wmArray(0) { ... } protected _wmConfigContainer => object genericModuleConfig(49) { ... } protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0) { ... } public aSystemModules => object wmArray(0) { ... } public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4) { ... } public iLanguageId => NULL public sUrl => NULL }public field => string(23) "iParentCourseCategoryId" }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 24 public iPageId => integer 15 public iParentCourseCategoryId => integer 0 public sName => string(21) "Tekenen en Schilderen" public sIntro => string(164) "<p>Je eigen kunst tekenen en schilderen bij het CKB, dat is voor jong en oud! Van de eerste kneepjes tot geavanceerde technieken: je vindt het in onze ateliers.</p>" public sDescription => string(671) "<p><span>Teken of schilder jouw eigen kunstwerk in het CKB atelier en laat je begeleiden door docenten die ook kunstenaars zijn. <br />Als volwassene krijg je de eerste fijne kneepjes onder de knie met de Basiscursus. Heb je al ervaring dan kun je meestal gelijk aan de slag bij Tekenen en Schilderen. Bij Modeltekenen staat het menselijk lichaam centraal en leer je o.a. hoe je een been korter kan tekenen, dat toch langer lijkt. Je kunt ook kiezen voor de korte cursus Aquarel.<br /></span></p> <p><span><a href="/beeldend?categorie%5B%5D=Jong+Talent">Voor kinderen hebben we o.a. het Jeugdatelier en voor jongeren het Jongerenatelier en de Academieklas.</a></span></p>" public iWeight => NULL public iFileId1 => integer 79 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "16-10-2012 10:39:16" public date => string(26) "2012-10-16 10:39:16.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "05-01-2021 11:31:58" public date => string(26) "2021-01-05 11:31:58.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(21) "tekenen-en-schilderen" }{ public aFields => object wmArray(10)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iActionId => object dbInt(10)public aFormFields => array(5) ( "iCourseGroupId" => string(11) "selectField" "sTitle" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "iFileId1" => string(15) "fileSelectField" "iWeight" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(9) "iActionId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iCourseGroupId => object dbInt(10){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTitle => object dbVarchar(10){ public sName => string(6) "sTitle" public iLength => integer 30 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sTitle => string(6) "sTitle" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sTitle => string(6) "sTitle" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sTitle => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sTitle => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(8)public aTitles => object wmArray(0){ public iCourseGroupId => string(9) "Categorie" public sTitle => string(5) "Titel" public sDescription => string(29) "Omschrijving van de categorie" public sButtonText => string(23) "Tekst op knop van actie" public iWeight => string(19) "Volgorde (numeriek)" public dtPublishedDate => string(17) "Start datum actie" public dtExpirationDate => string(16) "Eind datum actie" public iFileId1 => string(4) "Foto" }}{ }public aLinkedModules => object wmArray(1){ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(2){ public iCourseGroupId => string(14) "modCourseGroup" public iCourseId => string(9) "modCourse" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(13) "modHomeSlider" public sTitle => string(18) "Slider home beheer" public sButton => string(7) "Sliders" public sStringGlue => string(3) " - " public sItem => string(6) "Slider" public sDescription => NULL public sPrimaryKey => string(9) "iActionId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(6)}{ public iWeight => string(24) "Positie binnen de slider" public sTitle => string(17) "Max. 25 karakters" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de slider." public dtPublishedDate => string(104) "Vanaf deze datum wordt de slider getoond. Wanneer deze leeg blijft, zal de slider altijd getoond worden." public dtExpirationDate => string(88) "Verval datum van de slider. Wanneer deze leeg gelaten wordt zal de slider nooit stoppen." public modCourseCategory => string(49) "Selecteer de doorlinks onder het kopje "populair"" }}{ }public aSystemModules => object wmArray(0){ }public iActionId => integer 4 public iCourseGroupId => integer 3 public sTitle => string(15) "Beeldende kunst" public sDescription => string(164) "<p>Ontdek je (verborgen) talenten en maak je eigen kunst. Van schilderen tot keramiek, van glas-in-lood tot digitale kunst: inspiratie volop in de CKB ateliers.</p>" public iFileId1 => integer 5049 public iWeight => integer 2 public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "11-10-2012 14:32:05" public date => string(26) "2012-10-11 14:32:05.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-05-2023 13:28:58" public date => string(26) "2023-05-23 13:28:58.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(15) "beeldende-kunst" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(2)public 3 => object modHomeSlider(24){ public iCourseGroupId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseGroup(34)public iCourseId => object wmArray(2){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(14) "iCourseGroupId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( ... ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => NULL public iPageId => NULL public sName => NULL public sDescription => NULL public sColor => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public module => object modCourse(41)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(9) "iCourseId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(27)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseId => object dbInt(10)public aFormFields => array(22) ( ... ) public aBestFields => object wmArray(3){ public sName => string(9) "iCourseId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iAgeCategoryId => object dbInt(10){ public sName => string(14) "iAgeCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMinAge => object dbInt(10){ public sName => string(7) "iMinAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMaxAge => object dbInt(10){ public sName => string(7) "iMaxAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseType => object dbVarchar(10){ public sName => string(11) "sCourseType" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseTimes => object dbVarchar(10){ public sName => string(12) "sCourseTimes" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTrialLesson => object dbEnum(10){ public sName => string(12) "sTrialLesson" public iLength => integer 0 public aValues => object wmArray(3)public sFree => object dbEnum(10){ public yes => string(3) "yes" public no => string(2) "no" public kijkles => string(7) "kijkles" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(3) "yes" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(5) "sFree" public iLength => integer 0 public aValues => object wmArray(2)public sIntro => object dbText(10){ public yes => string(3) "yes" public no => string(2) "no" }public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(2) "no" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseCodes => object dbText(10){ public sName => string(12) "sCourseCodes" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 3 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" public sCourseCodes => string(12) "sCourseCodes" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(2){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }public iAgeCategoryId => object wmArray(1){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public sSeoUrl => NULL public aSeoUrls => object wmArray(1){ public 0 => string(10) "/modCourse" }public aSearchFields => object wmArray(2){ public sName => string(5) "sName" public sCourseCodes => string(12) "sCourseCodes" }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(27)public aTitles => object wmArray(1){ public sName => string(11) "Cursus naam" public iAgeCategoryId => string(18) "Leeftijd categorie" public iMinAge => string(17) "Minimale leeftijd" public iMaxAge => string(17) "Maximale leeftijd" public sCourseType => string(11) "Type cursus" public iWeight => string(8) "Volgorde" public sTypeOfCourse => string(11) "Type cursus" public sTrialLesson => string(36) "Proefles/kijkles aanvragen mogelijk?" public yes => string(12) "Ja, proefles" public no => string(3) "Nee" public kijkles => string(11) "Ja, kijkles" public sCourseTimes => string(32) "Wanneer wordt de cursus gegeven?" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public sAdvantages => string(14) "Unieke waarden" public sTags => string(4) "Tags" public sCourseCodes => string(40) "Abecon registratie codes (cursus opties)" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(1){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(1){ public iAgeCategoryId => string(14) "modAgeCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(9) "modCourse" public sTitle => string(16) "Cursussen beheer" public sButton => string(9) "Cursussen" public sStringGlue => string(3) " - " public sItem => string(6) "Cursus" public sDescription => NULL public sPrimaryKey => string(9) "iCourseId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool TRUE public sPageTitle => NULL public bIgnoreNotFound => bool TRUE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(18)}{ public iMinAge => string(16) "Vul een getal in" public iWeight => string(37) "Positie op de cursus overzicht pagina" public sCourseTimes => string(86) "Max. 40 karakters. Wordt in het overzicht getoond. Bijv: maandag van 19.00 - 21.00 uur" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(107) "Min. 70 - max. 90 woorden, Opdelen in alinea's. De omschrijving geeft beknopt de inhoud van de cursus weer." public sTypeOfCourse => string(92) "Max. 15 karakters. Wordt in het overzicht getoond, bijv: groepsles, priveles, popschool/band" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId2 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId3 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId4 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId5 => string(44) "De gekozen foto wordt getoond bij de cursus." public sVideo1 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sCourseCodes => string(80) "Voer hier komma gescheiden de Abecon cursus codes in, bijv: 121223,124532,13133." public iMaxAge => string(88) "Wanneer dit veld leeg blijft wordt de leeftijdscategorie "minimale leeftijd+" bijv: 65+." }}{ }public aSystemModules => object wmArray(0){ }public iCourseId => NULL public sName => NULL public iAgeCategoryId => NULL public iMinAge => NULL public iMaxAge => NULL public sCourseType => NULL public sCourseTimes => NULL public sTrialLesson => NULL public sFree => NULL public sIntro => NULL public sDescription => NULL public sCourseCodes => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(1){ public modCourseCategory => object wmArray(2)protected _wmConfigContainer => object genericModuleConfig(49){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public data => object wmArray(2){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public 16 => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)public 15 => object modCourseCategory(35){ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0) { ... } public aSubModules => object wmArray(0) { ... } public aSetRestrictions => object wmArray(0) { ... } protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0) { ... } public aLinkedModules => object wmArray(0) { ... } protected _wmConfigContainer => object genericModuleConfig(49) { ... } protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0) { ... } public aSystemModules => object wmArray(0) { ... } public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4) { ... } public iLanguageId => NULL public sUrl => NULL }public field => string(23) "iParentCourseCategoryId" }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 16 public iPageId => integer 13 public iParentCourseCategoryId => integer 0 public sName => string(8) "Academie" public sIntro => string(139) "<p>In de diverse dansursussen van CKB Academie word je ingedeeld naar leeftijd en niveau en kan je een hele danscarrière volgen.</p>" public sDescription => string(414) "<p>Dansen is voor jong en oud. Je kunt zelfs al beginnen als je 2 jaar bent, met Peuterdans. Er zijn dansgroepen voor kinderen, jongeren en volwassenen. Hoe verder je bent in je danscarrière hoe uitdagender de danstechnieken. Bij de dansafdeling CKB Academie kan je je specialiseren in klassiek, modern of improvisatie.</p> <p><img src="/data/avg/2020/dans/klassieke-dans-volw.png" alt="" width="620" /></p>" public iWeight => NULL public iFileId1 => integer 618 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => string(43) "https://www.youtube.com/watch?v=ScCyvzXEtpg" public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "05-09-2012 11:02:21" public date => string(26) "2012-09-05 11:02:21.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "14-05-2021 11:16:50" public date => string(26) "2021-05-14 11:16:50.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(8) "academie" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)}{ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0) { ... } public aSubModules => object wmArray(0) { ... } public aSetRestrictions => object wmArray(0) { ... } protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0) { ... } public aLinkedModules => object wmArray(0) { ... } protected _wmConfigContainer => object genericModuleConfig(49) { ... } protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0) { ... } public aSystemModules => object wmArray(0) { ... } public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4) { ... } public iLanguageId => NULL public sUrl => NULL }public field => string(23) "iParentCourseCategoryId" }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 15 public iPageId => integer 13 public iParentCourseCategoryId => integer 0 public sName => string(26) "Dans voor de allerjongsten" public sIntro => string(102) "<p>Naast danscursussen voor alle leeftijden hebben we ook een aantal speciaal gericht op kinderen.</p>" public sDescription => string(486) "<p>Natuurlijk kunnen kinderen ook terecht bij de danscursussen die er tevens voor jongeren en volwassenen zijn zoals bijvoorbeeld Ierse Dans, Klassiek of Modern. Maar er zijn ook danscursussen speciaal voor hen ontwikkeld. Al heel jong ontdek je samen met je (groot) ouder of oppas de danswereld bij Peuterdans. Daarna dans je mee bij Kleuterdans en Pre-ballet, voordat je jouw favoriete dans kiest.</p> <p><img src="/data/avg/2020/dans/peuterdans-2020-14.jpg" alt="" width="620" /></p>" public iWeight => NULL public iFileId1 => integer 48 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "05-09-2012 11:01:04" public date => string(26) "2012-09-05 11:01:04.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "14-05-2021 11:19:40" public date => string(26) "2021-05-14 11:19:40.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(26) "dans-voor-de-allerjongsten" }{ public aFields => object wmArray(10)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iActionId => object dbInt(10)public aFormFields => array(5) ( "iCourseGroupId" => string(11) "selectField" "sTitle" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "iFileId1" => string(15) "fileSelectField" "iWeight" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(9) "iActionId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iCourseGroupId => object dbInt(10){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTitle => object dbVarchar(10){ public sName => string(6) "sTitle" public iLength => integer 30 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sTitle => string(6) "sTitle" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sTitle => string(6) "sTitle" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sTitle => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sTitle => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(8)public aTitles => object wmArray(0){ public iCourseGroupId => string(9) "Categorie" public sTitle => string(5) "Titel" public sDescription => string(29) "Omschrijving van de categorie" public sButtonText => string(23) "Tekst op knop van actie" public iWeight => string(19) "Volgorde (numeriek)" public dtPublishedDate => string(17) "Start datum actie" public dtExpirationDate => string(16) "Eind datum actie" public iFileId1 => string(4) "Foto" }}{ }public aLinkedModules => object wmArray(1){ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(2){ public iCourseGroupId => string(14) "modCourseGroup" public iCourseId => string(9) "modCourse" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(13) "modHomeSlider" public sTitle => string(18) "Slider home beheer" public sButton => string(7) "Sliders" public sStringGlue => string(3) " - " public sItem => string(6) "Slider" public sDescription => NULL public sPrimaryKey => string(9) "iActionId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(6)}{ public iWeight => string(24) "Positie binnen de slider" public sTitle => string(17) "Max. 25 karakters" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de slider." public dtPublishedDate => string(104) "Vanaf deze datum wordt de slider getoond. Wanneer deze leeg blijft, zal de slider altijd getoond worden." public dtExpirationDate => string(88) "Verval datum van de slider. Wanneer deze leeg gelaten wordt zal de slider nooit stoppen." public modCourseCategory => string(49) "Selecteer de doorlinks onder het kopje "populair"" }}{ }public aSystemModules => object wmArray(0){ }public iActionId => integer 3 public iCourseGroupId => integer 1 public sTitle => string(4) "Dans" public sDescription => string(142) "<p>Bij de dansafdeling van het CKB kan je je helemaal uitleven. Van klassiek tot streetdance: er zijn allerlei cursussen voor jong en oud.</p>" public iFileId1 => integer 5051 public iWeight => integer 3 public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "05-09-2012 11:19:00" public date => string(26) "2012-09-05 11:19:00.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "15-08-2022 12:41:52" public date => string(26) "2022-08-15 12:41:52.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(4) "dans" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(2)public 4 => object modHomeSlider(24){ public iCourseGroupId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseGroup(34)public iCourseId => object wmArray(2){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(14) "iCourseGroupId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( ... ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => NULL public iPageId => NULL public sName => NULL public sDescription => NULL public sColor => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public module => object modCourse(41)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(9) "iCourseId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(27)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseId => object dbInt(10)public aFormFields => array(22) ( ... ) public aBestFields => object wmArray(3){ public sName => string(9) "iCourseId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iAgeCategoryId => object dbInt(10){ public sName => string(14) "iAgeCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMinAge => object dbInt(10){ public sName => string(7) "iMinAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMaxAge => object dbInt(10){ public sName => string(7) "iMaxAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseType => object dbVarchar(10){ public sName => string(11) "sCourseType" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseTimes => object dbVarchar(10){ public sName => string(12) "sCourseTimes" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTrialLesson => object dbEnum(10){ public sName => string(12) "sTrialLesson" public iLength => integer 0 public aValues => object wmArray(3)public sFree => object dbEnum(10){ public yes => string(3) "yes" public no => string(2) "no" public kijkles => string(7) "kijkles" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(3) "yes" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(5) "sFree" public iLength => integer 0 public aValues => object wmArray(2)public sIntro => object dbText(10){ public yes => string(3) "yes" public no => string(2) "no" }public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(2) "no" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseCodes => object dbText(10){ public sName => string(12) "sCourseCodes" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 3 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" public sCourseCodes => string(12) "sCourseCodes" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(2){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }public iAgeCategoryId => object wmArray(1){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public sSeoUrl => NULL public aSeoUrls => object wmArray(1){ public 0 => string(10) "/modCourse" }public aSearchFields => object wmArray(2){ public sName => string(5) "sName" public sCourseCodes => string(12) "sCourseCodes" }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(27)public aTitles => object wmArray(1){ public sName => string(11) "Cursus naam" public iAgeCategoryId => string(18) "Leeftijd categorie" public iMinAge => string(17) "Minimale leeftijd" public iMaxAge => string(17) "Maximale leeftijd" public sCourseType => string(11) "Type cursus" public iWeight => string(8) "Volgorde" public sTypeOfCourse => string(11) "Type cursus" public sTrialLesson => string(36) "Proefles/kijkles aanvragen mogelijk?" public yes => string(12) "Ja, proefles" public no => string(3) "Nee" public kijkles => string(11) "Ja, kijkles" public sCourseTimes => string(32) "Wanneer wordt de cursus gegeven?" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public sAdvantages => string(14) "Unieke waarden" public sTags => string(4) "Tags" public sCourseCodes => string(40) "Abecon registratie codes (cursus opties)" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(1){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(1){ public iAgeCategoryId => string(14) "modAgeCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(9) "modCourse" public sTitle => string(16) "Cursussen beheer" public sButton => string(9) "Cursussen" public sStringGlue => string(3) " - " public sItem => string(6) "Cursus" public sDescription => NULL public sPrimaryKey => string(9) "iCourseId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool TRUE public sPageTitle => NULL public bIgnoreNotFound => bool TRUE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(18)}{ public iMinAge => string(16) "Vul een getal in" public iWeight => string(37) "Positie op de cursus overzicht pagina" public sCourseTimes => string(86) "Max. 40 karakters. Wordt in het overzicht getoond. Bijv: maandag van 19.00 - 21.00 uur" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(107) "Min. 70 - max. 90 woorden, Opdelen in alinea's. De omschrijving geeft beknopt de inhoud van de cursus weer." public sTypeOfCourse => string(92) "Max. 15 karakters. Wordt in het overzicht getoond, bijv: groepsles, priveles, popschool/band" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId2 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId3 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId4 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId5 => string(44) "De gekozen foto wordt getoond bij de cursus." public sVideo1 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sCourseCodes => string(80) "Voer hier komma gescheiden de Abecon cursus codes in, bijv: 121223,124532,13133." public iMaxAge => string(88) "Wanneer dit veld leeg blijft wordt de leeftijdscategorie "minimale leeftijd+" bijv: 65+." }}{ }public aSystemModules => object wmArray(0){ }public iCourseId => NULL public sName => NULL public iAgeCategoryId => NULL public iMinAge => NULL public iMaxAge => NULL public sCourseType => NULL public sCourseTimes => NULL public sTrialLesson => NULL public sFree => NULL public sIntro => NULL public sDescription => NULL public sCourseCodes => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(1){ public modCourseCategory => object wmArray(2)protected _wmConfigContainer => object genericModuleConfig(49){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public data => object wmArray(2){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public 2 => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)public 63 => object modCourseCategory(35){ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0) { ... } public aSubModules => object wmArray(0) { ... } public aSetRestrictions => object wmArray(0) { ... } protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0) { ... } public aLinkedModules => object wmArray(0) { ... } protected _wmConfigContainer => object genericModuleConfig(49) { ... } protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0) { ... } public aSystemModules => object wmArray(0) { ... } public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4) { ... } public iLanguageId => NULL public sUrl => NULL }public field => string(23) "iParentCourseCategoryId" }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 2 public iPageId => integer 14 public iParentCourseCategoryId => integer 0 public sName => string(10) "Instrument" public sIntro => string(155) "<p>Bij het CKB kan je muziek leren maken op wel 30 verschillende instrumenten en met je eigen zangstem. Met een proefles maak je de juiste keuze. </p>" public sDescription => string(494) "<p>Speel je favoriete muziek en doe verrassende muzikale ontdekkingen. Bij het CKB kan je kiezen uit wel 30 instrumenten of je eigen zangstem. Je leert diverse muziekgenres spelen, met anderen of solo. Er zijn allerlei lesvormen, voor elk niveau en elke portemonnee. Ook als je geen noten kunt lezen mag je beginnen met de muzieklessen, want die leer je er spelenderwijs bij.</p> <p>Je kunt eerst een instrument uitproberen. De docent helpt je graag bij de keuze en de aanschaf ervan. </p>" public iWeight => NULL public iFileId1 => integer 787 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "11-06-2012 16:26:17" public date => string(26) "2012-06-11 16:26:17.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "04-01-2021 15:48:59" public date => string(26) "2021-01-04 15:48:59.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(10) "instrument" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)}{ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0) { ... } public aSubModules => object wmArray(0) { ... } public aSetRestrictions => object wmArray(0) { ... } protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0) { ... } public aLinkedModules => object wmArray(0) { ... } protected _wmConfigContainer => object genericModuleConfig(49) { ... } protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0) { ... } public aSystemModules => object wmArray(0) { ... } public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4) { ... } public iLanguageId => NULL public sUrl => NULL }public field => string(23) "iParentCourseCategoryId" }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 63 public iPageId => NULL public iParentCourseCategoryId => integer 2 public sName => string(21) "Zang Pop/Jazz/Musical" public sIntro => string(150) "<p>Pop, jazz, musical en meer: zing jouw favoriete muziek en ontwikkel je stem. Je leert ook microfoontechniek, presentatie en tekstinterpretatie.</p>" public sDescription => string(810) "<p>Bij Zang Pop/Jazz/Musical zing je jouw favoriete muziek en leer je optimaal gebruik maken van je zangstem. Het repertoire (met bijhorende stemvorming) varieert van pop tot musical en jazz. Er wordt ook aandacht besteed aan microfoontechniek, presentatie en interpretatie van de songtekst.</p> <p><strong>Zingen op een manier die bij jou past</strong><br />Je kunt bij ons gaan zingen in één van de vele koren, bij de popschool in een band of in een groep. Natuurlijk kun je ook les krijgen in je ééntje of met z'n tweeën waarbij je kan kiezen voor wekelijks of tweewekelijks.<br />We hebben zelfs een variant die een combinatie is van zangles/stemgebruik, ontspanning en vrijmaken van energie.</p> <p>Er zijn diverse lesvormen. Kies hieronder de cursus die bij jou past.</p>" public iWeight => NULL public iFileId1 => integer 3171 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "25-10-2012 13:28:34" public date => string(26) "2012-10-25 13:28:34.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "05-01-2021 12:09:21" public date => string(26) "2021-01-05 12:09:21.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(19) "zang-popjazzmusical" }{ public aFields => object wmArray(10)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iActionId => object dbInt(10)public aFormFields => array(5) ( "iCourseGroupId" => string(11) "selectField" "sTitle" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "iFileId1" => string(15) "fileSelectField" "iWeight" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(9) "iActionId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iCourseGroupId => object dbInt(10){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTitle => object dbVarchar(10){ public sName => string(6) "sTitle" public iLength => integer 30 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sTitle => string(6) "sTitle" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sTitle => string(6) "sTitle" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sTitle => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sTitle => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(8)public aTitles => object wmArray(0){ public iCourseGroupId => string(9) "Categorie" public sTitle => string(5) "Titel" public sDescription => string(29) "Omschrijving van de categorie" public sButtonText => string(23) "Tekst op knop van actie" public iWeight => string(19) "Volgorde (numeriek)" public dtPublishedDate => string(17) "Start datum actie" public dtExpirationDate => string(16) "Eind datum actie" public iFileId1 => string(4) "Foto" }}{ }public aLinkedModules => object wmArray(1){ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(2){ public iCourseGroupId => string(14) "modCourseGroup" public iCourseId => string(9) "modCourse" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(13) "modHomeSlider" public sTitle => string(18) "Slider home beheer" public sButton => string(7) "Sliders" public sStringGlue => string(3) " - " public sItem => string(6) "Slider" public sDescription => NULL public sPrimaryKey => string(9) "iActionId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(6)}{ public iWeight => string(24) "Positie binnen de slider" public sTitle => string(17) "Max. 25 karakters" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de slider." public dtPublishedDate => string(104) "Vanaf deze datum wordt de slider getoond. Wanneer deze leeg blijft, zal de slider altijd getoond worden." public dtExpirationDate => string(88) "Verval datum van de slider. Wanneer deze leeg gelaten wordt zal de slider nooit stoppen." public modCourseCategory => string(49) "Selecteer de doorlinks onder het kopje "populair"" }}{ }public aSystemModules => object wmArray(0){ }public iActionId => integer 2 public iCourseGroupId => integer 2 public sTitle => string(6) "Muziek" public sDescription => string(145) "<p>(Samen) muziek maken: leuk en inspirerend! Kies uit 30 instrumenten of gebruik je eigen stem. Voor iedereen, elk tempo en elk muziekgenre.</p>" public iFileId1 => integer 5052 public iWeight => integer 4 public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "28-06-2012 15:20:42" public date => string(26) "2012-06-28 15:20:42.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "15-08-2022 12:42:10" public date => string(26) "2022-08-15 12:42:10.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(6) "muziek" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(2)public 5 => object modHomeSlider(24){ public iCourseGroupId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseGroup(34)public iCourseId => object wmArray(2){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(14) "iCourseGroupId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( ... ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => NULL public iPageId => NULL public sName => NULL public sDescription => NULL public sColor => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public module => object modCourse(41)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(9) "iCourseId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(27)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseId => object dbInt(10)public aFormFields => array(22) ( ... ) public aBestFields => object wmArray(3){ public sName => string(9) "iCourseId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iAgeCategoryId => object dbInt(10){ public sName => string(14) "iAgeCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMinAge => object dbInt(10){ public sName => string(7) "iMinAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMaxAge => object dbInt(10){ public sName => string(7) "iMaxAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseType => object dbVarchar(10){ public sName => string(11) "sCourseType" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseTimes => object dbVarchar(10){ public sName => string(12) "sCourseTimes" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTrialLesson => object dbEnum(10){ public sName => string(12) "sTrialLesson" public iLength => integer 0 public aValues => object wmArray(3)public sFree => object dbEnum(10){ public yes => string(3) "yes" public no => string(2) "no" public kijkles => string(7) "kijkles" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(3) "yes" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(5) "sFree" public iLength => integer 0 public aValues => object wmArray(2)public sIntro => object dbText(10){ public yes => string(3) "yes" public no => string(2) "no" }public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(2) "no" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseCodes => object dbText(10){ public sName => string(12) "sCourseCodes" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 3 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" public sCourseCodes => string(12) "sCourseCodes" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(2){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }public iAgeCategoryId => object wmArray(1){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public sSeoUrl => NULL public aSeoUrls => object wmArray(1){ public 0 => string(10) "/modCourse" }public aSearchFields => object wmArray(2){ public sName => string(5) "sName" public sCourseCodes => string(12) "sCourseCodes" }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(27)public aTitles => object wmArray(1){ public sName => string(11) "Cursus naam" public iAgeCategoryId => string(18) "Leeftijd categorie" public iMinAge => string(17) "Minimale leeftijd" public iMaxAge => string(17) "Maximale leeftijd" public sCourseType => string(11) "Type cursus" public iWeight => string(8) "Volgorde" public sTypeOfCourse => string(11) "Type cursus" public sTrialLesson => string(36) "Proefles/kijkles aanvragen mogelijk?" public yes => string(12) "Ja, proefles" public no => string(3) "Nee" public kijkles => string(11) "Ja, kijkles" public sCourseTimes => string(32) "Wanneer wordt de cursus gegeven?" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public sAdvantages => string(14) "Unieke waarden" public sTags => string(4) "Tags" public sCourseCodes => string(40) "Abecon registratie codes (cursus opties)" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(1){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(1){ public iAgeCategoryId => string(14) "modAgeCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(9) "modCourse" public sTitle => string(16) "Cursussen beheer" public sButton => string(9) "Cursussen" public sStringGlue => string(3) " - " public sItem => string(6) "Cursus" public sDescription => NULL public sPrimaryKey => string(9) "iCourseId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool TRUE public sPageTitle => NULL public bIgnoreNotFound => bool TRUE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(18)}{ public iMinAge => string(16) "Vul een getal in" public iWeight => string(37) "Positie op de cursus overzicht pagina" public sCourseTimes => string(86) "Max. 40 karakters. Wordt in het overzicht getoond. Bijv: maandag van 19.00 - 21.00 uur" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(107) "Min. 70 - max. 90 woorden, Opdelen in alinea's. De omschrijving geeft beknopt de inhoud van de cursus weer." public sTypeOfCourse => string(92) "Max. 15 karakters. Wordt in het overzicht getoond, bijv: groepsles, priveles, popschool/band" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId2 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId3 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId4 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId5 => string(44) "De gekozen foto wordt getoond bij de cursus." public sVideo1 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sCourseCodes => string(80) "Voer hier komma gescheiden de Abecon cursus codes in, bijv: 121223,124532,13133." public iMaxAge => string(88) "Wanneer dit veld leeg blijft wordt de leeftijdscategorie "minimale leeftijd+" bijv: 65+." }}{ }public aSystemModules => object wmArray(0){ }public iCourseId => NULL public sName => NULL public iAgeCategoryId => NULL public iMinAge => NULL public iMaxAge => NULL public sCourseType => NULL public sCourseTimes => NULL public sTrialLesson => NULL public sFree => NULL public sIntro => NULL public sDescription => NULL public sCourseCodes => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(1){ public modCourseCategory => object wmArray(2)protected _wmConfigContainer => object genericModuleConfig(49){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public data => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }}{ public aFields => object wmArray(10)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iActionId => object dbInt(10)public aFormFields => array(5) ( "iCourseGroupId" => string(11) "selectField" "sTitle" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "iFileId1" => string(15) "fileSelectField" "iWeight" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(9) "iActionId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iCourseGroupId => object dbInt(10){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTitle => object dbVarchar(10){ public sName => string(6) "sTitle" public iLength => integer 30 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sTitle => string(6) "sTitle" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sTitle => string(6) "sTitle" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sTitle => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sTitle => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(8)public aTitles => object wmArray(0){ public iCourseGroupId => string(9) "Categorie" public sTitle => string(5) "Titel" public sDescription => string(29) "Omschrijving van de categorie" public sButtonText => string(23) "Tekst op knop van actie" public iWeight => string(19) "Volgorde (numeriek)" public dtPublishedDate => string(17) "Start datum actie" public dtExpirationDate => string(16) "Eind datum actie" public iFileId1 => string(4) "Foto" }}{ }public aLinkedModules => object wmArray(1){ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(2){ public iCourseGroupId => string(14) "modCourseGroup" public iCourseId => string(9) "modCourse" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(13) "modHomeSlider" public sTitle => string(18) "Slider home beheer" public sButton => string(7) "Sliders" public sStringGlue => string(3) " - " public sItem => string(6) "Slider" public sDescription => NULL public sPrimaryKey => string(9) "iActionId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(6)}{ public iWeight => string(24) "Positie binnen de slider" public sTitle => string(17) "Max. 25 karakters" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de slider." public dtPublishedDate => string(104) "Vanaf deze datum wordt de slider getoond. Wanneer deze leeg blijft, zal de slider altijd getoond worden." public dtExpirationDate => string(88) "Verval datum van de slider. Wanneer deze leeg gelaten wordt zal de slider nooit stoppen." public modCourseCategory => string(49) "Selecteer de doorlinks onder het kopje "populair"" }}{ }public aSystemModules => object wmArray(0){ }public iActionId => integer 1 public iCourseGroupId => integer 4 public sTitle => string(7) "Theater" public sDescription => string(138) "<p><span>CKB Theater zet JOU in de picture. Wel twee keer per seizoen brengt jouw groep een voorstelling in de CKB Theaterzaal!</span></p>" public iFileId1 => integer 5055 public iWeight => integer 5 public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "28-06-2012 10:26:07" public date => string(26) "2012-06-28 10:26:07.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "15-08-2022 12:42:26" public date => string(26) "2022-08-15 12:42:26.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(7) "theater" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(2)}{ public iCourseGroupId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseGroup(34)public iCourseId => object wmArray(2){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(14) "iCourseGroupId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( ... ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => NULL public iPageId => NULL public sName => NULL public sDescription => NULL public sColor => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public module => object modCourse(41)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(9) "iCourseId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(27)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseId => object dbInt(10)public aFormFields => array(22) ( ... ) public aBestFields => object wmArray(3){ public sName => string(9) "iCourseId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iAgeCategoryId => object dbInt(10){ public sName => string(14) "iAgeCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMinAge => object dbInt(10){ public sName => string(7) "iMinAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMaxAge => object dbInt(10){ public sName => string(7) "iMaxAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseType => object dbVarchar(10){ public sName => string(11) "sCourseType" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseTimes => object dbVarchar(10){ public sName => string(12) "sCourseTimes" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTrialLesson => object dbEnum(10){ public sName => string(12) "sTrialLesson" public iLength => integer 0 public aValues => object wmArray(3)public sFree => object dbEnum(10){ public yes => string(3) "yes" public no => string(2) "no" public kijkles => string(7) "kijkles" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(3) "yes" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(5) "sFree" public iLength => integer 0 public aValues => object wmArray(2)public sIntro => object dbText(10){ public yes => string(3) "yes" public no => string(2) "no" }public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(2) "no" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseCodes => object dbText(10){ public sName => string(12) "sCourseCodes" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 3 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" public sCourseCodes => string(12) "sCourseCodes" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(2){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }public iAgeCategoryId => object wmArray(1){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public sSeoUrl => NULL public aSeoUrls => object wmArray(1){ public 0 => string(10) "/modCourse" }public aSearchFields => object wmArray(2){ public sName => string(5) "sName" public sCourseCodes => string(12) "sCourseCodes" }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(27)public aTitles => object wmArray(1){ public sName => string(11) "Cursus naam" public iAgeCategoryId => string(18) "Leeftijd categorie" public iMinAge => string(17) "Minimale leeftijd" public iMaxAge => string(17) "Maximale leeftijd" public sCourseType => string(11) "Type cursus" public iWeight => string(8) "Volgorde" public sTypeOfCourse => string(11) "Type cursus" public sTrialLesson => string(36) "Proefles/kijkles aanvragen mogelijk?" public yes => string(12) "Ja, proefles" public no => string(3) "Nee" public kijkles => string(11) "Ja, kijkles" public sCourseTimes => string(32) "Wanneer wordt de cursus gegeven?" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public sAdvantages => string(14) "Unieke waarden" public sTags => string(4) "Tags" public sCourseCodes => string(40) "Abecon registratie codes (cursus opties)" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(1){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(1){ public iAgeCategoryId => string(14) "modAgeCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(9) "modCourse" public sTitle => string(16) "Cursussen beheer" public sButton => string(9) "Cursussen" public sStringGlue => string(3) " - " public sItem => string(6) "Cursus" public sDescription => NULL public sPrimaryKey => string(9) "iCourseId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool TRUE public sPageTitle => NULL public bIgnoreNotFound => bool TRUE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(18)}{ public iMinAge => string(16) "Vul een getal in" public iWeight => string(37) "Positie op de cursus overzicht pagina" public sCourseTimes => string(86) "Max. 40 karakters. Wordt in het overzicht getoond. Bijv: maandag van 19.00 - 21.00 uur" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(107) "Min. 70 - max. 90 woorden, Opdelen in alinea's. De omschrijving geeft beknopt de inhoud van de cursus weer." public sTypeOfCourse => string(92) "Max. 15 karakters. Wordt in het overzicht getoond, bijv: groepsles, priveles, popschool/band" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId2 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId3 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId4 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId5 => string(44) "De gekozen foto wordt getoond bij de cursus." public sVideo1 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sCourseCodes => string(80) "Voer hier komma gescheiden de Abecon cursus codes in, bijv: 121223,124532,13133." public iMaxAge => string(88) "Wanneer dit veld leeg blijft wordt de leeftijdscategorie "minimale leeftijd+" bijv: 65+." }}{ }public aSystemModules => object wmArray(0){ }public iCourseId => NULL public sName => NULL public iAgeCategoryId => NULL public iMinAge => NULL public iMaxAge => NULL public sCourseType => NULL public sCourseTimes => NULL public sTrialLesson => NULL public sFree => NULL public sIntro => NULL public sDescription => NULL public sCourseCodes => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(1){ public modCourseCategory => object wmArray(2)protected _wmConfigContainer => object genericModuleConfig(49){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public data => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }}{ public aFields => object wmArray(10)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iActionId => object dbInt(10)public aFormFields => array(5) ( "iCourseGroupId" => string(11) "selectField" "sTitle" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "iFileId1" => string(15) "fileSelectField" "iWeight" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(9) "iActionId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iCourseGroupId => object dbInt(10){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTitle => object dbVarchar(10){ public sName => string(6) "sTitle" public iLength => integer 30 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sTitle => string(6) "sTitle" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sTitle => string(6) "sTitle" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sTitle => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sTitle => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(8)public aTitles => object wmArray(0){ public iCourseGroupId => string(9) "Categorie" public sTitle => string(5) "Titel" public sDescription => string(29) "Omschrijving van de categorie" public sButtonText => string(23) "Tekst op knop van actie" public iWeight => string(19) "Volgorde (numeriek)" public dtPublishedDate => string(17) "Start datum actie" public dtExpirationDate => string(16) "Eind datum actie" public iFileId1 => string(4) "Foto" }}{ }public aLinkedModules => object wmArray(1){ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(2){ public iCourseGroupId => string(14) "modCourseGroup" public iCourseId => string(9) "modCourse" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(13) "modHomeSlider" public sTitle => string(18) "Slider home beheer" public sButton => string(7) "Sliders" public sStringGlue => string(3) " - " public sItem => string(6) "Slider" public sDescription => NULL public sPrimaryKey => string(9) "iActionId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(6)}{ public iWeight => string(24) "Positie binnen de slider" public sTitle => string(17) "Max. 25 karakters" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de slider." public dtPublishedDate => string(104) "Vanaf deze datum wordt de slider getoond. Wanneer deze leeg blijft, zal de slider altijd getoond worden." public dtExpirationDate => string(88) "Verval datum van de slider. Wanneer deze leeg gelaten wordt zal de slider nooit stoppen." public modCourseCategory => string(49) "Selecteer de doorlinks onder het kopje "populair"" }}{ }public aSystemModules => object wmArray(0){ }public iActionId => integer 41 public iCourseGroupId => integer 14 public sTitle => string(13) "CKB Popschool" public sDescription => string(203) "<p><span>Gelijk je instrument leren spelen of zingen in een echte band. Ook ervaren popmuzikanten kunnen terecht op de CKB Popschool. <strong>Kijklessen vanaf september weer mogelijk!</strong></span></p>" public iFileId1 => integer 5053 public iWeight => integer 6 public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "04-09-2018 12:53:18" public date => string(26) "2018-09-04 12:53:18.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "22-06-2023 09:09:12" public date => string(26) "2023-06-22 09:09:12.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(13) "ckb-popschool" }{ public 0 => object modHomeSlider(24)"wmCategoryURI" => object uri(11){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(2)public 1 => object modHomeSlider(24){ public iCourseGroupId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseGroup(34)public iCourseId => object wmArray(2){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(14) "iCourseGroupId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( ... ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => NULL public iPageId => NULL public sName => NULL public sDescription => NULL public sColor => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public module => object modCourse(41)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(9) "iCourseId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(27)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseId => object dbInt(10)public aFormFields => array(22) ( ... ) public aBestFields => object wmArray(3){ public sName => string(9) "iCourseId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iAgeCategoryId => object dbInt(10){ public sName => string(14) "iAgeCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMinAge => object dbInt(10){ public sName => string(7) "iMinAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMaxAge => object dbInt(10){ public sName => string(7) "iMaxAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseType => object dbVarchar(10){ public sName => string(11) "sCourseType" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseTimes => object dbVarchar(10){ public sName => string(12) "sCourseTimes" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTrialLesson => object dbEnum(10){ public sName => string(12) "sTrialLesson" public iLength => integer 0 public aValues => object wmArray(3)public sFree => object dbEnum(10){ public yes => string(3) "yes" public no => string(2) "no" public kijkles => string(7) "kijkles" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(3) "yes" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(5) "sFree" public iLength => integer 0 public aValues => object wmArray(2)public sIntro => object dbText(10){ public yes => string(3) "yes" public no => string(2) "no" }public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(2) "no" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseCodes => object dbText(10){ public sName => string(12) "sCourseCodes" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 3 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" public sCourseCodes => string(12) "sCourseCodes" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(2){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }public iAgeCategoryId => object wmArray(1){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public sSeoUrl => NULL public aSeoUrls => object wmArray(1){ public 0 => string(10) "/modCourse" }public aSearchFields => object wmArray(2){ public sName => string(5) "sName" public sCourseCodes => string(12) "sCourseCodes" }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(27)public aTitles => object wmArray(1){ public sName => string(11) "Cursus naam" public iAgeCategoryId => string(18) "Leeftijd categorie" public iMinAge => string(17) "Minimale leeftijd" public iMaxAge => string(17) "Maximale leeftijd" public sCourseType => string(11) "Type cursus" public iWeight => string(8) "Volgorde" public sTypeOfCourse => string(11) "Type cursus" public sTrialLesson => string(36) "Proefles/kijkles aanvragen mogelijk?" public yes => string(12) "Ja, proefles" public no => string(3) "Nee" public kijkles => string(11) "Ja, kijkles" public sCourseTimes => string(32) "Wanneer wordt de cursus gegeven?" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public sAdvantages => string(14) "Unieke waarden" public sTags => string(4) "Tags" public sCourseCodes => string(40) "Abecon registratie codes (cursus opties)" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(1){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(1){ public iAgeCategoryId => string(14) "modAgeCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(9) "modCourse" public sTitle => string(16) "Cursussen beheer" public sButton => string(9) "Cursussen" public sStringGlue => string(3) " - " public sItem => string(6) "Cursus" public sDescription => NULL public sPrimaryKey => string(9) "iCourseId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool TRUE public sPageTitle => NULL public bIgnoreNotFound => bool TRUE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(18)}{ public iMinAge => string(16) "Vul een getal in" public iWeight => string(37) "Positie op de cursus overzicht pagina" public sCourseTimes => string(86) "Max. 40 karakters. Wordt in het overzicht getoond. Bijv: maandag van 19.00 - 21.00 uur" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(107) "Min. 70 - max. 90 woorden, Opdelen in alinea's. De omschrijving geeft beknopt de inhoud van de cursus weer." public sTypeOfCourse => string(92) "Max. 15 karakters. Wordt in het overzicht getoond, bijv: groepsles, priveles, popschool/band" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId2 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId3 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId4 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId5 => string(44) "De gekozen foto wordt getoond bij de cursus." public sVideo1 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sCourseCodes => string(80) "Voer hier komma gescheiden de Abecon cursus codes in, bijv: 121223,124532,13133." public iMaxAge => string(88) "Wanneer dit veld leeg blijft wordt de leeftijdscategorie "minimale leeftijd+" bijv: 65+." }}{ }public aSystemModules => object wmArray(0){ }public iCourseId => NULL public sName => NULL public iAgeCategoryId => NULL public iMinAge => NULL public iMaxAge => NULL public sCourseType => NULL public sCourseTimes => NULL public sTrialLesson => NULL public sFree => NULL public sIntro => NULL public sDescription => NULL public sCourseCodes => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(1){ public modCourseCategory => object wmArray(2)protected _wmConfigContainer => object genericModuleConfig(49){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public data => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }}{ public aFields => object wmArray(10)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iActionId => object dbInt(10)public aFormFields => array(5) ( "iCourseGroupId" => string(11) "selectField" "sTitle" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "iFileId1" => string(15) "fileSelectField" "iWeight" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(9) "iActionId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iCourseGroupId => object dbInt(10){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTitle => object dbVarchar(10){ public sName => string(6) "sTitle" public iLength => integer 30 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sTitle => string(6) "sTitle" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sTitle => string(6) "sTitle" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sTitle => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sTitle => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(8)public aTitles => object wmArray(0){ public iCourseGroupId => string(9) "Categorie" public sTitle => string(5) "Titel" public sDescription => string(29) "Omschrijving van de categorie" public sButtonText => string(23) "Tekst op knop van actie" public iWeight => string(19) "Volgorde (numeriek)" public dtPublishedDate => string(17) "Start datum actie" public dtExpirationDate => string(16) "Eind datum actie" public iFileId1 => string(4) "Foto" }}{ }public aLinkedModules => object wmArray(1){ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(2){ public iCourseGroupId => string(14) "modCourseGroup" public iCourseId => string(9) "modCourse" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(13) "modHomeSlider" public sTitle => string(18) "Slider home beheer" public sButton => string(7) "Sliders" public sStringGlue => string(3) " - " public sItem => string(6) "Slider" public sDescription => NULL public sPrimaryKey => string(9) "iActionId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(6)}{ public iWeight => string(24) "Positie binnen de slider" public sTitle => string(17) "Max. 25 karakters" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de slider." public dtPublishedDate => string(104) "Vanaf deze datum wordt de slider getoond. Wanneer deze leeg blijft, zal de slider altijd getoond worden." public dtExpirationDate => string(88) "Verval datum van de slider. Wanneer deze leeg gelaten wordt zal de slider nooit stoppen." public modCourseCategory => string(49) "Selecteer de doorlinks onder het kopje "populair"" }}{ }public aSystemModules => object wmArray(0){ }public iActionId => integer 53 public iCourseGroupId => integer 21 public sTitle => string(13) "Proeflesweken" public sDescription => string(141) "<p>Doe je mee van 28 augustus t/m 9 september? Probeer allerlei cursussen uit op het gebied van Muziek, Dans, Beeldende Kunst en Theater.</p>" public iFileId1 => integer 5333 public iWeight => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "07-07-2023 11:59:00" public date => string(26) "2023-07-07 11:59:00.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "07-07-2023 12:00:48" public date => string(26) "2023-07-07 12:00:48.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(13) "proeflesweken" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(2)public 2 => object modHomeSlider(24){ public iCourseGroupId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseGroup(34)public iCourseId => object wmArray(2){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(14) "iCourseGroupId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( ... ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => NULL public iPageId => NULL public sName => NULL public sDescription => NULL public sColor => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public module => object modCourse(41)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(9) "iCourseId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(27)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseId => object dbInt(10)public aFormFields => array(22) ( ... ) public aBestFields => object wmArray(3){ public sName => string(9) "iCourseId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iAgeCategoryId => object dbInt(10){ public sName => string(14) "iAgeCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMinAge => object dbInt(10){ public sName => string(7) "iMinAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMaxAge => object dbInt(10){ public sName => string(7) "iMaxAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseType => object dbVarchar(10){ public sName => string(11) "sCourseType" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseTimes => object dbVarchar(10){ public sName => string(12) "sCourseTimes" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTrialLesson => object dbEnum(10){ public sName => string(12) "sTrialLesson" public iLength => integer 0 public aValues => object wmArray(3)public sFree => object dbEnum(10){ public yes => string(3) "yes" public no => string(2) "no" public kijkles => string(7) "kijkles" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(3) "yes" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(5) "sFree" public iLength => integer 0 public aValues => object wmArray(2)public sIntro => object dbText(10){ public yes => string(3) "yes" public no => string(2) "no" }public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(2) "no" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseCodes => object dbText(10){ public sName => string(12) "sCourseCodes" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 3 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" public sCourseCodes => string(12) "sCourseCodes" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(2){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }public iAgeCategoryId => object wmArray(1){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public sSeoUrl => NULL public aSeoUrls => object wmArray(1){ public 0 => string(10) "/modCourse" }public aSearchFields => object wmArray(2){ public sName => string(5) "sName" public sCourseCodes => string(12) "sCourseCodes" }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(27)public aTitles => object wmArray(1){ public sName => string(11) "Cursus naam" public iAgeCategoryId => string(18) "Leeftijd categorie" public iMinAge => string(17) "Minimale leeftijd" public iMaxAge => string(17) "Maximale leeftijd" public sCourseType => string(11) "Type cursus" public iWeight => string(8) "Volgorde" public sTypeOfCourse => string(11) "Type cursus" public sTrialLesson => string(36) "Proefles/kijkles aanvragen mogelijk?" public yes => string(12) "Ja, proefles" public no => string(3) "Nee" public kijkles => string(11) "Ja, kijkles" public sCourseTimes => string(32) "Wanneer wordt de cursus gegeven?" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public sAdvantages => string(14) "Unieke waarden" public sTags => string(4) "Tags" public sCourseCodes => string(40) "Abecon registratie codes (cursus opties)" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(1){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(1){ public iAgeCategoryId => string(14) "modAgeCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(9) "modCourse" public sTitle => string(16) "Cursussen beheer" public sButton => string(9) "Cursussen" public sStringGlue => string(3) " - " public sItem => string(6) "Cursus" public sDescription => NULL public sPrimaryKey => string(9) "iCourseId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool TRUE public sPageTitle => NULL public bIgnoreNotFound => bool TRUE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(18)}{ public iMinAge => string(16) "Vul een getal in" public iWeight => string(37) "Positie op de cursus overzicht pagina" public sCourseTimes => string(86) "Max. 40 karakters. Wordt in het overzicht getoond. Bijv: maandag van 19.00 - 21.00 uur" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(107) "Min. 70 - max. 90 woorden, Opdelen in alinea's. De omschrijving geeft beknopt de inhoud van de cursus weer." public sTypeOfCourse => string(92) "Max. 15 karakters. Wordt in het overzicht getoond, bijv: groepsles, priveles, popschool/band" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId2 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId3 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId4 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId5 => string(44) "De gekozen foto wordt getoond bij de cursus." public sVideo1 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sCourseCodes => string(80) "Voer hier komma gescheiden de Abecon cursus codes in, bijv: 121223,124532,13133." public iMaxAge => string(88) "Wanneer dit veld leeg blijft wordt de leeftijdscategorie "minimale leeftijd+" bijv: 65+." }}{ }public aSystemModules => object wmArray(0){ }public iCourseId => NULL public sName => NULL public iAgeCategoryId => NULL public iMinAge => NULL public iMaxAge => NULL public sCourseType => NULL public sCourseTimes => NULL public sTrialLesson => NULL public sFree => NULL public sIntro => NULL public sDescription => NULL public sCourseCodes => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(1){ public modCourseCategory => object wmArray(2)protected _wmConfigContainer => object genericModuleConfig(49){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public data => object wmArray(2){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public 83 => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)public 24 => object modCourseCategory(35){ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0) { ... } public aSubModules => object wmArray(0) { ... } public aSetRestrictions => object wmArray(0) { ... } protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0) { ... } public aLinkedModules => object wmArray(0) { ... } protected _wmConfigContainer => object genericModuleConfig(49) { ... } protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0) { ... } public aSystemModules => object wmArray(0) { ... } public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4) { ... } public iLanguageId => NULL public sUrl => NULL }public field => string(23) "iParentCourseCategoryId" }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 83 public iPageId => integer 15 public iParentCourseCategoryId => integer 0 public sName => string(16) "Kort en creatief" public sIntro => string(229) "<p>In het CKB atelier maak je de mooiste dingen met allerlei materialen. Naast de jaarcursussen (tekenen & schilderen, keramiek, jeugdatelier, jongerenatelier e.a.) zijn er speciale korte cursussen. Die vind je hieronder.</p>" public sDescription => string(407) "<p>In het CKB atelier maak je de mooiste dingen met allerlei materialen. Naast de jaarcursussen (tekenen & schilderen, keramiek, jeugdatelier, jongerenatelier e.a.) zijn er de korte cursussen: aquarel, glasatelier en tech-lab (zie hieronder). <br />Je kunt ook kiezen voor <a href="/beeldend?categorie%5B%5D=10-lessenkaart+Beeldend">deze cursussen</a> die je o.a. met een 10-lessenkaart kunt volgen.</p>" public iWeight => NULL public iFileId1 => integer 809 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "03-02-2016 14:57:20" public date => string(26) "2016-02-03 14:57:20.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "05-01-2021 10:49:01" public date => string(26) "2021-01-05 10:49:01.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(16) "kort-en-creatief" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)}{ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0) { ... } public aSubModules => object wmArray(0) { ... } public aSetRestrictions => object wmArray(0) { ... } protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0) { ... } public aLinkedModules => object wmArray(0) { ... } protected _wmConfigContainer => object genericModuleConfig(49) { ... } protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0) { ... } public aSystemModules => object wmArray(0) { ... } public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4) { ... } public iLanguageId => NULL public sUrl => NULL }public field => string(23) "iParentCourseCategoryId" }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 24 public iPageId => integer 15 public iParentCourseCategoryId => integer 0 public sName => string(21) "Tekenen en Schilderen" public sIntro => string(164) "<p>Je eigen kunst tekenen en schilderen bij het CKB, dat is voor jong en oud! Van de eerste kneepjes tot geavanceerde technieken: je vindt het in onze ateliers.</p>" public sDescription => string(671) "<p><span>Teken of schilder jouw eigen kunstwerk in het CKB atelier en laat je begeleiden door docenten die ook kunstenaars zijn. <br />Als volwassene krijg je de eerste fijne kneepjes onder de knie met de Basiscursus. Heb je al ervaring dan kun je meestal gelijk aan de slag bij Tekenen en Schilderen. Bij Modeltekenen staat het menselijk lichaam centraal en leer je o.a. hoe je een been korter kan tekenen, dat toch langer lijkt. Je kunt ook kiezen voor de korte cursus Aquarel.<br /></span></p> <p><span><a href="/beeldend?categorie%5B%5D=Jong+Talent">Voor kinderen hebben we o.a. het Jeugdatelier en voor jongeren het Jongerenatelier en de Academieklas.</a></span></p>" public iWeight => NULL public iFileId1 => integer 79 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "16-10-2012 10:39:16" public date => string(26) "2012-10-16 10:39:16.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "05-01-2021 11:31:58" public date => string(26) "2021-01-05 11:31:58.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(21) "tekenen-en-schilderen" }{ public aFields => object wmArray(10)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iActionId => object dbInt(10)public aFormFields => array(5) ( "iCourseGroupId" => string(11) "selectField" "sTitle" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "iFileId1" => string(15) "fileSelectField" "iWeight" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(9) "iActionId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iCourseGroupId => object dbInt(10){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTitle => object dbVarchar(10){ public sName => string(6) "sTitle" public iLength => integer 30 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sTitle => string(6) "sTitle" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sTitle => string(6) "sTitle" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sTitle => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sTitle => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(8)public aTitles => object wmArray(0){ public iCourseGroupId => string(9) "Categorie" public sTitle => string(5) "Titel" public sDescription => string(29) "Omschrijving van de categorie" public sButtonText => string(23) "Tekst op knop van actie" public iWeight => string(19) "Volgorde (numeriek)" public dtPublishedDate => string(17) "Start datum actie" public dtExpirationDate => string(16) "Eind datum actie" public iFileId1 => string(4) "Foto" }}{ }public aLinkedModules => object wmArray(1){ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(2){ public iCourseGroupId => string(14) "modCourseGroup" public iCourseId => string(9) "modCourse" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(13) "modHomeSlider" public sTitle => string(18) "Slider home beheer" public sButton => string(7) "Sliders" public sStringGlue => string(3) " - " public sItem => string(6) "Slider" public sDescription => NULL public sPrimaryKey => string(9) "iActionId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(6)}{ public iWeight => string(24) "Positie binnen de slider" public sTitle => string(17) "Max. 25 karakters" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de slider." public dtPublishedDate => string(104) "Vanaf deze datum wordt de slider getoond. Wanneer deze leeg blijft, zal de slider altijd getoond worden." public dtExpirationDate => string(88) "Verval datum van de slider. Wanneer deze leeg gelaten wordt zal de slider nooit stoppen." public modCourseCategory => string(49) "Selecteer de doorlinks onder het kopje "populair"" }}{ }public aSystemModules => object wmArray(0){ }public iActionId => integer 4 public iCourseGroupId => integer 3 public sTitle => string(15) "Beeldende kunst" public sDescription => string(164) "<p>Ontdek je (verborgen) talenten en maak je eigen kunst. Van schilderen tot keramiek, van glas-in-lood tot digitale kunst: inspiratie volop in de CKB ateliers.</p>" public iFileId1 => integer 5049 public iWeight => integer 2 public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "11-10-2012 14:32:05" public date => string(26) "2012-10-11 14:32:05.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-05-2023 13:28:58" public date => string(26) "2023-05-23 13:28:58.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(15) "beeldende-kunst" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(2)public 3 => object modHomeSlider(24){ public iCourseGroupId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseGroup(34)public iCourseId => object wmArray(2){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(14) "iCourseGroupId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( ... ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => NULL public iPageId => NULL public sName => NULL public sDescription => NULL public sColor => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public module => object modCourse(41)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(9) "iCourseId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(27)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseId => object dbInt(10)public aFormFields => array(22) ( ... ) public aBestFields => object wmArray(3){ public sName => string(9) "iCourseId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iAgeCategoryId => object dbInt(10){ public sName => string(14) "iAgeCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMinAge => object dbInt(10){ public sName => string(7) "iMinAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMaxAge => object dbInt(10){ public sName => string(7) "iMaxAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseType => object dbVarchar(10){ public sName => string(11) "sCourseType" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseTimes => object dbVarchar(10){ public sName => string(12) "sCourseTimes" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTrialLesson => object dbEnum(10){ public sName => string(12) "sTrialLesson" public iLength => integer 0 public aValues => object wmArray(3)public sFree => object dbEnum(10){ public yes => string(3) "yes" public no => string(2) "no" public kijkles => string(7) "kijkles" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(3) "yes" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(5) "sFree" public iLength => integer 0 public aValues => object wmArray(2)public sIntro => object dbText(10){ public yes => string(3) "yes" public no => string(2) "no" }public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(2) "no" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseCodes => object dbText(10){ public sName => string(12) "sCourseCodes" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 3 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" public sCourseCodes => string(12) "sCourseCodes" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(2){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }public iAgeCategoryId => object wmArray(1){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public sSeoUrl => NULL public aSeoUrls => object wmArray(1){ public 0 => string(10) "/modCourse" }public aSearchFields => object wmArray(2){ public sName => string(5) "sName" public sCourseCodes => string(12) "sCourseCodes" }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(27)public aTitles => object wmArray(1){ public sName => string(11) "Cursus naam" public iAgeCategoryId => string(18) "Leeftijd categorie" public iMinAge => string(17) "Minimale leeftijd" public iMaxAge => string(17) "Maximale leeftijd" public sCourseType => string(11) "Type cursus" public iWeight => string(8) "Volgorde" public sTypeOfCourse => string(11) "Type cursus" public sTrialLesson => string(36) "Proefles/kijkles aanvragen mogelijk?" public yes => string(12) "Ja, proefles" public no => string(3) "Nee" public kijkles => string(11) "Ja, kijkles" public sCourseTimes => string(32) "Wanneer wordt de cursus gegeven?" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public sAdvantages => string(14) "Unieke waarden" public sTags => string(4) "Tags" public sCourseCodes => string(40) "Abecon registratie codes (cursus opties)" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(1){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(1){ public iAgeCategoryId => string(14) "modAgeCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(9) "modCourse" public sTitle => string(16) "Cursussen beheer" public sButton => string(9) "Cursussen" public sStringGlue => string(3) " - " public sItem => string(6) "Cursus" public sDescription => NULL public sPrimaryKey => string(9) "iCourseId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool TRUE public sPageTitle => NULL public bIgnoreNotFound => bool TRUE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(18)}{ public iMinAge => string(16) "Vul een getal in" public iWeight => string(37) "Positie op de cursus overzicht pagina" public sCourseTimes => string(86) "Max. 40 karakters. Wordt in het overzicht getoond. Bijv: maandag van 19.00 - 21.00 uur" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(107) "Min. 70 - max. 90 woorden, Opdelen in alinea's. De omschrijving geeft beknopt de inhoud van de cursus weer." public sTypeOfCourse => string(92) "Max. 15 karakters. Wordt in het overzicht getoond, bijv: groepsles, priveles, popschool/band" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId2 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId3 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId4 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId5 => string(44) "De gekozen foto wordt getoond bij de cursus." public sVideo1 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sCourseCodes => string(80) "Voer hier komma gescheiden de Abecon cursus codes in, bijv: 121223,124532,13133." public iMaxAge => string(88) "Wanneer dit veld leeg blijft wordt de leeftijdscategorie "minimale leeftijd+" bijv: 65+." }}{ }public aSystemModules => object wmArray(0){ }public iCourseId => NULL public sName => NULL public iAgeCategoryId => NULL public iMinAge => NULL public iMaxAge => NULL public sCourseType => NULL public sCourseTimes => NULL public sTrialLesson => NULL public sFree => NULL public sIntro => NULL public sDescription => NULL public sCourseCodes => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(1){ public modCourseCategory => object wmArray(2)protected _wmConfigContainer => object genericModuleConfig(49){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public data => object wmArray(2){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public 16 => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)public 15 => object modCourseCategory(35){ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0) { ... } public aSubModules => object wmArray(0) { ... } public aSetRestrictions => object wmArray(0) { ... } protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0) { ... } public aLinkedModules => object wmArray(0) { ... } protected _wmConfigContainer => object genericModuleConfig(49) { ... } protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0) { ... } public aSystemModules => object wmArray(0) { ... } public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4) { ... } public iLanguageId => NULL public sUrl => NULL }public field => string(23) "iParentCourseCategoryId" }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 16 public iPageId => integer 13 public iParentCourseCategoryId => integer 0 public sName => string(8) "Academie" public sIntro => string(139) "<p>In de diverse dansursussen van CKB Academie word je ingedeeld naar leeftijd en niveau en kan je een hele danscarrière volgen.</p>" public sDescription => string(414) "<p>Dansen is voor jong en oud. Je kunt zelfs al beginnen als je 2 jaar bent, met Peuterdans. Er zijn dansgroepen voor kinderen, jongeren en volwassenen. Hoe verder je bent in je danscarrière hoe uitdagender de danstechnieken. Bij de dansafdeling CKB Academie kan je je specialiseren in klassiek, modern of improvisatie.</p> <p><img src="/data/avg/2020/dans/klassieke-dans-volw.png" alt="" width="620" /></p>" public iWeight => NULL public iFileId1 => integer 618 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => string(43) "https://www.youtube.com/watch?v=ScCyvzXEtpg" public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "05-09-2012 11:02:21" public date => string(26) "2012-09-05 11:02:21.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "14-05-2021 11:16:50" public date => string(26) "2021-05-14 11:16:50.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(8) "academie" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)}{ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0) { ... } public aSubModules => object wmArray(0) { ... } public aSetRestrictions => object wmArray(0) { ... } protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0) { ... } public aLinkedModules => object wmArray(0) { ... } protected _wmConfigContainer => object genericModuleConfig(49) { ... } protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0) { ... } public aSystemModules => object wmArray(0) { ... } public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4) { ... } public iLanguageId => NULL public sUrl => NULL }public field => string(23) "iParentCourseCategoryId" }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 15 public iPageId => integer 13 public iParentCourseCategoryId => integer 0 public sName => string(26) "Dans voor de allerjongsten" public sIntro => string(102) "<p>Naast danscursussen voor alle leeftijden hebben we ook een aantal speciaal gericht op kinderen.</p>" public sDescription => string(486) "<p>Natuurlijk kunnen kinderen ook terecht bij de danscursussen die er tevens voor jongeren en volwassenen zijn zoals bijvoorbeeld Ierse Dans, Klassiek of Modern. Maar er zijn ook danscursussen speciaal voor hen ontwikkeld. Al heel jong ontdek je samen met je (groot) ouder of oppas de danswereld bij Peuterdans. Daarna dans je mee bij Kleuterdans en Pre-ballet, voordat je jouw favoriete dans kiest.</p> <p><img src="/data/avg/2020/dans/peuterdans-2020-14.jpg" alt="" width="620" /></p>" public iWeight => NULL public iFileId1 => integer 48 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "05-09-2012 11:01:04" public date => string(26) "2012-09-05 11:01:04.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "14-05-2021 11:19:40" public date => string(26) "2021-05-14 11:19:40.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(26) "dans-voor-de-allerjongsten" }{ public aFields => object wmArray(10)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iActionId => object dbInt(10)public aFormFields => array(5) ( "iCourseGroupId" => string(11) "selectField" "sTitle" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "iFileId1" => string(15) "fileSelectField" "iWeight" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(9) "iActionId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iCourseGroupId => object dbInt(10){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTitle => object dbVarchar(10){ public sName => string(6) "sTitle" public iLength => integer 30 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sTitle => string(6) "sTitle" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sTitle => string(6) "sTitle" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sTitle => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sTitle => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(8)public aTitles => object wmArray(0){ public iCourseGroupId => string(9) "Categorie" public sTitle => string(5) "Titel" public sDescription => string(29) "Omschrijving van de categorie" public sButtonText => string(23) "Tekst op knop van actie" public iWeight => string(19) "Volgorde (numeriek)" public dtPublishedDate => string(17) "Start datum actie" public dtExpirationDate => string(16) "Eind datum actie" public iFileId1 => string(4) "Foto" }}{ }public aLinkedModules => object wmArray(1){ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(2){ public iCourseGroupId => string(14) "modCourseGroup" public iCourseId => string(9) "modCourse" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(13) "modHomeSlider" public sTitle => string(18) "Slider home beheer" public sButton => string(7) "Sliders" public sStringGlue => string(3) " - " public sItem => string(6) "Slider" public sDescription => NULL public sPrimaryKey => string(9) "iActionId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(6)}{ public iWeight => string(24) "Positie binnen de slider" public sTitle => string(17) "Max. 25 karakters" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de slider." public dtPublishedDate => string(104) "Vanaf deze datum wordt de slider getoond. Wanneer deze leeg blijft, zal de slider altijd getoond worden." public dtExpirationDate => string(88) "Verval datum van de slider. Wanneer deze leeg gelaten wordt zal de slider nooit stoppen." public modCourseCategory => string(49) "Selecteer de doorlinks onder het kopje "populair"" }}{ }public aSystemModules => object wmArray(0){ }public iActionId => integer 3 public iCourseGroupId => integer 1 public sTitle => string(4) "Dans" public sDescription => string(142) "<p>Bij de dansafdeling van het CKB kan je je helemaal uitleven. Van klassiek tot streetdance: er zijn allerlei cursussen voor jong en oud.</p>" public iFileId1 => integer 5051 public iWeight => integer 3 public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "05-09-2012 11:19:00" public date => string(26) "2012-09-05 11:19:00.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "15-08-2022 12:41:52" public date => string(26) "2022-08-15 12:41:52.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(4) "dans" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(2)public 4 => object modHomeSlider(24){ public iCourseGroupId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseGroup(34)public iCourseId => object wmArray(2){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(14) "iCourseGroupId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( ... ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => NULL public iPageId => NULL public sName => NULL public sDescription => NULL public sColor => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public module => object modCourse(41)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(9) "iCourseId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(27)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseId => object dbInt(10)public aFormFields => array(22) ( ... ) public aBestFields => object wmArray(3){ public sName => string(9) "iCourseId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iAgeCategoryId => object dbInt(10){ public sName => string(14) "iAgeCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMinAge => object dbInt(10){ public sName => string(7) "iMinAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMaxAge => object dbInt(10){ public sName => string(7) "iMaxAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseType => object dbVarchar(10){ public sName => string(11) "sCourseType" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseTimes => object dbVarchar(10){ public sName => string(12) "sCourseTimes" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTrialLesson => object dbEnum(10){ public sName => string(12) "sTrialLesson" public iLength => integer 0 public aValues => object wmArray(3)public sFree => object dbEnum(10){ public yes => string(3) "yes" public no => string(2) "no" public kijkles => string(7) "kijkles" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(3) "yes" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(5) "sFree" public iLength => integer 0 public aValues => object wmArray(2)public sIntro => object dbText(10){ public yes => string(3) "yes" public no => string(2) "no" }public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(2) "no" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseCodes => object dbText(10){ public sName => string(12) "sCourseCodes" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 3 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" public sCourseCodes => string(12) "sCourseCodes" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(2){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }public iAgeCategoryId => object wmArray(1){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public sSeoUrl => NULL public aSeoUrls => object wmArray(1){ public 0 => string(10) "/modCourse" }public aSearchFields => object wmArray(2){ public sName => string(5) "sName" public sCourseCodes => string(12) "sCourseCodes" }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(27)public aTitles => object wmArray(1){ public sName => string(11) "Cursus naam" public iAgeCategoryId => string(18) "Leeftijd categorie" public iMinAge => string(17) "Minimale leeftijd" public iMaxAge => string(17) "Maximale leeftijd" public sCourseType => string(11) "Type cursus" public iWeight => string(8) "Volgorde" public sTypeOfCourse => string(11) "Type cursus" public sTrialLesson => string(36) "Proefles/kijkles aanvragen mogelijk?" public yes => string(12) "Ja, proefles" public no => string(3) "Nee" public kijkles => string(11) "Ja, kijkles" public sCourseTimes => string(32) "Wanneer wordt de cursus gegeven?" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public sAdvantages => string(14) "Unieke waarden" public sTags => string(4) "Tags" public sCourseCodes => string(40) "Abecon registratie codes (cursus opties)" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(1){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(1){ public iAgeCategoryId => string(14) "modAgeCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(9) "modCourse" public sTitle => string(16) "Cursussen beheer" public sButton => string(9) "Cursussen" public sStringGlue => string(3) " - " public sItem => string(6) "Cursus" public sDescription => NULL public sPrimaryKey => string(9) "iCourseId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool TRUE public sPageTitle => NULL public bIgnoreNotFound => bool TRUE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(18)}{ public iMinAge => string(16) "Vul een getal in" public iWeight => string(37) "Positie op de cursus overzicht pagina" public sCourseTimes => string(86) "Max. 40 karakters. Wordt in het overzicht getoond. Bijv: maandag van 19.00 - 21.00 uur" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(107) "Min. 70 - max. 90 woorden, Opdelen in alinea's. De omschrijving geeft beknopt de inhoud van de cursus weer." public sTypeOfCourse => string(92) "Max. 15 karakters. Wordt in het overzicht getoond, bijv: groepsles, priveles, popschool/band" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId2 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId3 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId4 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId5 => string(44) "De gekozen foto wordt getoond bij de cursus." public sVideo1 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sCourseCodes => string(80) "Voer hier komma gescheiden de Abecon cursus codes in, bijv: 121223,124532,13133." public iMaxAge => string(88) "Wanneer dit veld leeg blijft wordt de leeftijdscategorie "minimale leeftijd+" bijv: 65+." }}{ }public aSystemModules => object wmArray(0){ }public iCourseId => NULL public sName => NULL public iAgeCategoryId => NULL public iMinAge => NULL public iMaxAge => NULL public sCourseType => NULL public sCourseTimes => NULL public sTrialLesson => NULL public sFree => NULL public sIntro => NULL public sDescription => NULL public sCourseCodes => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(1){ public modCourseCategory => object wmArray(2)protected _wmConfigContainer => object genericModuleConfig(49){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public data => object wmArray(2){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public 2 => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)public 63 => object modCourseCategory(35){ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0) { ... } public aSubModules => object wmArray(0) { ... } public aSetRestrictions => object wmArray(0) { ... } protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0) { ... } public aLinkedModules => object wmArray(0) { ... } protected _wmConfigContainer => object genericModuleConfig(49) { ... } protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0) { ... } public aSystemModules => object wmArray(0) { ... } public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4) { ... } public iLanguageId => NULL public sUrl => NULL }public field => string(23) "iParentCourseCategoryId" }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 2 public iPageId => integer 14 public iParentCourseCategoryId => integer 0 public sName => string(10) "Instrument" public sIntro => string(155) "<p>Bij het CKB kan je muziek leren maken op wel 30 verschillende instrumenten en met je eigen zangstem. Met een proefles maak je de juiste keuze. </p>" public sDescription => string(494) "<p>Speel je favoriete muziek en doe verrassende muzikale ontdekkingen. Bij het CKB kan je kiezen uit wel 30 instrumenten of je eigen zangstem. Je leert diverse muziekgenres spelen, met anderen of solo. Er zijn allerlei lesvormen, voor elk niveau en elke portemonnee. Ook als je geen noten kunt lezen mag je beginnen met de muzieklessen, want die leer je er spelenderwijs bij.</p> <p>Je kunt eerst een instrument uitproberen. De docent helpt je graag bij de keuze en de aanschaf ervan. </p>" public iWeight => NULL public iFileId1 => integer 787 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "11-06-2012 16:26:17" public date => string(26) "2012-06-11 16:26:17.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "04-01-2021 15:48:59" public date => string(26) "2021-01-04 15:48:59.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(10) "instrument" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)}{ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0) { ... } public aSubModules => object wmArray(0) { ... } public aSetRestrictions => object wmArray(0) { ... } protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0) { ... } public aLinkedModules => object wmArray(0) { ... } protected _wmConfigContainer => object genericModuleConfig(49) { ... } protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0) { ... } public aSystemModules => object wmArray(0) { ... } public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4) { ... } public iLanguageId => NULL public sUrl => NULL }public field => string(23) "iParentCourseCategoryId" }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 63 public iPageId => NULL public iParentCourseCategoryId => integer 2 public sName => string(21) "Zang Pop/Jazz/Musical" public sIntro => string(150) "<p>Pop, jazz, musical en meer: zing jouw favoriete muziek en ontwikkel je stem. Je leert ook microfoontechniek, presentatie en tekstinterpretatie.</p>" public sDescription => string(810) "<p>Bij Zang Pop/Jazz/Musical zing je jouw favoriete muziek en leer je optimaal gebruik maken van je zangstem. Het repertoire (met bijhorende stemvorming) varieert van pop tot musical en jazz. Er wordt ook aandacht besteed aan microfoontechniek, presentatie en interpretatie van de songtekst.</p> <p><strong>Zingen op een manier die bij jou past</strong><br />Je kunt bij ons gaan zingen in één van de vele koren, bij de popschool in een band of in een groep. Natuurlijk kun je ook les krijgen in je ééntje of met z'n tweeën waarbij je kan kiezen voor wekelijks of tweewekelijks.<br />We hebben zelfs een variant die een combinatie is van zangles/stemgebruik, ontspanning en vrijmaken van energie.</p> <p>Er zijn diverse lesvormen. Kies hieronder de cursus die bij jou past.</p>" public iWeight => NULL public iFileId1 => integer 3171 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "25-10-2012 13:28:34" public date => string(26) "2012-10-25 13:28:34.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "05-01-2021 12:09:21" public date => string(26) "2021-01-05 12:09:21.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(19) "zang-popjazzmusical" }{ public aFields => object wmArray(10)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iActionId => object dbInt(10)public aFormFields => array(5) ( "iCourseGroupId" => string(11) "selectField" "sTitle" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "iFileId1" => string(15) "fileSelectField" "iWeight" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(9) "iActionId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iCourseGroupId => object dbInt(10){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTitle => object dbVarchar(10){ public sName => string(6) "sTitle" public iLength => integer 30 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sTitle => string(6) "sTitle" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sTitle => string(6) "sTitle" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sTitle => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sTitle => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(8)public aTitles => object wmArray(0){ public iCourseGroupId => string(9) "Categorie" public sTitle => string(5) "Titel" public sDescription => string(29) "Omschrijving van de categorie" public sButtonText => string(23) "Tekst op knop van actie" public iWeight => string(19) "Volgorde (numeriek)" public dtPublishedDate => string(17) "Start datum actie" public dtExpirationDate => string(16) "Eind datum actie" public iFileId1 => string(4) "Foto" }}{ }public aLinkedModules => object wmArray(1){ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(2){ public iCourseGroupId => string(14) "modCourseGroup" public iCourseId => string(9) "modCourse" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(13) "modHomeSlider" public sTitle => string(18) "Slider home beheer" public sButton => string(7) "Sliders" public sStringGlue => string(3) " - " public sItem => string(6) "Slider" public sDescription => NULL public sPrimaryKey => string(9) "iActionId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(6)}{ public iWeight => string(24) "Positie binnen de slider" public sTitle => string(17) "Max. 25 karakters" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de slider." public dtPublishedDate => string(104) "Vanaf deze datum wordt de slider getoond. Wanneer deze leeg blijft, zal de slider altijd getoond worden." public dtExpirationDate => string(88) "Verval datum van de slider. Wanneer deze leeg gelaten wordt zal de slider nooit stoppen." public modCourseCategory => string(49) "Selecteer de doorlinks onder het kopje "populair"" }}{ }public aSystemModules => object wmArray(0){ }public iActionId => integer 2 public iCourseGroupId => integer 2 public sTitle => string(6) "Muziek" public sDescription => string(145) "<p>(Samen) muziek maken: leuk en inspirerend! Kies uit 30 instrumenten of gebruik je eigen stem. Voor iedereen, elk tempo en elk muziekgenre.</p>" public iFileId1 => integer 5052 public iWeight => integer 4 public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "28-06-2012 15:20:42" public date => string(26) "2012-06-28 15:20:42.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "15-08-2022 12:42:10" public date => string(26) "2022-08-15 12:42:10.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(6) "muziek" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(2)public 5 => object modHomeSlider(24){ public iCourseGroupId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseGroup(34)public iCourseId => object wmArray(2){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(14) "iCourseGroupId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( ... ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => NULL public iPageId => NULL public sName => NULL public sDescription => NULL public sColor => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public module => object modCourse(41)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(9) "iCourseId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(27)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseId => object dbInt(10)public aFormFields => array(22) ( ... ) public aBestFields => object wmArray(3){ public sName => string(9) "iCourseId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iAgeCategoryId => object dbInt(10){ public sName => string(14) "iAgeCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMinAge => object dbInt(10){ public sName => string(7) "iMinAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMaxAge => object dbInt(10){ public sName => string(7) "iMaxAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseType => object dbVarchar(10){ public sName => string(11) "sCourseType" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseTimes => object dbVarchar(10){ public sName => string(12) "sCourseTimes" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTrialLesson => object dbEnum(10){ public sName => string(12) "sTrialLesson" public iLength => integer 0 public aValues => object wmArray(3)public sFree => object dbEnum(10){ public yes => string(3) "yes" public no => string(2) "no" public kijkles => string(7) "kijkles" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(3) "yes" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(5) "sFree" public iLength => integer 0 public aValues => object wmArray(2)public sIntro => object dbText(10){ public yes => string(3) "yes" public no => string(2) "no" }public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(2) "no" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseCodes => object dbText(10){ public sName => string(12) "sCourseCodes" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 3 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" public sCourseCodes => string(12) "sCourseCodes" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(2){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }public iAgeCategoryId => object wmArray(1){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public sSeoUrl => NULL public aSeoUrls => object wmArray(1){ public 0 => string(10) "/modCourse" }public aSearchFields => object wmArray(2){ public sName => string(5) "sName" public sCourseCodes => string(12) "sCourseCodes" }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(27)public aTitles => object wmArray(1){ public sName => string(11) "Cursus naam" public iAgeCategoryId => string(18) "Leeftijd categorie" public iMinAge => string(17) "Minimale leeftijd" public iMaxAge => string(17) "Maximale leeftijd" public sCourseType => string(11) "Type cursus" public iWeight => string(8) "Volgorde" public sTypeOfCourse => string(11) "Type cursus" public sTrialLesson => string(36) "Proefles/kijkles aanvragen mogelijk?" public yes => string(12) "Ja, proefles" public no => string(3) "Nee" public kijkles => string(11) "Ja, kijkles" public sCourseTimes => string(32) "Wanneer wordt de cursus gegeven?" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public sAdvantages => string(14) "Unieke waarden" public sTags => string(4) "Tags" public sCourseCodes => string(40) "Abecon registratie codes (cursus opties)" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(1){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(1){ public iAgeCategoryId => string(14) "modAgeCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(9) "modCourse" public sTitle => string(16) "Cursussen beheer" public sButton => string(9) "Cursussen" public sStringGlue => string(3) " - " public sItem => string(6) "Cursus" public sDescription => NULL public sPrimaryKey => string(9) "iCourseId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool TRUE public sPageTitle => NULL public bIgnoreNotFound => bool TRUE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(18)}{ public iMinAge => string(16) "Vul een getal in" public iWeight => string(37) "Positie op de cursus overzicht pagina" public sCourseTimes => string(86) "Max. 40 karakters. Wordt in het overzicht getoond. Bijv: maandag van 19.00 - 21.00 uur" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(107) "Min. 70 - max. 90 woorden, Opdelen in alinea's. De omschrijving geeft beknopt de inhoud van de cursus weer." public sTypeOfCourse => string(92) "Max. 15 karakters. Wordt in het overzicht getoond, bijv: groepsles, priveles, popschool/band" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId2 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId3 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId4 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId5 => string(44) "De gekozen foto wordt getoond bij de cursus." public sVideo1 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sCourseCodes => string(80) "Voer hier komma gescheiden de Abecon cursus codes in, bijv: 121223,124532,13133." public iMaxAge => string(88) "Wanneer dit veld leeg blijft wordt de leeftijdscategorie "minimale leeftijd+" bijv: 65+." }}{ }public aSystemModules => object wmArray(0){ }public iCourseId => NULL public sName => NULL public iAgeCategoryId => NULL public iMinAge => NULL public iMaxAge => NULL public sCourseType => NULL public sCourseTimes => NULL public sTrialLesson => NULL public sFree => NULL public sIntro => NULL public sDescription => NULL public sCourseCodes => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(1){ public modCourseCategory => object wmArray(2)protected _wmConfigContainer => object genericModuleConfig(49){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public data => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }}{ public aFields => object wmArray(10)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iActionId => object dbInt(10)public aFormFields => array(5) ( "iCourseGroupId" => string(11) "selectField" "sTitle" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "iFileId1" => string(15) "fileSelectField" "iWeight" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(9) "iActionId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iCourseGroupId => object dbInt(10){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTitle => object dbVarchar(10){ public sName => string(6) "sTitle" public iLength => integer 30 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sTitle => string(6) "sTitle" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sTitle => string(6) "sTitle" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sTitle => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sTitle => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(8)public aTitles => object wmArray(0){ public iCourseGroupId => string(9) "Categorie" public sTitle => string(5) "Titel" public sDescription => string(29) "Omschrijving van de categorie" public sButtonText => string(23) "Tekst op knop van actie" public iWeight => string(19) "Volgorde (numeriek)" public dtPublishedDate => string(17) "Start datum actie" public dtExpirationDate => string(16) "Eind datum actie" public iFileId1 => string(4) "Foto" }}{ }public aLinkedModules => object wmArray(1){ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(2){ public iCourseGroupId => string(14) "modCourseGroup" public iCourseId => string(9) "modCourse" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(13) "modHomeSlider" public sTitle => string(18) "Slider home beheer" public sButton => string(7) "Sliders" public sStringGlue => string(3) " - " public sItem => string(6) "Slider" public sDescription => NULL public sPrimaryKey => string(9) "iActionId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(6)}{ public iWeight => string(24) "Positie binnen de slider" public sTitle => string(17) "Max. 25 karakters" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de slider." public dtPublishedDate => string(104) "Vanaf deze datum wordt de slider getoond. Wanneer deze leeg blijft, zal de slider altijd getoond worden." public dtExpirationDate => string(88) "Verval datum van de slider. Wanneer deze leeg gelaten wordt zal de slider nooit stoppen." public modCourseCategory => string(49) "Selecteer de doorlinks onder het kopje "populair"" }}{ }public aSystemModules => object wmArray(0){ }public iActionId => integer 1 public iCourseGroupId => integer 4 public sTitle => string(7) "Theater" public sDescription => string(138) "<p><span>CKB Theater zet JOU in de picture. Wel twee keer per seizoen brengt jouw groep een voorstelling in de CKB Theaterzaal!</span></p>" public iFileId1 => integer 5055 public iWeight => integer 5 public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "28-06-2012 10:26:07" public date => string(26) "2012-06-28 10:26:07.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "15-08-2022 12:42:26" public date => string(26) "2022-08-15 12:42:26.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(7) "theater" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(2)}{ public iCourseGroupId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseGroup(34)public iCourseId => object wmArray(2){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(14) "iCourseGroupId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( ... ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => NULL public iPageId => NULL public sName => NULL public sDescription => NULL public sColor => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public module => object modCourse(41)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(9) "iCourseId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(27)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseId => object dbInt(10)public aFormFields => array(22) ( ... ) public aBestFields => object wmArray(3){ public sName => string(9) "iCourseId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iAgeCategoryId => object dbInt(10){ public sName => string(14) "iAgeCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMinAge => object dbInt(10){ public sName => string(7) "iMinAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMaxAge => object dbInt(10){ public sName => string(7) "iMaxAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseType => object dbVarchar(10){ public sName => string(11) "sCourseType" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseTimes => object dbVarchar(10){ public sName => string(12) "sCourseTimes" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTrialLesson => object dbEnum(10){ public sName => string(12) "sTrialLesson" public iLength => integer 0 public aValues => object wmArray(3)public sFree => object dbEnum(10){ public yes => string(3) "yes" public no => string(2) "no" public kijkles => string(7) "kijkles" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(3) "yes" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(5) "sFree" public iLength => integer 0 public aValues => object wmArray(2)public sIntro => object dbText(10){ public yes => string(3) "yes" public no => string(2) "no" }public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(2) "no" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseCodes => object dbText(10){ public sName => string(12) "sCourseCodes" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 3 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" public sCourseCodes => string(12) "sCourseCodes" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(2){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }public iAgeCategoryId => object wmArray(1){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public sSeoUrl => NULL public aSeoUrls => object wmArray(1){ public 0 => string(10) "/modCourse" }public aSearchFields => object wmArray(2){ public sName => string(5) "sName" public sCourseCodes => string(12) "sCourseCodes" }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(27)public aTitles => object wmArray(1){ public sName => string(11) "Cursus naam" public iAgeCategoryId => string(18) "Leeftijd categorie" public iMinAge => string(17) "Minimale leeftijd" public iMaxAge => string(17) "Maximale leeftijd" public sCourseType => string(11) "Type cursus" public iWeight => string(8) "Volgorde" public sTypeOfCourse => string(11) "Type cursus" public sTrialLesson => string(36) "Proefles/kijkles aanvragen mogelijk?" public yes => string(12) "Ja, proefles" public no => string(3) "Nee" public kijkles => string(11) "Ja, kijkles" public sCourseTimes => string(32) "Wanneer wordt de cursus gegeven?" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public sAdvantages => string(14) "Unieke waarden" public sTags => string(4) "Tags" public sCourseCodes => string(40) "Abecon registratie codes (cursus opties)" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(1){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(1){ public iAgeCategoryId => string(14) "modAgeCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(9) "modCourse" public sTitle => string(16) "Cursussen beheer" public sButton => string(9) "Cursussen" public sStringGlue => string(3) " - " public sItem => string(6) "Cursus" public sDescription => NULL public sPrimaryKey => string(9) "iCourseId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool TRUE public sPageTitle => NULL public bIgnoreNotFound => bool TRUE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(18)}{ public iMinAge => string(16) "Vul een getal in" public iWeight => string(37) "Positie op de cursus overzicht pagina" public sCourseTimes => string(86) "Max. 40 karakters. Wordt in het overzicht getoond. Bijv: maandag van 19.00 - 21.00 uur" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(107) "Min. 70 - max. 90 woorden, Opdelen in alinea's. De omschrijving geeft beknopt de inhoud van de cursus weer." public sTypeOfCourse => string(92) "Max. 15 karakters. Wordt in het overzicht getoond, bijv: groepsles, priveles, popschool/band" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId2 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId3 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId4 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId5 => string(44) "De gekozen foto wordt getoond bij de cursus." public sVideo1 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sCourseCodes => string(80) "Voer hier komma gescheiden de Abecon cursus codes in, bijv: 121223,124532,13133." public iMaxAge => string(88) "Wanneer dit veld leeg blijft wordt de leeftijdscategorie "minimale leeftijd+" bijv: 65+." }}{ }public aSystemModules => object wmArray(0){ }public iCourseId => NULL public sName => NULL public iAgeCategoryId => NULL public iMinAge => NULL public iMaxAge => NULL public sCourseType => NULL public sCourseTimes => NULL public sTrialLesson => NULL public sFree => NULL public sIntro => NULL public sDescription => NULL public sCourseCodes => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(1){ public modCourseCategory => object wmArray(2)protected _wmConfigContainer => object genericModuleConfig(49){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public data => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }}{ public aFields => object wmArray(10)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iActionId => object dbInt(10)public aFormFields => array(5) ( "iCourseGroupId" => string(11) "selectField" "sTitle" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "iFileId1" => string(15) "fileSelectField" "iWeight" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(9) "iActionId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iCourseGroupId => object dbInt(10){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTitle => object dbVarchar(10){ public sName => string(6) "sTitle" public iLength => integer 30 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sTitle => string(6) "sTitle" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sTitle => string(6) "sTitle" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sTitle => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sTitle => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(8)public aTitles => object wmArray(0){ public iCourseGroupId => string(9) "Categorie" public sTitle => string(5) "Titel" public sDescription => string(29) "Omschrijving van de categorie" public sButtonText => string(23) "Tekst op knop van actie" public iWeight => string(19) "Volgorde (numeriek)" public dtPublishedDate => string(17) "Start datum actie" public dtExpirationDate => string(16) "Eind datum actie" public iFileId1 => string(4) "Foto" }}{ }public aLinkedModules => object wmArray(1){ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(2){ public iCourseGroupId => string(14) "modCourseGroup" public iCourseId => string(9) "modCourse" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(13) "modHomeSlider" public sTitle => string(18) "Slider home beheer" public sButton => string(7) "Sliders" public sStringGlue => string(3) " - " public sItem => string(6) "Slider" public sDescription => NULL public sPrimaryKey => string(9) "iActionId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(6)}{ public iWeight => string(24) "Positie binnen de slider" public sTitle => string(17) "Max. 25 karakters" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de slider." public dtPublishedDate => string(104) "Vanaf deze datum wordt de slider getoond. Wanneer deze leeg blijft, zal de slider altijd getoond worden." public dtExpirationDate => string(88) "Verval datum van de slider. Wanneer deze leeg gelaten wordt zal de slider nooit stoppen." public modCourseCategory => string(49) "Selecteer de doorlinks onder het kopje "populair"" }}{ }public aSystemModules => object wmArray(0){ }public iActionId => integer 41 public iCourseGroupId => integer 14 public sTitle => string(13) "CKB Popschool" public sDescription => string(203) "<p><span>Gelijk je instrument leren spelen of zingen in een echte band. Ook ervaren popmuzikanten kunnen terecht op de CKB Popschool. <strong>Kijklessen vanaf september weer mogelijk!</strong></span></p>" public iFileId1 => integer 5053 public iWeight => integer 6 public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "04-09-2018 12:53:18" public date => string(26) "2018-09-04 12:53:18.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "22-06-2023 09:09:12" public date => string(26) "2023-06-22 09:09:12.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(13) "ckb-popschool" }{ public sURI => string(27) "https://dev.ckboz.nl/muziek" public sScheme => string(5) "https" public sDomain => string(12) "dev.ckboz.nl" public aDomainSegments => array(3) ( 0 => string(3) "dev" 1 => string(5) "ckboz" 2 => string(2) "nl" ) public sPort => NULL public sFullPath => string(7) "/muziek" public aPathSegments => array(1) ( 0 => string(6) "muziek" ) public sQuery => NULL public aQuerySegments => array(0) public sFragment => NULL public iNode => NULL }"aCourseCategories" => object wmArray(2){ public 2 => object modCourseCategory(35)"sFileUrl" => string(60) "/cache/images/5051/5051-08ac7ca11286a236828e6e5c9b00241a.jpg" "wmFile" => object image(25){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)public 63 => object modCourseCategory(35){ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(23) "iParentCourseCategoryId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( "iPageId" => string(27) "tagCoursePageSelectionField" "iParentCourseCategoryId" => string(11) "selectField" "sName" => string(10) "inputField" "sIntro" => string(15) "editorTextField" "sDescription" => string(15) "editorTextField" "iWeight" => string(10) "inputField" "iFileId1" => string(15) "fileSelectField" "iFileId2" => string(15) "fileSelectField" "iFileId3" => string(15) "fileSelectField" "iFileId4" => string(15) "fileSelectField" "iFileId5" => string(15) "fileSelectField" "sVideo1" => string(10) "inputField" "sVideo2" => string(10) "inputField" "sVideo3" => string(10) "inputField" "sVideo4" => string(10) "inputField" "sVideo5" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 2 public iPageId => integer 14 public iParentCourseCategoryId => integer 0 public sName => string(10) "Instrument" public sIntro => string(155) "<p>Bij het CKB kan je muziek leren maken op wel 30 verschillende instrumenten en met je eigen zangstem. Met een proefles maak je de juiste keuze. </p>" public sDescription => string(494) "<p>Speel je favoriete muziek en doe verrassende muzikale ontdekkingen. Bij het CKB kan je kiezen uit wel 30 instrumenten of je eigen zangstem. Je leert diverse muziekgenres spelen, met anderen of solo. Er zijn allerlei lesvormen, voor elk niveau en elke portemonnee. Ook als je geen noten kunt lezen mag je beginnen met de muzieklessen, want die leer je er spelenderwijs bij.</p> <p>Je kunt eerst een instrument uitproberen. De docent helpt je graag bij de keuze en de aanschaf ervan. </p>" public iWeight => NULL public iFileId1 => integer 787 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "11-06-2012 16:26:17" public date => string(26) "2012-06-11 16:26:17.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "04-01-2021 15:48:59" public date => string(26) "2021-01-04 15:48:59.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(10) "instrument" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)}{ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(23) "iParentCourseCategoryId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( "iPageId" => string(27) "tagCoursePageSelectionField" "iParentCourseCategoryId" => string(11) "selectField" "sName" => string(10) "inputField" "sIntro" => string(15) "editorTextField" "sDescription" => string(15) "editorTextField" "iWeight" => string(10) "inputField" "iFileId1" => string(15) "fileSelectField" "iFileId2" => string(15) "fileSelectField" "iFileId3" => string(15) "fileSelectField" "iFileId4" => string(15) "fileSelectField" "iFileId5" => string(15) "fileSelectField" "sVideo1" => string(10) "inputField" "sVideo2" => string(10) "inputField" "sVideo3" => string(10) "inputField" "sVideo4" => string(10) "inputField" "sVideo5" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 63 public iPageId => NULL public iParentCourseCategoryId => integer 2 public sName => string(21) "Zang Pop/Jazz/Musical" public sIntro => string(150) "<p>Pop, jazz, musical en meer: zing jouw favoriete muziek en ontwikkel je stem. Je leert ook microfoontechniek, presentatie en tekstinterpretatie.</p>" public sDescription => string(810) "<p>Bij Zang Pop/Jazz/Musical zing je jouw favoriete muziek en leer je optimaal gebruik maken van je zangstem. Het repertoire (met bijhorende stemvorming) varieert van pop tot musical en jazz. Er wordt ook aandacht besteed aan microfoontechniek, presentatie en interpretatie van de songtekst.</p> <p><strong>Zingen op een manier die bij jou past</strong><br />Je kunt bij ons gaan zingen in één van de vele koren, bij de popschool in een band of in een groep. Natuurlijk kun je ook les krijgen in je ééntje of met z'n tweeën waarbij je kan kiezen voor wekelijks of tweewekelijks.<br />We hebben zelfs een variant die een combinatie is van zangles/stemgebruik, ontspanning en vrijmaken van energie.</p> <p>Er zijn diverse lesvormen. Kies hieronder de cursus die bij jou past.</p>" public iWeight => NULL public iFileId1 => integer 3171 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "25-10-2012 13:28:34" public date => string(26) "2012-10-25 13:28:34.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "05-01-2021 12:09:21" public date => string(26) "2021-01-05 12:09:21.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(19) "zang-popjazzmusical" }{ public iWidth => NULL public iHeight => NULL public _aBatchOperations => array(1) ( "_resizeAndCrop" => array(2) ( 0 => integer 730 1 => integer 455 ) ) protected _iTargetHeight => NULL protected _iTargetWidth => NULL protected _iOffset_x => NULL protected _iOffset_y => NULL public sCachePath => string(60) "/cache/images/5051/5051-08ac7ca11286a236828e6e5c9b00241a.jpg" protected _wmDriver => object GDImageDriver(4)"aCourseCategory" => object modCourseCategory(35){ protected _loadMethod => NULL protected _saveMethod => NULL public wmImage => object image(25) { *RECURSION* } protected _rImage => NULL }protected _iFileId => integer 5051 protected _bIsSaved => bool FALSE protected _bIsWrited => bool FALSE protected _bLocationDidAlreadyExists => bool FALSE public iFolderId => integer 185 public iUserId => integer 6 public sName => string(15) "Dans slider (2)" public sPhysicalName => string(17) "dans-slider-2.jpg" public wmMIMEType => object MIMEType(5){ protected _iMIMETypeId => integer 1 public wmFileType => object filetype(5)public dtCreated => NULL public dtLastUpdated => NULL public iFilesize => integer 885863 public wmFileInfo => NULL public sSourceFilepath => NULL public wmCreated => object wmDateTime(4){ protected _iFiletypeId => integer 0 public sName => string(10) "Afbeelding" public sIconfile => string(9) "image.png" protected _bIsSaved => NULL public _iFileTypeId => integer 2 }public sMIMEType => string(10) "image/jpeg" public aExtensions => array(2) ( 0 => string(4) "jpeg" 1 => string(3) "jpg" ) public sClassName => string(5) "image" }{ protected _sDateTime => string(19) "15-08-2022 12:40:27" public date => string(26) "2022-08-15 12:40:27.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public wmLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "15-08-2022 12:40:27" public date => string(26) "2022-08-15 12:40:27.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)"wmCourseCategoryURI" => NULL "wmSliderItem" => object modHomeSlider(24){ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(23) "iParentCourseCategoryId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( "iPageId" => string(27) "tagCoursePageSelectionField" "iParentCourseCategoryId" => string(11) "selectField" "sName" => string(10) "inputField" "sIntro" => string(15) "editorTextField" "sDescription" => string(15) "editorTextField" "iWeight" => string(10) "inputField" "iFileId1" => string(15) "fileSelectField" "iFileId2" => string(15) "fileSelectField" "iFileId3" => string(15) "fileSelectField" "iFileId4" => string(15) "fileSelectField" "iFileId5" => string(15) "fileSelectField" "sVideo1" => string(10) "inputField" "sVideo2" => string(10) "inputField" "sVideo3" => string(10) "inputField" "sVideo4" => string(10) "inputField" "sVideo5" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 63 public iPageId => NULL public iParentCourseCategoryId => integer 2 public sName => string(21) "Zang Pop/Jazz/Musical" public sIntro => string(150) "<p>Pop, jazz, musical en meer: zing jouw favoriete muziek en ontwikkel je stem. Je leert ook microfoontechniek, presentatie en tekstinterpretatie.</p>" public sDescription => string(810) "<p>Bij Zang Pop/Jazz/Musical zing je jouw favoriete muziek en leer je optimaal gebruik maken van je zangstem. Het repertoire (met bijhorende stemvorming) varieert van pop tot musical en jazz. Er wordt ook aandacht besteed aan microfoontechniek, presentatie en interpretatie van de songtekst.</p> <p><strong>Zingen op een manier die bij jou past</strong><br />Je kunt bij ons gaan zingen in één van de vele koren, bij de popschool in een band of in een groep. Natuurlijk kun je ook les krijgen in je ééntje of met z'n tweeën waarbij je kan kiezen voor wekelijks of tweewekelijks.<br />We hebben zelfs een variant die een combinatie is van zangles/stemgebruik, ontspanning en vrijmaken van energie.</p> <p>Er zijn diverse lesvormen. Kies hieronder de cursus die bij jou past.</p>" public iWeight => NULL public iFileId1 => integer 3171 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "25-10-2012 13:28:34" public date => string(26) "2012-10-25 13:28:34.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "05-01-2021 12:09:21" public date => string(26) "2021-01-05 12:09:21.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(19) "zang-popjazzmusical" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(2)){ public iCourseGroupId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseGroup(34)public iCourseId => object wmArray(2){ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(14) "iCourseGroupId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(20)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseGroupId => object dbInt(10)public aFormFields => array(15) ( ... ) public aBestFields => object wmArray(1){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sColor => object dbEnum(10){ public sName => string(6) "sColor" public iLength => integer 0 public aValues => object wmArray(4)public iWeight => object dbInt(10){ public red => string(3) "red" public yellow => string(6) "yellow" public green => string(5) "green" public purple => string(6) "purple" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(19)public aTitles => object wmArray(1){ public sName => string(26) "Naam van de hoofdcategorie" public iPageId => string(13) "Cursus pagina" public sDescription => string(12) "Omschrijving" public sColor => string(13) "Kleurstelling" public iWeight => string(19) "Volgorde (numeriek)" public red => string(4) "Rood" public green => string(5) "Groen" public yellow => string(4) "Geel" public purple => string(5) "Paars" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(0){ }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(14) "modCourseGroup" public sTitle => string(31) "Cursus hoofdcategorieën beheer" public sButton => string(24) "Cursus hoofdcategorieën" public sStringGlue => string(3) " - " public sItem => string(21) "Cursus hoofdcategorie" public sDescription => NULL public sPrimaryKey => string(14) "iCourseGroupId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(13)}{ public iWeight => string(25) "Positie onderin de footer" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iFileId1 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId2 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId3 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId4 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public iFileId5 => string(58) "De gekozen foto wordt getoond op de hoofdcategorie pagina." public sVideo1 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(93) "De gekozen video wordt getoond op de hoofdcategorie pagina. Bijv. http://youtu.be/2NXgqFbfrd8" public iPageId => string(62) "Kies de pagina waarop deze hoofdcategorie getoond moet worden." }}{ }public aSystemModules => object wmArray(0){ }public iCourseGroupId => NULL public iPageId => NULL public sName => NULL public sDescription => NULL public sColor => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public module => object modCourse(41)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(9) "iCourseId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(27)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseId => object dbInt(10)public aFormFields => array(22) ( ... ) public aBestFields => object wmArray(3){ public sName => string(9) "iCourseId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iAgeCategoryId => object dbInt(10){ public sName => string(14) "iAgeCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMinAge => object dbInt(10){ public sName => string(7) "iMinAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iMaxAge => object dbInt(10){ public sName => string(7) "iMaxAge" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseType => object dbVarchar(10){ public sName => string(11) "sCourseType" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseTimes => object dbVarchar(10){ public sName => string(12) "sCourseTimes" public iLength => integer 50 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTrialLesson => object dbEnum(10){ public sName => string(12) "sTrialLesson" public iLength => integer 0 public aValues => object wmArray(3)public sFree => object dbEnum(10){ public yes => string(3) "yes" public no => string(2) "no" public kijkles => string(7) "kijkles" }public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(3) "yes" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(5) "sFree" public iLength => integer 0 public aValues => object wmArray(2)public sIntro => object dbText(10){ public yes => string(3) "yes" public no => string(2) "no" }public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "enum" public sClass => NULL public sDefault => string(2) "no" protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }{ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sCourseCodes => object dbText(10){ public sName => string(12) "sCourseCodes" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 3 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" public sCourseCodes => string(12) "sCourseCodes" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(2){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }public iAgeCategoryId => object wmArray(1){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(2){ public sName => string(5) "sName" public iAgeCategoryId => string(14) "iAgeCategoryId" }public sSeoUrl => NULL public aSeoUrls => object wmArray(1){ public 0 => string(10) "/modCourse" }public aSearchFields => object wmArray(2){ public sName => string(5) "sName" public sCourseCodes => string(12) "sCourseCodes" }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(27)public aTitles => object wmArray(1){ public sName => string(11) "Cursus naam" public iAgeCategoryId => string(18) "Leeftijd categorie" public iMinAge => string(17) "Minimale leeftijd" public iMaxAge => string(17) "Maximale leeftijd" public sCourseType => string(11) "Type cursus" public iWeight => string(8) "Volgorde" public sTypeOfCourse => string(11) "Type cursus" public sTrialLesson => string(36) "Proefles/kijkles aanvragen mogelijk?" public yes => string(12) "Ja, proefles" public no => string(3) "Nee" public kijkles => string(11) "Ja, kijkles" public sCourseTimes => string(32) "Wanneer wordt de cursus gegeven?" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public sAdvantages => string(14) "Unieke waarden" public sTags => string(4) "Tags" public sCourseCodes => string(40) "Abecon registratie codes (cursus opties)" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(1){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(1){ public iAgeCategoryId => string(14) "modAgeCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(9) "modCourse" public sTitle => string(16) "Cursussen beheer" public sButton => string(9) "Cursussen" public sStringGlue => string(3) " - " public sItem => string(6) "Cursus" public sDescription => NULL public sPrimaryKey => string(9) "iCourseId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool TRUE public sPageTitle => NULL public bIgnoreNotFound => bool TRUE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(18)}{ public iMinAge => string(16) "Vul een getal in" public iWeight => string(37) "Positie op de cursus overzicht pagina" public sCourseTimes => string(86) "Max. 40 karakters. Wordt in het overzicht getoond. Bijv: maandag van 19.00 - 21.00 uur" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(107) "Min. 70 - max. 90 woorden, Opdelen in alinea's. De omschrijving geeft beknopt de inhoud van de cursus weer." public sTypeOfCourse => string(92) "Max. 15 karakters. Wordt in het overzicht getoond, bijv: groepsles, priveles, popschool/band" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId2 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId3 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId4 => string(44) "De gekozen foto wordt getoond bij de cursus." public iFileId5 => string(44) "De gekozen foto wordt getoond bij de cursus." public sVideo1 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(79) "De gekozen video wordt getoond bij de cursus. Bijv. http://youtu.be/2NXgqFbfrd8" public sCourseCodes => string(80) "Voer hier komma gescheiden de Abecon cursus codes in, bijv: 121223,124532,13133." public iMaxAge => string(88) "Wanneer dit veld leeg blijft wordt de leeftijdscategorie "minimale leeftijd+" bijv: 65+." }}{ }public aSystemModules => object wmArray(0){ }public iCourseId => NULL public sName => NULL public iAgeCategoryId => NULL public iMinAge => NULL public iMaxAge => NULL public sCourseType => NULL public sCourseTimes => NULL public sTrialLesson => NULL public sFree => NULL public sIntro => NULL public sDescription => NULL public sCourseCodes => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(1){ public modCourseCategory => object wmArray(2)protected _wmConfigContainer => object genericModuleConfig(49){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public data => object wmArray(2){ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ public 2 => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)public 63 => object modCourseCategory(35){ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(23) "iParentCourseCategoryId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21) { ... } public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1) { ... } public aTitleFields => object wmArray(1) { ... } public aRequiredFields => object wmArray(1) { ... } public aIndexFields => object wmArray(0) { ... } public aHiddenFields => object wmArray(4) { ... } public aSettingFields => NULL public aFieldRules => object wmArray(1) { ... } public aSelectFields => object wmArray(0) { ... } public aFieldFilters => object wmArray(1) { ... } public aQueryTerms => object wmArray(0) { ... } public aJoins => object wmArray(0) { ... } public aSortFields => object wmArray(2) { ... } public aDistinctFields => object wmArray(0) { ... } public aGroupByFields => object wmArray(0) { ... } public aSeoFields => object wmArray(0) { ... } public sSeoUrl => NULL public aSeoUrls => object wmArray(0) { ... } public aSearchFields => object wmArray(0) { ... } public aSolrSearchFields => object wmArray(0) { ... } public aSolrDescFields => object wmArray(0) { ... } public sSolrDesc => NULL public aSolrPicFields => object wmArray(0) { ... } public aTranslations => object wmArray(1) { ... } public aTitles => object wmArray(1) { ... } public aLinkedModules => object wmArray(0) { ... } public aParentModules => object wmArray(1) { ... } public aSubModules => object wmArray(0) { ... } public aSystemModules => object wmArray(0) { ... } public aSocialPlugins => object wmArray(0) { ... } public aFieldPermissions => object wmArray(0) { ... } public aUserRestrictions => object wmArray(0) { ... } public aSetRestrictions => object wmArray(0) { ... } protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1) { ... } }protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 2 public iPageId => integer 14 public iParentCourseCategoryId => integer 0 public sName => string(10) "Instrument" public sIntro => string(155) "<p>Bij het CKB kan je muziek leren maken op wel 30 verschillende instrumenten en met je eigen zangstem. Met een proefles maak je de juiste keuze. </p>" public sDescription => string(494) "<p>Speel je favoriete muziek en doe verrassende muzikale ontdekkingen. Bij het CKB kan je kiezen uit wel 30 instrumenten of je eigen zangstem. Je leert diverse muziekgenres spelen, met anderen of solo. Er zijn allerlei lesvormen, voor elk niveau en elke portemonnee. Ook als je geen noten kunt lezen mag je beginnen met de muzieklessen, want die leer je er spelenderwijs bij.</p> <p>Je kunt eerst een instrument uitproberen. De docent helpt je graag bij de keuze en de aanschaf ervan. </p>" public iWeight => NULL public iFileId1 => integer 787 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "11-06-2012 16:26:17" public date => string(26) "2012-06-11 16:26:17.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "04-01-2021 15:48:59" public date => string(26) "2021-01-04 15:48:59.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(10) "instrument" }{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool FALSE public aParentModules => object wmArray(1)}{ public iParentCourseCategoryId => object wmArray(2)public aSubModules => object wmArray(0){ public module => object modCourseCategory(35)}{ public sTablePrefix => string(3) "gen" public iMaxPerPage => integer 20 protected _count => NULL public bLoadedAsParent => bool TRUE public aParentModules => object wmArray(0)public field => string(23) "iParentCourseCategoryId" }{ }public aSubModules => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21) { ... } public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1) { ... } public aTitleFields => object wmArray(1) { ... } public aRequiredFields => object wmArray(1) { ... } public aIndexFields => object wmArray(0) { ... } public aHiddenFields => object wmArray(4) { ... } public aSettingFields => NULL public aFieldRules => object wmArray(1) { ... } public aSelectFields => object wmArray(0) { ... } public aFieldFilters => object wmArray(1) { ... } public aQueryTerms => object wmArray(0) { ... } public aJoins => object wmArray(0) { ... } public aSortFields => object wmArray(2) { ... } public aDistinctFields => object wmArray(0) { ... } public aGroupByFields => object wmArray(0) { ... } public aSeoFields => object wmArray(0) { ... } public sSeoUrl => NULL public aSeoUrls => object wmArray(0) { ... } public aSearchFields => object wmArray(0) { ... } public aSolrSearchFields => object wmArray(0) { ... } public aSolrDescFields => object wmArray(0) { ... } public sSolrDesc => NULL public aSolrPicFields => object wmArray(0) { ... } public aTranslations => object wmArray(1) { ... } public aTitles => object wmArray(1) { ... } public aLinkedModules => object wmArray(0) { ... } public aParentModules => object wmArray(1) { ... } public aSubModules => object wmArray(0) { ... } public aSystemModules => object wmArray(0) { ... } public aSocialPlugins => object wmArray(0) { ... } public aFieldPermissions => object wmArray(0) { ... } public aUserRestrictions => object wmArray(0) { ... } public aSetRestrictions => object wmArray(0) { ... } protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1) { ... } }protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => NULL public iPageId => NULL public iParentCourseCategoryId => NULL public sName => NULL public sIntro => NULL public sDescription => NULL public iWeight => NULL public iFileId1 => NULL public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => NULL public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "23-12-2025 23:47:11" public date => string(26) "2025-12-23 23:47:11.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => NULL }{ }public aSetRestrictions => object wmArray(0){ }protected _bIsRestrictionModeEnabled => bool FALSE public aTags => object wmArray(0){ }public aLinkedModules => object wmArray(0){ }protected _wmConfigContainer => object genericModuleConfig(49){ public aFields => object wmArray(21)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iCourseCategoryId => object dbInt(10)public aFormFields => array(16) ( ... ) public aBestFields => object wmArray(1){ public sName => string(17) "iCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iPageId => object dbInt(10){ public sName => string(7) "iPageId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iParentCourseCategoryId => object dbInt(10){ public sName => string(23) "iParentCourseCategoryId" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sName => object dbVarchar(10){ public sName => string(5) "sName" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sIntro => object dbText(10){ public sName => string(6) "sIntro" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId2 => object dbInt(10){ public sName => string(8) "iFileId2" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId3 => object dbInt(10){ public sName => string(8) "iFileId3" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId4 => object dbInt(10){ public sName => string(8) "iFileId4" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId5 => object dbInt(10){ public sName => string(8) "iFileId5" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo1 => object dbVarchar(10){ public sName => string(7) "sVideo1" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo2 => object dbVarchar(10){ public sName => string(7) "sVideo2" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo3 => object dbVarchar(10){ public sName => string(7) "sVideo3" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo4 => object dbVarchar(10){ public sName => string(7) "sVideo4" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sVideo5 => object dbVarchar(10){ public sName => string(7) "sVideo5" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sName => string(5) "sName" }public aTitleFields => object wmArray(1){ public sName => string(5) "sName" }public aRequiredFields => object wmArray(1){ public sName => string(5) "sName" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sName => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(1){ public iParentCourseCategoryId => object wmArray(1)public aQueryTerms => object wmArray(0){ public toNULLFilter => NULL }}{ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sName => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(20)public aTitles => object wmArray(1){ public iPageId => string(21) "Cursus hoofdcategorie" public iParentCourseCategoryId => string(17) "Sub categorie van" public sName => string(21) "Naam van de categorie" public sIntro => string(13) "Trigger tekst" public sDescription => string(12) "Omschrijving" public iWeight => string(19) "Volgorde (numeriek)" public yes => string(2) "Ja" public no => string(3) "Nee" public TRUE => string(2) "Ja" public FALSE => string(3) "Nee" public iFileId1 => string(16) "Hoofd afbeelding" public iFileId2 => string(12) "Afbeelding 2" public iFileId3 => string(12) "Afbeelding 3" public iFileId4 => string(12) "Afbeelding 4" public iFileId5 => string(12) "Afbeelding 5" public sVideo1 => string(24) "Hoofd Youtube video code" public sVideo2 => string(20) "Youtube video code 2" public sVideo3 => string(20) "Youtube video code 3" public sVideo4 => string(20) "Youtube video code 4" public sVideo5 => string(20) "Youtube video code 5" }}{ public NL => object wmArray(2)public aLinkedModules => object wmArray(0){ public iFileId1 => string(12) "Afbeeldingen" public sVideo1 => string(6) "Videos" }}{ }public aParentModules => object wmArray(1){ public iParentCourseCategoryId => string(17) "modCourseCategory" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(17) "modCourseCategory" public sTitle => string(26) "Cursus categorieën beheer" public sButton => string(19) "Cursus categorieën" public sStringGlue => string(3) " - " public sItem => string(16) "Cursus categorie" public sDescription => NULL public sPrimaryKey => string(17) "iCourseCategoryId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(14)}{ public iWeight => string(37) "Positie op de cursus overzicht pagina" public sIntro => string(45) "Omschrijving van de cursus in max. 25 woorden" public sDescription => string(37) "Min. 70 - max. 90 woorden, 2 alinea's" public iParentCourseCategoryId => string(66) "Selecteer de bovenliggende categorie (indien het een subniveau is)" public iFileId1 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId2 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId3 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId4 => string(47) "De gekozen foto wordt getoond bij de categorie." public iFileId5 => string(47) "De gekozen foto wordt getoond bij de categorie." public sVideo1 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo2 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo3 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo4 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" public sVideo5 => string(82) "De gekozen video wordt getoond bij de categorie. Bijv. http://youtu.be/2NXgqFbfrd8" }}{ }public aSystemModules => object wmArray(0){ }public iCourseCategoryId => integer 63 public iPageId => NULL public iParentCourseCategoryId => integer 2 public sName => string(21) "Zang Pop/Jazz/Musical" public sIntro => string(150) "<p>Pop, jazz, musical en meer: zing jouw favoriete muziek en ontwikkel je stem. Je leert ook microfoontechniek, presentatie en tekstinterpretatie.</p>" public sDescription => string(810) "<p>Bij Zang Pop/Jazz/Musical zing je jouw favoriete muziek en leer je optimaal gebruik maken van je zangstem. Het repertoire (met bijhorende stemvorming) varieert van pop tot musical en jazz. Er wordt ook aandacht besteed aan microfoontechniek, presentatie en interpretatie van de songtekst.</p> <p><strong>Zingen op een manier die bij jou past</strong><br />Je kunt bij ons gaan zingen in één van de vele koren, bij de popschool in een band of in een groep. Natuurlijk kun je ook les krijgen in je ééntje of met z'n tweeën waarbij je kan kiezen voor wekelijks of tweewekelijks.<br />We hebben zelfs een variant die een combinatie is van zangles/stemgebruik, ontspanning en vrijmaken van energie.</p> <p>Er zijn diverse lesvormen. Kies hieronder de cursus die bij jou past.</p>" public iWeight => NULL public iFileId1 => integer 3171 public iFileId2 => NULL public iFileId3 => NULL public iFileId4 => NULL public iFileId5 => NULL public sVideo1 => NULL public sVideo2 => NULL public sVideo3 => NULL public sVideo4 => NULL public sVideo5 => NULL public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "25-10-2012 13:28:34" public date => string(26) "2012-10-25 13:28:34.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "05-01-2021 12:09:21" public date => string(26) "2021-01-05 12:09:21.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(19) "zang-popjazzmusical" }{ public aFields => object wmArray(10)protected _sBenchmarkToken => NULL public aModuleData => object wmArray(0){ public iActionId => object dbInt(10)public aFormFields => array(5) ( "iCourseGroupId" => string(11) "selectField" "sTitle" => string(10) "inputField" "sDescription" => string(15) "editorTextField" "iFileId1" => string(15) "fileSelectField" "iWeight" => string(10) "inputField" ) public aBestFields => object wmArray(1){ public sName => string(9) "iActionId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iCourseGroupId => object dbInt(10){ public sName => string(14) "iCourseGroupId" public iLength => integer 11 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sTitle => object dbVarchar(10){ public sName => string(6) "sTitle" public iLength => integer 30 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sDescription => object dbText(10){ public sName => string(12) "sDescription" public iLength => integer 0 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(4) "text" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iFileId1 => object dbInt(10){ public sName => string(8) "iFileId1" public iLength => integer 11 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iWeight => object dbInt(10){ public sName => string(7) "iWeight" public iLength => integer 255 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtCreated => object dbDateTime(10){ public sName => string(9) "dtCreated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public dtLastUpdated => object dbDateTime(10){ public sName => string(13) "dtLastUpdated" public iLength => integer 0 public aValues => NULL public sNULL => string(8) "NOT NULL" public sAttributes => NULL public sType => string(8) "datetime" public sClass => string(10) "wmDateTime" public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public iLanguageId => object dbInt(10){ public sName => string(11) "iLanguageId" public iLength => integer 2 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(3) "int" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }public sUrl => object dbVarchar(10){ public sName => string(4) "sUrl" public iLength => integer 255 public aValues => NULL public sNULL => string(4) "NULL" public sAttributes => NULL public sType => string(7) "varchar" public sClass => NULL public sDefault => NULL protected _bPrimaryField => bool FALSE protected _bAutoIncrement => bool FALSE }}{ public sTitle => string(6) "sTitle" }public aTitleFields => object wmArray(0){ }public aRequiredFields => object wmArray(1){ public sTitle => string(6) "sTitle" }public aIndexFields => object wmArray(0){ }public aHiddenFields => object wmArray(4){ public dtCreated => string(9) "dtCreated" public dtLastUpdated => string(13) "dtLastUpdated" public iLanguageId => string(11) "iLanguageId" public sUrl => string(4) "sUrl" }public aSettingFields => NULL public aFieldRules => object wmArray(1){ public sTitle => object wmArray(1)public aSelectFields => object wmArray(0){ public minLengthRule => integer 1 }}{ }public aFieldFilters => object wmArray(0){ }public aQueryTerms => object wmArray(0){ }public aJoins => object wmArray(0){ }public aSortFields => object wmArray(2){ public iWeight => string(3) "asc" public sTitle => string(3) "asc" }public aDistinctFields => object wmArray(0){ }public aGroupByFields => object wmArray(0){ }public aSeoFields => object wmArray(0){ }public sSeoUrl => NULL public aSeoUrls => object wmArray(0){ }public aSearchFields => object wmArray(0){ }public aSolrSearchFields => object wmArray(0){ }public aSolrDescFields => object wmArray(0){ }public sSolrDesc => NULL public aSolrPicFields => object wmArray(0){ }public aTranslations => object wmArray(1){ public NL => object wmArray(8)public aTitles => object wmArray(0){ public iCourseGroupId => string(9) "Categorie" public sTitle => string(5) "Titel" public sDescription => string(29) "Omschrijving van de categorie" public sButtonText => string(23) "Tekst op knop van actie" public iWeight => string(19) "Volgorde (numeriek)" public dtPublishedDate => string(17) "Start datum actie" public dtExpirationDate => string(16) "Eind datum actie" public iFileId1 => string(4) "Foto" }}{ }public aLinkedModules => object wmArray(1){ public modCourseCategory => string(17) "modCourseCategory" }public aParentModules => object wmArray(2){ public iCourseGroupId => string(14) "modCourseGroup" public iCourseId => string(9) "modCourse" }public aSubModules => object wmArray(0){ }public aSystemModules => object wmArray(0){ }public aSocialPlugins => object wmArray(0){ }public aFieldPermissions => object wmArray(0){ }public aUserRestrictions => object wmArray(0){ }public aSetRestrictions => object wmArray(0){ }protected _sName => string(13) "modHomeSlider" public sTitle => string(18) "Slider home beheer" public sButton => string(7) "Sliders" public sStringGlue => string(3) " - " public sItem => string(6) "Slider" public sDescription => NULL public sPrimaryKey => string(9) "iActionId" public bAutoIncrement => bool TRUE public bExportToExcel => bool FALSE public bLogChanges => bool FALSE public bTagging => bool FALSE public sPageTitle => NULL public bIgnoreNotFound => bool FALSE protected _sBenchmarkToken => NULL public aDescriptions => object wmArray(1){ public NL => object wmArray(6)}{ public iWeight => string(24) "Positie binnen de slider" public sTitle => string(17) "Max. 25 karakters" public iFileId1 => string(44) "De gekozen foto wordt getoond bij de slider." public dtPublishedDate => string(104) "Vanaf deze datum wordt de slider getoond. Wanneer deze leeg blijft, zal de slider altijd getoond worden." public dtExpirationDate => string(88) "Verval datum van de slider. Wanneer deze leeg gelaten wordt zal de slider nooit stoppen." public modCourseCategory => string(49) "Selecteer de doorlinks onder het kopje "populair"" }}{ }public aSystemModules => object wmArray(0){ }public iActionId => integer 2 public iCourseGroupId => integer 2 public sTitle => string(6) "Muziek" public sDescription => string(145) "<p>(Samen) muziek maken: leuk en inspirerend! Kies uit 30 instrumenten of gebruik je eigen stem. Voor iedereen, elk tempo en elk muziekgenre.</p>" public iFileId1 => integer 5052 public iWeight => integer 4 public dtCreated => object wmDateTime(4){ protected _sDateTime => string(19) "28-06-2012 15:20:42" public date => string(26) "2012-06-28 15:20:42.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public dtLastUpdated => object wmDateTime(4){ protected _sDateTime => string(19) "15-08-2022 12:42:10" public date => string(26) "2022-08-15 12:42:10.000000" public timezone_type => integer 3 public timezone => string(16) "Europe/Amsterdam" }public iLanguageId => NULL public sUrl => string(6) "muziek" }1353 <?php 1354 1355 foreach ($aCourseCategories as $aCourseCategory) { 1356 1357 $wmCourseCategoryURI = uri::getByPageId($aCourseCategory->iPageId); 1358 echo '<li><a href="'.$wmCourseCategoryURI->sFullPath.'?categorie[]='.urlencode($aCourseCategory->sName).'">'.$aCourseCategory->sName.'</a></li>'; 1359 1360 } 1361 ?> 1362 </ul> 1363 </div> -
SITE_ROOT/system/classes/template/class.template.php [ 447 ] » include(arguments)
0string(62) "SITE_ROOT/secure_data/cache/templates/application/home.xml.php"442 443 444 if ( isset( $sBenchmarkToken ) ) { 445 profiler::stop($sBenchmarkToken); 446 } 447 include $cache->sGetPath(); 448 } 449 450 public function __toString() { 451 return $this->sName; 452 } -
SITE_ROOT/system/classes/class.webmanage.php [ 850 ] » template->render()
845 $template = template::getById( $wmPathInfo->pages->current->iTemplateId ); 846 } else { 847 $template = template::getById( $wmPathInfo->pages->notfound->iTemplateId ); 848 } 849 if ( $template instanceof template ) { 850 $template->render(); 851 } else { 852 exit; 853 } 854 855 -
SITE_ROOT/system/classes/class.webmanage.php [ 895 ] » webmanage->_boot(arguments)
0integer 90
890 $this->_boot( self::RUNLEVEL_DATABASE ); 891 $this->_boot( self::RUNLEVEL_SESSION ); 892 $this->_boot( self::RUNLEVEL_USER ); 893 $this->_boot( self::RUNLEVEL_PAGEINFO ); 894 $this->_boot( self::RUNLEVEL_LANGUAGE ); 895 $this->_boot( self::RUNLEVEL_TEMPLATE ); 896 897 /** If profiling is enabled, start measuring this runlevel's performance. */ 898 if ( $this->_bProfilingEnabled === TRUE ) { 899 $sBenchmarkToken = profiler::start('Webmanage runlevels', 'RUNLEVEL_FULL'); 900 } -
SITE_ROOT/system/classes/class.webmanage.php [ 109 ] » webmanage->_boot(arguments)
0integer 999
1bool FALSE
104 public function boot( $iRunlevel ) { 105 106 $iRunlevel = $iRunlevel == NULL ? self::$_iTargetRunlevel : $iRunlevel; 107 108 /** Boot webmanage to desired runlevel. */ 109 $this->_boot( $iRunlevel, FALSE ); 110 } 111 112 /** 113 * Prepares the webmanage framework for boot. 114 * It gets the default folder locations, base url and http protocol. -
SITE_ROOT/system/classes/class.webmanage.php [ 99 ] » webmanage->boot(arguments)
0integer 999
94 /** Prepare webmanage for booting. */ 95 $this->_prepare(); 96 97 self::$_iTargetRunlevel = $iRunlevel; 98 if ( $iRunlevel > self::RUNLEVEL_MANUAL ) { 99 $this->boot( $iRunlevel ); 100 } 101 102 } 103 104 public function boot( $iRunlevel ) { -
SITE_ROOT/public_html/index.php [ 19 ] » webmanage->__construct(arguments)
0integer 999
14 } 15 #if($_COOKIE['preview'] == 'true' || isset($_GET['preview'])) { 16 error_reporting( E_ALL ); 17 ini_set('display_errors', 1); 18 require "../system/webmanage.php"; 19 $webmanage = new webmanage(webmanage::RUNLEVEL_FULL); 20 $webmanage->close(); 21 # } else { 22 # $sURI = "http://placeholder.websdesign.nl/newdomain/index.php"; 23 # echo( file_get_contents($sURI) ); 24 #} - Zang Pop/Jazz/Musical
ErrorException [ Notice ]:
SITE_ROOT/secure_data/cache/templates/application/home.xml.php [ 1358 ]
1353 <?php
1354
1355 foreach ($aCourseCategories as $aCourseCategory) {
1356
1357 $wmCourseCategoryURI = uri::getByPageId($aCourseCategory->iPageId);
1358 echo '<li><a href="'.$wmCourseCategoryURI->sFullPath.'?categorie[]='.urlencode($aCourseCategory->sName).'">'.$aCourseCategory->sName.'</a></li>';
1359
1360 }
1361 ?>
1362 </ul>
1363 </div>
Environment
Last database query
SELECT genModcoursegroup.iCourseGroupId,genModcoursegroup.iPageId,genModcoursegroup.sName,genModcoursegroup.sDescription,genModcoursegroup.sColor,genModcoursegroup.iWeight,genModcoursegroup.iFileId1,genModcoursegroup.iFileId2,genModcoursegroup.iFileId3,genModcoursegroup.iFileId4,genModcoursegroup.iFileId5,genModcoursegroup.sVideo1,genModcoursegroup.sVideo2,genModcoursegroup.sVideo3,genModcoursegroup.sVideo4,genModcoursegroup.sVideo5,genModcoursegroup.dtCreated,genModcoursegroup.dtLastUpdated,genModcoursegroup.iLanguageId,genModcoursegroup.sUrl
FROM genModcoursegroup WHERE genModcoursegroup.iCourseGroupId = '2' ORDER BY iWeight ASC, sName ASC |
Loaded extensions (70)
SITE_ROOT/public_html/index.php |
SITE_ROOT/system/webmanage.php |
SITE_ROOT/system/classes/class.webmanage.php |
SITE_ROOT/system/classes/utilities/autoload/class.autoload.php |
SITE_ROOT/system/autoload.php |
SITE_ROOT/application/autoload.php |
SITE_ROOT/application/config.php |
SITE_ROOT/system/classes/utilities/config/class.config.php |
SITE_ROOT/system/classes/utilities/datetime/class.wmDate.php |
SITE_ROOT/system/classes/utilities/language/class.translation.php |
SITE_ROOT/application/redirect.php |
SITE_ROOT/system/classes/development/class.webmanageExceptionHandler.php |
SITE_ROOT/system/classes/filesystem/class.filesystem.php |
SITE_ROOT/system/classes/filesystem/class.io.php |
SITE_ROOT/application/translation.php |
SITE_ROOT/system/classes/utilities/array/class.wmArray.php |
SITE_ROOT/system/classes/utilities/iterators/base/class.wmArrayIterator.php |
SITE_ROOT/system/classes/utilities/log/class.log.php |
SITE_ROOT/system/classes/utilities/registry/class.registry.php |
SITE_ROOT/system/classes/utilities/security/class.security.php |
SITE_ROOT/system/classes/database/class.database.php |
SITE_ROOT/system/classes/user/visitor/class.session.php |
SITE_ROOT/system/classes/database/class.result.php |
SITE_ROOT/system/classes/user/member/class.user.php |
SITE_ROOT/system/interfaces/interface.generable.php |
SITE_ROOT/system/classes/user/visitor/class.cookie.php |
SITE_ROOT/system/classes/utilities/hash/class.wmHash.php |
SITE_ROOT/system/classes/utilities/datetime/class.wmDateTime.php |
SITE_ROOT/system/classes/user/member/class.group.php |
SITE_ROOT/system/classes/utilities/cache/class.cache.php |
SITE_ROOT/system/classes/user/member/class.permission.php |
SITE_ROOT/system/classes/utilities/uri/class.uri.php |
SITE_ROOT/system/classes/structure/path/class.pathInfo.php |
SITE_ROOT/system/classes/utilities/language/class.language.php |
SITE_ROOT/system/classes/content/class.page.php |
SITE_ROOT/system/classes/content/class.pageInfo.php |
SITE_ROOT/system/classes/utilities/info/class.info.php |
SITE_ROOT/system/classes/template/class.template.php |
SITE_ROOT/system/classes/filesystem/class.cacheEngine.php |
SITE_ROOT/system/classes/template/class.engine.php |
SITE_ROOT/system/classes/development/class.debug.php |
SITE_ROOT/secure_data/cache/templates/application/home.xml.php |
SITE_ROOT/system/classes/template/class.view.php |
SITE_ROOT/system/classes/structure/class.navigation.php |
SITE_ROOT/system/classes/structure/class.navigationPage.php |
SITE_ROOT/system/classes/structure/path/class.path.php |
SITE_ROOT/system/classes/module/class.module.php |
SITE_ROOT/application/modules/class.modHomeSlider.php |
SITE_ROOT/system/classes/module/modgeneric/class.genericModule.php |
SITE_ROOT/system/interfaces/interface.indexable.php |
SITE_ROOT/system/classes/module/modgeneric/class.genericModuleConfig.php |
SITE_ROOT/system/classes/database/fields/class.dbInt.php |
SITE_ROOT/system/classes/database/fields/class.dbField.php |
SITE_ROOT/system/classes/database/fields/class.dbVarchar.php |
SITE_ROOT/system/classes/database/fields/class.dbText.php |
SITE_ROOT/system/classes/utilities/charset/class.wmCharset.php |
SITE_ROOT/system/classes/utilities/charset/charsets/class.utf8.php |
SITE_ROOT/system/classes/database/fields/class.dbDateTime.php |
SITE_ROOT/application/modules/class.modCourseCategory.php |
SITE_ROOT/application/modules/class.modCourseGroup.php |
SITE_ROOT/system/classes/database/fields/class.dbEnum.php |
SITE_ROOT/application/modules/class.modCourse.php |
SITE_ROOT/application/modules/class.modAgeCategory.php |
SITE_ROOT/system/classes/filesystem/class.file.php |
SITE_ROOT/system/classes/filesystem/class.MIMEType.php |
SITE_ROOT/system/classes/utilities/JSON/class.wmJSON.php |
SITE_ROOT/system/classes/filesystem/class.filetype.php |
SITE_ROOT/system/classes/filesystem/files/image/class.image.php |
SITE_ROOT/system/classes/filesystem/files/image/drivers/class.GDImageDriver.php |
SITE_ROOT/system/templates/html/debug/exception.php |
Loaded extensions (56)
Core |
date |
ereg |
libxml |
openssl |
pcre |
zlib |
filter |
hash |
Reflection |
SPL |
session |
standard |
cgi-fcgi |
mysqlnd |
PDO |
xml |
bcmath |
calendar |
ctype |
curl |
dom |
mbstring |
fileinfo |
ftp |
gd |
gettext |
iconv |
igbinary |
imagick |
intl |
json |
exif |
mcrypt |
mysql |
mysqli |
pdo_mysql |
Phar |
posix |
readline |
shmop |
SimpleXML |
soap |
sockets |
sysvmsg |
sysvsem |
sysvshm |
tokenizer |
wddx |
xmlreader |
xmlwriter |
xsl |
zip |
redis |
mhash |
Zend OPcache |
$_SERVER
PATH |
string(62) "/projects/ckbozstag_f4/.local/bin:/usr/local/bin:/usr/bin:/bin" |
USER |
string(12) "ckbozstag_f4" |
HOME |
string(22) "/projects/ckbozstag_f4" |
FCGI_ROLE |
string(9) "RESPONDER" |
SCRIPT_FILENAME |
string(44) "/projects/ckbozstag_f4/public_html/index.php" |
QUERY_STRING |
string(0) "" |
REQUEST_METHOD |
string(3) "GET" |
CONTENT_TYPE |
string(0) "" |
CONTENT_LENGTH |
string(0) "" |
SCRIPT_NAME |
string(10) "/index.php" |
PATH_INFO |
string(0) "" |
REQUEST_URI |
string(1) "/" |
DOCUMENT_URI |
string(10) "/index.php" |
DOCUMENT_ROOT |
string(34) "/projects/ckbozstag_f4/public_html" |
SERVER_PROTOCOL |
string(8) "HTTP/2.0" |
REQUEST_SCHEME |
string(5) "https" |
HTTPS |
string(2) "on" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
SERVER_SOFTWARE |
string(12) "nginx/1.28.0" |
REMOTE_ADDR |
string(14) "216.73.216.139" |
REMOTE_PORT |
string(5) "19462" |
SERVER_ADDR |
string(13) "185.173.20.33" |
SERVER_PORT |
string(3) "443" |
SERVER_NAME |
string(12) "dev.ckboz.nl" |
REDIRECT_STATUS |
string(3) "200" |
COUNTRY_CODE |
string(2) "US" |
COUNTRY_NAME |
string(13) "United States" |
HTTP_HOST |
string(12) "dev.ckboz.nl" |
HTTP_ACCEPT |
string(3) "*/*" |
HTTP_USER_AGENT |
string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
HTTP_ACCEPT_ENCODING |
string(23) "gzip, br, zstd, deflate" |
PHP_SELF |
string(0) "" |
REQUEST_TIME_FLOAT |
float 1766530031.0607 |
REQUEST_TIME |
integer 1766530031 |
SITE_ROOT |
string(22) "/projects/ckbozstag_f4" |
BASE_URL |
string(20) "https://dev.ckboz.nl" |
BASE_PATH |
string(1) "/" |
URL |
string(21) "https://dev.ckboz.nl/" |
IS_HTTPS |
bool TRUE |
HTTP_PROTOCOL |
string(5) "https" |
LOCATIONS |
array(8) ( "CONFIG" => string(45) "/projects/ckbozstag_f4/application/config.php" "TRANSLATION" => string(50) "/projects/ckbozstag_f4/application/translation.php" "REDIRECT" => string(47) "/projects/ckbozstag_f4/application/redirect.php" "AUTOLOAD" => array(2) ( "APPLICATION" => string(47) "/projects/ckbozstag_f4/application/autoload.php" "SYSTEM" => string(42) "/projects/ckbozstag_f4/system/autoload.php" ) "TEMPLATE" => array(2) ( "APPLICATION" => array(3) ( "XML" => string(48) "/projects/ckbozstag_f4/application/templates/xml" "HTML" => string(49) "/projects/ckbozstag_f4/application/templates/html" "LOGIC" => string(50) "/projects/ckbozstag_f4/application/templates/logic" ) "SYSTEM" => array(3) ( "XML" => string(43) "/projects/ckbozstag_f4/system/templates/xml" "HTML" => string(44) "/projects/ckbozstag_f4/system/templates/html" "LOGIC" => string(45) "/projects/ckbozstag_f4/system/templates/logic" ) ) "CACHE" => array(2) ( "PUBLIC" => string(40) "/projects/ckbozstag_f4/public_html/cache" "SECURE" => string(40) "/projects/ckbozstag_f4/secure_data/cache" ) "DATA" => array(2) ( "PUBLIC" => string(39) "/projects/ckbozstag_f4/public_html/data" "SECURE" => string(39) "/projects/ckbozstag_f4/secure_data/data" ) "MODULE" => array(2) ( "GENERIC" => string(42) "/projects/ckbozstag_f4/application/modules" "APPLICATION" => string(42) "/projects/ckbozstag_f4/application/modules" ) ) |
Theater
CKB Theater zet JOU in de picture. Wel twee keer per seizoen brengt jouw groep een voorstelling in de CKB Theaterzaal!
Bekijk cursusaanbod
CKB Popschool
Gelijk je instrument leren spelen of zingen in een echte band. Ook ervaren popmuzikanten kunnen terecht op de CKB Popschool. Kijklessen vanaf september weer mogelijk!
Bekijk cursusaanbod

