Exception:

File `partials/site_videolist/default` not found. Outdated site structure in `/var/www/html2/tonyspizzaeventcenter.com/themes/site`

File: /var/www/html2/tonyspizzaeventcenter.com/inc/core/Template.php: 192

Backtrace:

  1. file:
    /var/www/html2/tonyspizzaeventcenter.com/inc/core/Template.php
    line:
    192
    function:
    Exception
    source:
    187                 // render init stack js if this is a partial and it exists
    188                 if(isset($obj->init_stack) && strlen($obj->init_stack)){
    189                     $out .= '<script type="text/javascript">'. $obj->init_stack .'</script>';
    190                 }
    191             } else {
    192                 Error::exception(new Exception("File `$this->file` not found. Outdated site structure in `$this->directory`"));
    193             }
    194         } catch (\Exception $e) {
    195             if (ob_get_length() > 0) {
    196                 ob_end_clean();
    197             }
    
  2. file:
    /var/www/html2/tonyspizzaeventcenter.com/inc/core/models/Pages/Page.php
    line:
    351
    function:
    render
    class:
    Template
    type:
    ->
    args:
    Array
    (
    )
    
    source:
    346             foreach ($partialTemplates as $groupid => $templates) {
    347                 if ($groupNum !== null && $groupNum !== $groupid) continue;
    348                 $pagePartialGroup = PagePartialGroup::getById($groupid);
    349                 echo '<div class="' . $pagePartialGroup->class . '">';
    350                 foreach ($templates as $template) {
    351                     echo $template->render();
    352                 }
    353                 echo '</div>';
    354             }
    355         }
    356     }
    
  3. file:
    /var/www/html2/tonyspizzaeventcenter.com/themes/site/pages/page.tpl.php
    line:
    34
    function:
    printPartials
    class:
    Model\Pages\Page
    type:
    ->
    args:
    Array
    (
        [0] => 2
    )
    
    source:
    29 <div class="<?php if(isset($obj -> fe_template_pagewrap)){if($obj -> fe_template_pagewrap){echo $obj -> fe_template_pagewrap; } } ?> clearfix">
    30 
    31     <!-- Main Col -->
    32     <main id="content-main" class="<?php if(isset($obj -> fe_template_sidebar)){if($obj -> fe_template_sidebar){echo "main-sidebar"; } else {echo "main-content"; } } else {echo "main-content"; } ?> bg-white content-block" role="main">
    33 
    34     <?php $page->printPartials(2); // print the body partials ?>
    35 
    36     </main>
    37     <!-- /Main Col -->
    38 
    39     <!-- Sidebar -->
    
  4. file:
    /var/www/html2/tonyspizzaeventcenter.com/inc/core/Template.php
    line:
    175
    function:
    require
    args:
    Array
    (
        [0] => /var/www/html2/tonyspizzaeventcenter.com/themes/site/pages/page.tpl.php
    )
    
    source:
    170 
    171                 // Commented this out, don't think we're using anymore
    172                 // $searchmode = $forsearch;
    173 
    174                 // include the template file
    175                 require($file);
    176 
    177                 // save the output
    178                 $rawOutput = ob_get_clean();
    179 
    180                 // wrap this template in a div with a class if it is set (partial adv. settings)
    
  5. file:
    /var/www/html2/tonyspizzaeventcenter.com/inc/core/responses/PageTemplate.php
    line:
    80
    function:
    render
    class:
    Template
    type:
    ->
    args:
    Array
    (
    )
    
    source:
    75          */
    76         foreach ($this->templates as $name => $template) {
    77             if (is_object($template)) {
    78                 $theme = self::$theme;
    79                 $template->setTheme($theme);
    80                 $content .= $template->render();
    81             } else {
    82                 //dump($template); die;
    83             }
    84         }
    85 
    
  6. file:
    /var/www/html2/tonyspizzaeventcenter.com/inc/core/controllers/BaseController.php
    line:
    199
    function:
    renderPart
    class:
    Response\PageTemplate
    type:
    ->
    args:
    Array
    (
        [0] => Array
            (
                [page_title] => Homepage
                [header] => 
                [footer] => 
                [bodyclass] => 
                [trackingscripts] => 
            )
    
    )
    
    source:
    194         if(!array_key_exists('metadata',$templates)){
    195             $templates['metadata'] = Metadata::getTemplateByUrl();
    196         }*/
    197 
    198         $response = new \Response\PageTemplate($templates);
    199         $response->renderPart($vars);
    200 
    201         \Util::printQueryLog();
    202 
    203         die();
    204     }
    
  7. file:
    /var/www/html2/tonyspizzaeventcenter.com/inc/core/controllers/Page.php
    line:
    35
    function:
    showPart
    class:
    Controller\BaseController
    type:
    ->
    args:
    Array
    (
        [0] => Array
            (
                [page] => Template Object
                    (
                        [vars:protected] => Array
                            (
                                [page_title] => Homepage
                                [page] => Model\Pages\Page Object
                                    (
                                        [attributes:protected] => Array
                                            (
                                                [id] => 1
                                                [created_at] => 1493823853
                                                [updated_at] => 1641488753
                                                [title] => Homepage
                                                [in_sitemap] => 1
                                                [enabled] => 1
                                                [searchable] => 1
                                                [header] => 
                                                [footer] => 
                                                [bodyclass] => 
                                                [trackingscripts] => 
                                                [displayorder] => 0
                                                [language_parent_id] => 0
                                                [language_id] => 1
                                                [admin_key] => page-home
                                                [locked_url] => 0
                                            )
    
                                        [table:protected] => cms_core_module_pages
                                        [readTable:protected] => 
                                        [writeTable:protected] => 
                                        [imageFolder] => basemodel
                                        [pdfFolder] => basemodel
                                        [translatableAttributes:protected] => Array
                                            (
                                                [0] => title
                                            )
    
                                        [usesFriendlyURLs:protected] => 1
                                        [friendlyURLController] => page
                                        [friendlyURLMethod:protected] => view
                                        [friendlyURLID:protected] => id
                                        [friendlyURLDeriveFrom] => title
                                        [nameIndex:protected] => 
                                        [childRelationships:protected] => Array
                                            (
                                            )
    
                                        [dateFormat] => U
                                        [readOnlyAttributes:protected] => Array
                                            (
                                            )
    
                                        [readOnlyCache:protected] => Array
                                            (
                                            )
    
                                        [displayAttributes:protected] => Array
                                            (
                                            )
    
                                        [columnEnabled:protected] => Array
                                            (
                                                [admin_key] => 1
                                                [title] => 1
                                                [in_sitemap] => 1
                                                [enabled] => 1
                                                [searchable] => 1
                                                [header] => 1
                                                [footer] => 1
                                                [bodyclass] => 1
                                                [trackingscripts] => 1
                                                [locked_url] => 1
                                            )
    
                                        [columnRequired:protected] => Array
                                            (
                                                [admin_key] => 
                                                [title] => 1
                                                [in_sitemap] => 
                                                [enabled] => 
                                                [searchable] => 
                                                [header] => 
                                                [footer] => 
                                                [bodyclass] => 
                                                [trackingscripts] => 
                                                [locked_url] => 
                                            )
    
                                        [columnErrorMessage:protected] => Array
                                            (
                                                [admin_key] => Please enter the admin key.
                                                [title] => Please enter the title.
                                                [in_sitemap] => Please choose whether this page should show in the sitemap or not.
                                                [enabled] => Please choose whether this page is enabled or not.
                                                [searchable] => Please choose whether this page is searchable or not.
                                                [header] => Please enter the header.
                                                [footer] => Please enter the footer.
                                                [bodyclass] => Please enter the body class(es).
                                                [trackingscripts] => Please enter the tracking scripts.
                                                [locked_url] => Please enter if this URL should be locked.
                                            )
    
                                        [columnType:protected] => Array
                                            (
                                                [admin_key] => admin_key
                                                [title] => text
                                                [in_sitemap] => checkbox
                                                [enabled] => checkbox
                                                [searchable] => checkbox
                                                [header] => textarea_raw
                                                [footer] => textarea_raw
                                                [bodyclass] => textarea_raw
                                                [trackingscripts] => textarea_raw
                                                [locked_url] => checkbox
                                            )
    
                                        [columnLength:protected] => Array
                                            (
                                                [admin_key] => 255
                                                [title] => 255
                                                [in_sitemap] => 1
                                                [enabled] => 1
                                                [searchable] => 1
                                                [header] => 2048
                                                [footer] => 2048
                                                [bodyclass] => 2048
                                                [trackingscripts] => 2048
                                                [locked_url] => 2048
                                            )
    
                                        [columnLabel:protected] => Array
                                            (
                                                [admin_key] => Unique Admin Key
                                                [title] => Title
                                                [in_sitemap] => Display in Sitemap
                                                [enabled] => Enabled
                                                [searchable] => Searchable
                                                [header] => Header
                                                [footer] => Footer
                                                [bodyclass] => Body Class(es)
                                                [trackingscripts] => Tracking Scripts
                                                [locked_url] => Locked URL
                                            )
    
                                        [columnValidationMethods:protected] => Array
                                            (
                                                [admin_key] => Array
                                                    (
                                                        [0] => validateUnique
                                                    )
    
                                                [title] => Array
                                                    (
                                                    )
    
                                                [in_sitemap] => Array
                                                    (
                                                    )
    
                                                [enabled] => Array
                                                    (
                                                    )
    
                                                [searchable] => Array
                                                    (
                                                    )
    
                                                [header] => Array
                                                    (
                                                    )
    
                                                [footer] => Array
                                                    (
                                                    )
    
                                                [bodyclass] => Array
                                                    (
                                                    )
    
                                                [trackingscripts] => Array
                                                    (
                                                    )
    
                                                [locked_url] => Array
                                                    (
                                                    )
    
                                            )
    
                                        [schema:protected] => 
                                        [errors:protected] => Array
                                            (
                                            )
    
                                        [connection:protected] => 
                                        [primaryKey:protected] => id
                                        [perPage:protected] => 15
                                        [incrementing] => 1
                                        [timestamps] => 1
                                        [original:protected] => Array
                                            (
                                                [id] => 1
                                                [created_at] => 1493823853
                                                [updated_at] => 1641488753
                                                [title] => Homepage
                                                [in_sitemap] => 1
                                                [enabled] => 1
                                                [searchable] => 1
                                                [header] => 
                                                [footer] => 
                                                [bodyclass] => 
                                                [trackingscripts] => 
                                                [displayorder] => 0
                                                [language_parent_id] => 0
                                                [language_id] => 1
                                                [admin_key] => page-home
                                                [locked_url] => 0
                                            )
    
                                        [relations:protected] => Array
                                            (
                                            )
    
                                        [hidden:protected] => Array
                                            (
                                            )
    
                                        [visible:protected] => Array
                                            (
                                            )
    
                                        [appends:protected] => Array
                                            (
                                            )
    
                                        [fillable:protected] => Array
                                            (
                                                [0] => admin_key
                                                [1] => title
                                                [2] => in_sitemap
                                                [3] => enabled
                                                [4] => searchable
                                                [5] => header
                                                [6] => footer
                                                [7] => bodyclass
                                                [8] => trackingscripts
                                                [9] => locked_url
                                            )
    
                                        [guarded:protected] => Array
                                            (
                                                [0] => *
                                            )
    
                                        [dates:protected] => Array
                                            (
                                            )
    
                                        [casts:protected] => Array
                                            (
                                            )
    
                                        [touches:protected] => Array
                                            (
                                            )
    
                                        [observables:protected] => Array
                                            (
                                            )
    
                                        [with:protected] => Array
                                            (
                                            )
    
                                        [morphClass:protected] => 
                                        [exists] => 1
                                        [wasRecentlyCreated] => 
                                    )
    
                            )
    
                        [file:protected] => pages/page
                        [theme:protected] => site
                        [directory] => /var/www/html2/tonyspizzaeventcenter.com/themes/site
                        [global] => GlobalObject Object
                            (
                                [vars:Object:private] => Array
                                    (
                                        [sitemenu_header] => Model\Sitemenu\Sitemenu Object
                                            (
                                                [attributes:protected] => Array
                                                    (
                                                        [id] => 1
                                                        [created_at] => 1493910651
                                                        [updated_at] => 1493910651
                                                        [language_parent_id] => 0
                                                        [language_id] => 1
                                                        [admin_key] => sitemenu-header
                                                        [name] => Header
                                                        [description] => Main nested sitemenu
                                                    )
    
                                                [table:protected] => cms_core_module_sitemenus
                                                [nameIndex:protected] => name
                                                [translatableAttributes:protected] => Array
                                                    (
                                                        [0] => admin_key
                                                    )
    
                                                [childRelationships:protected] => Array
                                                    (
                                                    )
    
                                                [readTable:protected] => 
                                                [writeTable:protected] => 
                                                [imageFolder] => basemodel
                                                [pdfFolder] => basemodel
                                                [usesFriendlyURLs:protected] => 
                                                [friendlyURLController] => basemodel
                                                [friendlyURLMethod:protected] => basemodel
                                                [friendlyURLID:protected] => id
                                                [friendlyURLDeriveFrom] => title
                                                [dateFormat] => U
                                                [readOnlyAttributes:protected] => Array
                                                    (
                                                    )
    
                                                [readOnlyCache:protected] => Array
                                                    (
                                                    )
    
                                                [displayAttributes:protected] => Array
                                                    (
                                                    )
    
                                                [columnEnabled:protected] => Array
                                                    (
                                                        [admin_key] => 1
                                                        [name] => 1
                                                        [description] => 1
                                                    )
    
                                                [columnRequired:protected] => Array
                                                    (
                                                        [admin_key] => 1
                                                        [name] => 1
                                                        [description] => 1
                                                    )
    
                                                [columnErrorMessage:protected] => Array
                                                    (
                                                        [admin_key] => Please enter the admin key.
                                                        [name] => Please enter the name.
                                                        [description] => Please enter the description.
                                                    )
    
                                                [columnType:protected] => Array
                                                    (
                                                        [admin_key] => text
                                                        [name] => text
                                                        [description] => text
                                                    )
    
                                                [columnLength:protected] => Array
                                                    (
                                                        [admin_key] => 255
                                                        [name] => 255
                                                        [description] => 255
                                                    )
    
                                                [columnLabel:protected] => Array
                                                    (
                                                        [admin_key] => Key (admin only)
                                                        [name] => Name
                                                        [description] => Description
                                                    )
    
                                                [columnValidationMethods:protected] => Array
                                                    (
                                                        [admin_key] => Array
                                                            (
                                                                [0] => validateUnique
                                                            )
    
                                                        [name] => Array
                                                            (
                                                            )
    
                                                        [description] => Array
                                                            (
                                                            )
    
                                                    )
    
                                                [schema:protected] => 
                                                [errors:protected] => Array
                                                    (
                                                    )
    
                                                [connection:protected] => 
                                                [primaryKey:protected] => id
                                                [perPage:protected] => 15
                                                [incrementing] => 1
                                                [timestamps] => 1
                                                [original:protected] => Array
                                                    (
                                                        [id] => 1
                                                        [created_at] => 1493910651
                                                        [updated_at] => 1493910651
                                                        [language_parent_id] => 0
                                                        [language_id] => 1
                                                        [admin_key] => sitemenu-header
                                                        [name] => Header
                                                        [description] => Main nested sitemenu
                                                    )
    
                                                [relations:protected] => Array
                                                    (
                                                    )
    
                                                [hidden:protected] => Array
                                                    (
                                                    )
    
                                                [visible:protected] => Array
                                                    (
                                                    )
    
                                                [appends:protected] => Array
                                                    (
                                                    )
    
                                                [fillable:protected] => Array
                                                    (
                                                        [0] => admin_key
                                                        [1] => name
                                                        [2] => description
                                                    )
    
                                                [guarded:protected] => Array
                                                    (
                                                        [0] => *
                                                    )
    
                                                [dates:protected] => Array
                                                    (
                                                    )
    
                                                [casts:protected] => Array
                                                    (
                                                    )
    
                                                [touches:protected] => Array
                                                    (
                                                    )
    
                                                [observables:protected] => Array
                                                    (
                                                    )
    
                                                [with:protected] => Array
                                                    (
                                                    )
    
                                                [morphClass:protected] => 
                                                [exists] => 1
                                                [wasRecentlyCreated] => 
                                            )
    
                                        [sitemenu_footer] => Model\Sitemenu\Sitemenu Object
                                            (
                                                [attributes:protected] => Array
                                                    (
                                                        [id] => 2
                                                        [created_at] => 1493910662
                                                        [updated_at] => 1493910662
                                                        [language_parent_id] => 0
                                                        [language_id] => 1
                                                        [admin_key] => sitemenu-footer
                                                        [name] => Footer
                                                        [description] => Footer sitemenu
                                                    )
    
                                                [table:protected] => cms_core_module_sitemenus
                                                [nameIndex:protected] => name
                                                [translatableAttributes:protected] => Array
                                                    (
                                                        [0] => admin_key
                                                    )
    
                                                [childRelationships:protected] => Array
                                                    (
                                                    )
    
                                                [readTable:protected] => 
                                                [writeTable:protected] => 
                                                [imageFolder] => basemodel
                                                [pdfFolder] => basemodel
                                                [usesFriendlyURLs:protected] => 
                                                [friendlyURLController] => basemodel
                                                [friendlyURLMethod:protected] => basemodel
                                                [friendlyURLID:protected] => id
                                                [friendlyURLDeriveFrom] => title
                                                [dateFormat] => U
                                                [readOnlyAttributes:protected] => Array
                                                    (
                                                    )
    
                                                [readOnlyCache:protected] => Array
                                                    (
                                                    )
    
                                                [displayAttributes:protected] => Array
                                                    (
                                                    )
    
                                                [columnEnabled:protected] => Array
                                                    (
                                                        [admin_key] => 1
                                                        [name] => 1
                                                        [description] => 1
                                                    )
    
                                                [columnRequired:protected] => Array
                                                    (
                                                        [admin_key] => 1
                                                        [name] => 1
                                                        [description] => 1
                                                    )
    
                                                [columnErrorMessage:protected] => Array
                                                    (
                                                        [admin_key] => Please enter the admin key.
                                                        [name] => Please enter the name.
                                                        [description] => Please enter the description.
                                                    )
    
                                                [columnType:protected] => Array
                                                    (
                                                        [admin_key] => text
                                                        [name] => text
                                                        [description] => text
                                                    )
    
                                                [columnLength:protected] => Array
                                                    (
                                                        [admin_key] => 255
                                                        [name] => 255
                                                        [description] => 255
                                                    )
    
                                                [columnLabel:protected] => Array
                                                    (
                                                        [admin_key] => Key (admin only)
                                                        [name] => Name
                                                        [description] => Description
                                                    )
    
                                                [columnValidationMethods:protected] => Array
                                                    (
                                                        [admin_key] => Array
                                                            (
                                                                [0] => validateUnique
                                                            )
    
                                                        [name] => Array
                                                            (
                                                            )
    
                                                        [description] => Array
                                                            (
                                                            )
    
                                                    )
    
                                                [schema:protected] => 
                                                [errors:protected] => Array
                                                    (
                                                    )
    
                                                [connection:protected] => 
                                                [primaryKey:protected] => id
                                                [perPage:protected] => 15
                                                [incrementing] => 1
                                                [timestamps] => 1
                                                [original:protected] => Array
                                                    (
                                                        [id] => 2
                                                        [created_at] => 1493910662
                                                        [updated_at] => 1493910662
                                                        [language_parent_id] => 0
                                                        [language_id] => 1
                                                        [admin_key] => sitemenu-footer
                                                        [name] => Footer
                                                        [description] => Footer sitemenu
                                                    )
    
                                                [relations:protected] => Array
                                                    (
                                                    )
    
                                                [hidden:protected] => Array
                                                    (
                                                    )
    
                                                [visible:protected] => Array
                                                    (
                                                    )
    
                                                [appends:protected] => Array
                                                    (
                                                    )
    
                                                [fillable:protected] => Array
                                                    (
                                                        [0] => admin_key
                                                        [1] => name
                                                        [2] => description
                                                    )
    
                                                [guarded:protected] => Array
                                                    (
                                                        [0] => *
                                                    )
    
                                                [dates:protected] => Array
                                                    (
                                                    )
    
                                                [casts:protected] => Array
                                                    (
                                                    )
    
                                                [touches:protected] => Array
                                                    (
                                                    )
    
                                                [observables:protected] => Array
                                                    (
                                                    )
    
                                                [with:protected] => Array
                                                    (
                                                    )
    
                                                [morphClass:protected] => 
                                                [exists] => 1
                                                [wasRecentlyCreated] => 
                                            )
    
                                        [sitemenu_eyebrow] => Model\Sitemenu\Sitemenu Object
                                            (
                                                [attributes:protected] => Array
                                                    (
                                                        [id] => 3
                                                        [created_at] => 1493910677
                                                        [updated_at] => 1493910677
                                                        [language_parent_id] => 0
                                                        [language_id] => 1
                                                        [admin_key] => sitemenu-eyebrow
                                                        [name] => Eyebrow
                                                        [description] => Header secondary
                                                    )
    
                                                [table:protected] => cms_core_module_sitemenus
                                                [nameIndex:protected] => name
                                                [translatableAttributes:protected] => Array
                                                    (
                                                        [0] => admin_key
                                                    )
    
                                                [childRelationships:protected] => Array
                                                    (
                                                    )
    
                                                [readTable:protected] => 
                                                [writeTable:protected] => 
                                                [imageFolder] => basemodel
                                                [pdfFolder] => basemodel
                                                [usesFriendlyURLs:protected] => 
                                                [friendlyURLController] => basemodel
                                                [friendlyURLMethod:protected] => basemodel
                                                [friendlyURLID:protected] => id
                                                [friendlyURLDeriveFrom] => title
                                                [dateFormat] => U
                                                [readOnlyAttributes:protected] => Array
                                                    (
                                                    )
    
                                                [readOnlyCache:protected] => Array
                                                    (
                                                    )
    
                                                [displayAttributes:protected] => Array
                                                    (
                                                    )
    
                                                [columnEnabled:protected] => Array
                                                    (
                                                        [admin_key] => 1
                                                        [name] => 1
                                                        [description] => 1
                                                    )
    
                                                [columnRequired:protected] => Array
                                                    (
                                                        [admin_key] => 1
                                                        [name] => 1
                                                        [description] => 1
                                                    )
    
                                                [columnErrorMessage:protected] => Array
                                                    (
                                                        [admin_key] => Please enter the admin key.
                                                        [name] => Please enter the name.
                                                        [description] => Please enter the description.
                                                    )
    
                                                [columnType:protected] => Array
                                                    (
                                                        [admin_key] => text
                                                        [name] => text
                                                        [description] => text
                                                    )
    
                                                [columnLength:protected] => Array
                                                    (
                                                        [admin_key] => 255
                                                        [name] => 255
                                                        [description] => 255
                                                    )
    
                                                [columnLabel:protected] => Array
                                                    (
                                                        [admin_key] => Key (admin only)
                                                        [name] => Name
                                                        [description] => Description
                                                    )
    
                                                [columnValidationMethods:protected] => Array
                                                    (
                                                        [admin_key] => Array
                                                            (
                                                                [0] => validateUnique
                                                            )
    
                                                        [name] => Array
                                                            (
                                                            )
    
                                                        [description] => Array
                                                            (
                                                            )
    
                                                    )
    
                                                [schema:protected] => 
                                                [errors:protected] => Array
                                                    (
                                                    )
    
                                                [connection:protected] => 
                                                [primaryKey:protected] => id
                                                [perPage:protected] => 15
                                                [incrementing] => 1
                                                [timestamps] => 1
                                                [original:protected] => Array
                                                    (
                                                        [id] => 3
                                                        [created_at] => 1493910677
                                                        [updated_at] => 1493910677
                                                        [language_parent_id] => 0
                                                        [language_id] => 1
                                                        [admin_key] => sitemenu-eyebrow
                                                        [name] => Eyebrow
                                                        [description] => Header secondary
                                                    )
    
                                                [relations:protected] => Array
                                                    (
                                                    )
    
                                                [hidden:protected] => Array
                                                    (
                                                    )
    
                                                [visible:protected] => Array
                                                    (
                                                    )
    
                                                [appends:protected] => Array
                                                    (
                                                    )
    
                                                [fillable:protected] => Array
                                                    (
                                                        [0] => admin_key
                                                        [1] => name
                                                        [2] => description
                                                    )
    
                                                [guarded:protected] => Array
                                                    (
                                                        [0] => *
                                                    )
    
                                                [dates:protected] => Array
                                                    (
                                                    )
    
                                                [casts:protected] => Array
                                                    (
                                                    )
    
                                                [touches:protected] => Array
                                                    (
                                                    )
    
                                                [observables:protected] => Array
                                                    (
                                                    )
    
                                                [with:protected] => Array
                                                    (
                                                    )
    
                                                [morphClass:protected] => 
                                                [exists] => 1
                                                [wasRecentlyCreated] => 
                                            )
    
                                        [sponsors] => Illuminate\Database\Eloquent\Collection Object
                                            (
                                                [items:protected] => Array
                                                    (
                                                        [0] => Model\Sponsor Object
                                                            (
                                                                [table:protected] => cms_site_module_sponsors
                                                                [attributes:protected] => Array
                                                                    (
                                                                        [id] => 9
                                                                        [created_at] => 1494533620
                                                                        [updated_at] => 1674513553
                                                                        [name] => First Bank of Kansas
                                                                        [image] => Y6JIx.jpeg
                                                                        [imagealt] => First Bank of Kansas
                                                                        [link] => https://www.firstbankkansas.com/
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [translatableAttributes:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                    )
    
                                                                [imageFields] => Array
                                                                    (
                                                                        [0] => image
                                                                    )
    
                                                                [imageFolder] => sponsors
                                                                [nameIndex:protected] => 
                                                                [readTable:protected] => 
                                                                [writeTable:protected] => 
                                                                [pdfFolder] => basemodel
                                                                [childRelationships:protected] => Array
                                                                    (
                                                                    )
    
                                                                [usesFriendlyURLs:protected] => 
                                                                [friendlyURLController] => basemodel
                                                                [friendlyURLMethod:protected] => basemodel
                                                                [friendlyURLID:protected] => id
                                                                [friendlyURLDeriveFrom] => title
                                                                [dateFormat] => U
                                                                [readOnlyAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [readOnlyCache:protected] => Array
                                                                    (
                                                                    )
    
                                                                [displayAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [columnEnabled:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 1
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [columnRequired:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 
                                                                        [location_id] => 1
                                                                        [displayorder] => 
                                                                    )
    
                                                                [columnErrorMessage:protected] => Array
                                                                    (
                                                                        [name] => Please enter the name.
                                                                        [image] => Please upload an image.
                                                                        [imagealt] => Please enter the image alt tag.
                                                                        [link] => Please enter the link.
                                                                        [location_id] => Please choose a location.
                                                                        [displayorder] => Please choose a display order.
                                                                    )
    
                                                                [columnType:protected] => Array
                                                                    (
                                                                        [name] => text
                                                                        [image] => image
                                                                        [imagealt] => text
                                                                        [link] => text
                                                                        [location_id] => select
                                                                        [displayorder] => hidden
                                                                    )
    
                                                                [columnLength:protected] => Array
                                                                    (
                                                                        [name] => 255
                                                                        [image] => 10
                                                                        [imagealt] => 255
                                                                        [link] => 2048
                                                                        [location_id] => 11
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [columnLabel:protected] => Array
                                                                    (
                                                                        [name] => Name
                                                                        [image] => Image
                                                                        [imagealt] => Image Alt Tag
                                                                        [link] => Link
                                                                        [location_id] => Location
                                                                        [displayorder] => Display Order
                                                                    )
    
                                                                [columnValidationMethods:protected] => Array
                                                                    (
                                                                        [name] => Array
                                                                            (
                                                                            )
    
                                                                        [image] => Array
                                                                            (
                                                                            )
    
                                                                        [imagealt] => Array
                                                                            (
                                                                            )
    
                                                                        [link] => Array
                                                                            (
                                                                            )
    
                                                                        [location_id] => Array
                                                                            (
                                                                            )
    
                                                                        [displayorder] => Array
                                                                            (
                                                                            )
    
                                                                    )
    
                                                                [schema:protected] => 
                                                                [errors:protected] => Array
                                                                    (
                                                                    )
    
                                                                [connection:protected] => 
                                                                [primaryKey:protected] => id
                                                                [perPage:protected] => 15
                                                                [incrementing] => 1
                                                                [timestamps] => 1
                                                                [original:protected] => Array
                                                                    (
                                                                        [id] => 9
                                                                        [created_at] => 1494533620
                                                                        [updated_at] => 1674513553
                                                                        [name] => First Bank of Kansas
                                                                        [image] => Y6JIx.jpeg
                                                                        [imagealt] => First Bank of Kansas
                                                                        [link] => https://www.firstbankkansas.com/
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [relations:protected] => Array
                                                                    (
                                                                    )
    
                                                                [hidden:protected] => Array
                                                                    (
                                                                    )
    
                                                                [visible:protected] => Array
                                                                    (
                                                                    )
    
                                                                [appends:protected] => Array
                                                                    (
                                                                    )
    
                                                                [fillable:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                        [4] => location_id
                                                                        [5] => displayorder
                                                                    )
    
                                                                [guarded:protected] => Array
                                                                    (
                                                                        [0] => *
                                                                    )
    
                                                                [dates:protected] => Array
                                                                    (
                                                                    )
    
                                                                [casts:protected] => Array
                                                                    (
                                                                    )
    
                                                                [touches:protected] => Array
                                                                    (
                                                                    )
    
                                                                [observables:protected] => Array
                                                                    (
                                                                    )
    
                                                                [with:protected] => Array
                                                                    (
                                                                    )
    
                                                                [morphClass:protected] => 
                                                                [exists] => 1
                                                                [wasRecentlyCreated] => 
                                                            )
    
                                                        [1] => Model\Sponsor Object
                                                            (
                                                                [table:protected] => cms_site_module_sponsors
                                                                [attributes:protected] => Array
                                                                    (
                                                                        [id] => 10
                                                                        [created_at] => 1494533921
                                                                        [updated_at] => 1674513553
                                                                        [name] => Pepsi
                                                                        [image] => fYPIm.jpeg
                                                                        [imagealt] => Pepsi
                                                                        [link] => http://www.pepsi.com/en-us/
                                                                        [location_id] => 1
                                                                        [displayorder] => 2
                                                                    )
    
                                                                [translatableAttributes:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                    )
    
                                                                [imageFields] => Array
                                                                    (
                                                                        [0] => image
                                                                    )
    
                                                                [imageFolder] => sponsors
                                                                [nameIndex:protected] => 
                                                                [readTable:protected] => 
                                                                [writeTable:protected] => 
                                                                [pdfFolder] => basemodel
                                                                [childRelationships:protected] => Array
                                                                    (
                                                                    )
    
                                                                [usesFriendlyURLs:protected] => 
                                                                [friendlyURLController] => basemodel
                                                                [friendlyURLMethod:protected] => basemodel
                                                                [friendlyURLID:protected] => id
                                                                [friendlyURLDeriveFrom] => title
                                                                [dateFormat] => U
                                                                [readOnlyAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [readOnlyCache:protected] => Array
                                                                    (
                                                                    )
    
                                                                [displayAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [columnEnabled:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 1
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [columnRequired:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 
                                                                        [location_id] => 1
                                                                        [displayorder] => 
                                                                    )
    
                                                                [columnErrorMessage:protected] => Array
                                                                    (
                                                                        [name] => Please enter the name.
                                                                        [image] => Please upload an image.
                                                                        [imagealt] => Please enter the image alt tag.
                                                                        [link] => Please enter the link.
                                                                        [location_id] => Please choose a location.
                                                                        [displayorder] => Please choose a display order.
                                                                    )
    
                                                                [columnType:protected] => Array
                                                                    (
                                                                        [name] => text
                                                                        [image] => image
                                                                        [imagealt] => text
                                                                        [link] => text
                                                                        [location_id] => select
                                                                        [displayorder] => hidden
                                                                    )
    
                                                                [columnLength:protected] => Array
                                                                    (
                                                                        [name] => 255
                                                                        [image] => 10
                                                                        [imagealt] => 255
                                                                        [link] => 2048
                                                                        [location_id] => 11
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [columnLabel:protected] => Array
                                                                    (
                                                                        [name] => Name
                                                                        [image] => Image
                                                                        [imagealt] => Image Alt Tag
                                                                        [link] => Link
                                                                        [location_id] => Location
                                                                        [displayorder] => Display Order
                                                                    )
    
                                                                [columnValidationMethods:protected] => Array
                                                                    (
                                                                        [name] => Array
                                                                            (
                                                                            )
    
                                                                        [image] => Array
                                                                            (
                                                                            )
    
                                                                        [imagealt] => Array
                                                                            (
                                                                            )
    
                                                                        [link] => Array
                                                                            (
                                                                            )
    
                                                                        [location_id] => Array
                                                                            (
                                                                            )
    
                                                                        [displayorder] => Array
                                                                            (
                                                                            )
    
                                                                    )
    
                                                                [schema:protected] => 
                                                                [errors:protected] => Array
                                                                    (
                                                                    )
    
                                                                [connection:protected] => 
                                                                [primaryKey:protected] => id
                                                                [perPage:protected] => 15
                                                                [incrementing] => 1
                                                                [timestamps] => 1
                                                                [original:protected] => Array
                                                                    (
                                                                        [id] => 10
                                                                        [created_at] => 1494533921
                                                                        [updated_at] => 1674513553
                                                                        [name] => Pepsi
                                                                        [image] => fYPIm.jpeg
                                                                        [imagealt] => Pepsi
                                                                        [link] => http://www.pepsi.com/en-us/
                                                                        [location_id] => 1
                                                                        [displayorder] => 2
                                                                    )
    
                                                                [relations:protected] => Array
                                                                    (
                                                                    )
    
                                                                [hidden:protected] => Array
                                                                    (
                                                                    )
    
                                                                [visible:protected] => Array
                                                                    (
                                                                    )
    
                                                                [appends:protected] => Array
                                                                    (
                                                                    )
    
                                                                [fillable:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                        [4] => location_id
                                                                        [5] => displayorder
                                                                    )
    
                                                                [guarded:protected] => Array
                                                                    (
                                                                        [0] => *
                                                                    )
    
                                                                [dates:protected] => Array
                                                                    (
                                                                    )
    
                                                                [casts:protected] => Array
                                                                    (
                                                                    )
    
                                                                [touches:protected] => Array
                                                                    (
                                                                    )
    
                                                                [observables:protected] => Array
                                                                    (
                                                                    )
    
                                                                [with:protected] => Array
                                                                    (
                                                                    )
    
                                                                [morphClass:protected] => 
                                                                [exists] => 1
                                                                [wasRecentlyCreated] => 
                                                            )
    
                                                        [2] => Model\Sponsor Object
                                                            (
                                                                [table:protected] => cms_site_module_sponsors
                                                                [attributes:protected] => Array
                                                                    (
                                                                        [id] => 13
                                                                        [created_at] => 1494533983
                                                                        [updated_at] => 1702327948
                                                                        [name] => Salina Regional Health Center
                                                                        [image] => YZZDr.jpeg
                                                                        [imagealt] => Salina Regional Health Center
                                                                        [link] => http://www.srhc.com/
                                                                        [location_id] => 1
                                                                        [displayorder] => 3
                                                                    )
    
                                                                [translatableAttributes:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                    )
    
                                                                [imageFields] => Array
                                                                    (
                                                                        [0] => image
                                                                    )
    
                                                                [imageFolder] => sponsors
                                                                [nameIndex:protected] => 
                                                                [readTable:protected] => 
                                                                [writeTable:protected] => 
                                                                [pdfFolder] => basemodel
                                                                [childRelationships:protected] => Array
                                                                    (
                                                                    )
    
                                                                [usesFriendlyURLs:protected] => 
                                                                [friendlyURLController] => basemodel
                                                                [friendlyURLMethod:protected] => basemodel
                                                                [friendlyURLID:protected] => id
                                                                [friendlyURLDeriveFrom] => title
                                                                [dateFormat] => U
                                                                [readOnlyAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [readOnlyCache:protected] => Array
                                                                    (
                                                                    )
    
                                                                [displayAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [columnEnabled:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 1
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [columnRequired:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 
                                                                        [location_id] => 1
                                                                        [displayorder] => 
                                                                    )
    
                                                                [columnErrorMessage:protected] => Array
                                                                    (
                                                                        [name] => Please enter the name.
                                                                        [image] => Please upload an image.
                                                                        [imagealt] => Please enter the image alt tag.
                                                                        [link] => Please enter the link.
                                                                        [location_id] => Please choose a location.
                                                                        [displayorder] => Please choose a display order.
                                                                    )
    
                                                                [columnType:protected] => Array
                                                                    (
                                                                        [name] => text
                                                                        [image] => image
                                                                        [imagealt] => text
                                                                        [link] => text
                                                                        [location_id] => select
                                                                        [displayorder] => hidden
                                                                    )
    
                                                                [columnLength:protected] => Array
                                                                    (
                                                                        [name] => 255
                                                                        [image] => 10
                                                                        [imagealt] => 255
                                                                        [link] => 2048
                                                                        [location_id] => 11
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [columnLabel:protected] => Array
                                                                    (
                                                                        [name] => Name
                                                                        [image] => Image
                                                                        [imagealt] => Image Alt Tag
                                                                        [link] => Link
                                                                        [location_id] => Location
                                                                        [displayorder] => Display Order
                                                                    )
    
                                                                [columnValidationMethods:protected] => Array
                                                                    (
                                                                        [name] => Array
                                                                            (
                                                                            )
    
                                                                        [image] => Array
                                                                            (
                                                                            )
    
                                                                        [imagealt] => Array
                                                                            (
                                                                            )
    
                                                                        [link] => Array
                                                                            (
                                                                            )
    
                                                                        [location_id] => Array
                                                                            (
                                                                            )
    
                                                                        [displayorder] => Array
                                                                            (
                                                                            )
    
                                                                    )
    
                                                                [schema:protected] => 
                                                                [errors:protected] => Array
                                                                    (
                                                                    )
    
                                                                [connection:protected] => 
                                                                [primaryKey:protected] => id
                                                                [perPage:protected] => 15
                                                                [incrementing] => 1
                                                                [timestamps] => 1
                                                                [original:protected] => Array
                                                                    (
                                                                        [id] => 13
                                                                        [created_at] => 1494533983
                                                                        [updated_at] => 1702327948
                                                                        [name] => Salina Regional Health Center
                                                                        [image] => YZZDr.jpeg
                                                                        [imagealt] => Salina Regional Health Center
                                                                        [link] => http://www.srhc.com/
                                                                        [location_id] => 1
                                                                        [displayorder] => 3
                                                                    )
    
                                                                [relations:protected] => Array
                                                                    (
                                                                    )
    
                                                                [hidden:protected] => Array
                                                                    (
                                                                    )
    
                                                                [visible:protected] => Array
                                                                    (
                                                                    )
    
                                                                [appends:protected] => Array
                                                                    (
                                                                    )
    
                                                                [fillable:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                        [4] => location_id
                                                                        [5] => displayorder
                                                                    )
    
                                                                [guarded:protected] => Array
                                                                    (
                                                                        [0] => *
                                                                    )
    
                                                                [dates:protected] => Array
                                                                    (
                                                                    )
    
                                                                [casts:protected] => Array
                                                                    (
                                                                    )
    
                                                                [touches:protected] => Array
                                                                    (
                                                                    )
    
                                                                [observables:protected] => Array
                                                                    (
                                                                    )
    
                                                                [with:protected] => Array
                                                                    (
                                                                    )
    
                                                                [morphClass:protected] => 
                                                                [exists] => 1
                                                                [wasRecentlyCreated] => 
                                                            )
    
                                                        [3] => Model\Sponsor Object
                                                            (
                                                                [table:protected] => cms_site_module_sponsors
                                                                [attributes:protected] => Array
                                                                    (
                                                                        [id] => 26
                                                                        [created_at] => 1545258508
                                                                        [updated_at] => 1694208365
                                                                        [name] => Nex-Tech Wireless
                                                                        [image] => ImrhU.jpeg
                                                                        [imagealt] => Nex-Tech Wireless
                                                                        [link] => https://www.nex-techwireless.com/
                                                                        [location_id] => 1
                                                                        [displayorder] => 4
                                                                    )
    
                                                                [translatableAttributes:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                    )
    
                                                                [imageFields] => Array
                                                                    (
                                                                        [0] => image
                                                                    )
    
                                                                [imageFolder] => sponsors
                                                                [nameIndex:protected] => 
                                                                [readTable:protected] => 
                                                                [writeTable:protected] => 
                                                                [pdfFolder] => basemodel
                                                                [childRelationships:protected] => Array
                                                                    (
                                                                    )
    
                                                                [usesFriendlyURLs:protected] => 
                                                                [friendlyURLController] => basemodel
                                                                [friendlyURLMethod:protected] => basemodel
                                                                [friendlyURLID:protected] => id
                                                                [friendlyURLDeriveFrom] => title
                                                                [dateFormat] => U
                                                                [readOnlyAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [readOnlyCache:protected] => Array
                                                                    (
                                                                    )
    
                                                                [displayAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [columnEnabled:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 1
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [columnRequired:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 
                                                                        [location_id] => 1
                                                                        [displayorder] => 
                                                                    )
    
                                                                [columnErrorMessage:protected] => Array
                                                                    (
                                                                        [name] => Please enter the name.
                                                                        [image] => Please upload an image.
                                                                        [imagealt] => Please enter the image alt tag.
                                                                        [link] => Please enter the link.
                                                                        [location_id] => Please choose a location.
                                                                        [displayorder] => Please choose a display order.
                                                                    )
    
                                                                [columnType:protected] => Array
                                                                    (
                                                                        [name] => text
                                                                        [image] => image
                                                                        [imagealt] => text
                                                                        [link] => text
                                                                        [location_id] => select
                                                                        [displayorder] => hidden
                                                                    )
    
                                                                [columnLength:protected] => Array
                                                                    (
                                                                        [name] => 255
                                                                        [image] => 10
                                                                        [imagealt] => 255
                                                                        [link] => 2048
                                                                        [location_id] => 11
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [columnLabel:protected] => Array
                                                                    (
                                                                        [name] => Name
                                                                        [image] => Image
                                                                        [imagealt] => Image Alt Tag
                                                                        [link] => Link
                                                                        [location_id] => Location
                                                                        [displayorder] => Display Order
                                                                    )
    
                                                                [columnValidationMethods:protected] => Array
                                                                    (
                                                                        [name] => Array
                                                                            (
                                                                            )
    
                                                                        [image] => Array
                                                                            (
                                                                            )
    
                                                                        [imagealt] => Array
                                                                            (
                                                                            )
    
                                                                        [link] => Array
                                                                            (
                                                                            )
    
                                                                        [location_id] => Array
                                                                            (
                                                                            )
    
                                                                        [displayorder] => Array
                                                                            (
                                                                            )
    
                                                                    )
    
                                                                [schema:protected] => 
                                                                [errors:protected] => Array
                                                                    (
                                                                    )
    
                                                                [connection:protected] => 
                                                                [primaryKey:protected] => id
                                                                [perPage:protected] => 15
                                                                [incrementing] => 1
                                                                [timestamps] => 1
                                                                [original:protected] => Array
                                                                    (
                                                                        [id] => 26
                                                                        [created_at] => 1545258508
                                                                        [updated_at] => 1694208365
                                                                        [name] => Nex-Tech Wireless
                                                                        [image] => ImrhU.jpeg
                                                                        [imagealt] => Nex-Tech Wireless
                                                                        [link] => https://www.nex-techwireless.com/
                                                                        [location_id] => 1
                                                                        [displayorder] => 4
                                                                    )
    
                                                                [relations:protected] => Array
                                                                    (
                                                                    )
    
                                                                [hidden:protected] => Array
                                                                    (
                                                                    )
    
                                                                [visible:protected] => Array
                                                                    (
                                                                    )
    
                                                                [appends:protected] => Array
                                                                    (
                                                                    )
    
                                                                [fillable:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                        [4] => location_id
                                                                        [5] => displayorder
                                                                    )
    
                                                                [guarded:protected] => Array
                                                                    (
                                                                        [0] => *
                                                                    )
    
                                                                [dates:protected] => Array
                                                                    (
                                                                    )
    
                                                                [casts:protected] => Array
                                                                    (
                                                                    )
    
                                                                [touches:protected] => Array
                                                                    (
                                                                    )
    
                                                                [observables:protected] => Array
                                                                    (
                                                                    )
    
                                                                [with:protected] => Array
                                                                    (
                                                                    )
    
                                                                [morphClass:protected] => 
                                                                [exists] => 1
                                                                [wasRecentlyCreated] => 
                                                            )
    
                                                        [4] => Model\Sponsor Object
                                                            (
                                                                [table:protected] => cms_site_module_sponsors
                                                                [attributes:protected] => Array
                                                                    (
                                                                        [id] => 42
                                                                        [created_at] => 1701373988
                                                                        [updated_at] => 1701373996
                                                                        [name] => Salina District Eat & Play
                                                                        [image] => PvB2m.jpeg
                                                                        [imagealt] => Salina District Eat & Play
                                                                        [link] => https://districtsalina.com/
                                                                        [location_id] => 1
                                                                        [displayorder] => 5
                                                                    )
    
                                                                [translatableAttributes:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                    )
    
                                                                [imageFields] => Array
                                                                    (
                                                                        [0] => image
                                                                    )
    
                                                                [imageFolder] => sponsors
                                                                [nameIndex:protected] => 
                                                                [readTable:protected] => 
                                                                [writeTable:protected] => 
                                                                [pdfFolder] => basemodel
                                                                [childRelationships:protected] => Array
                                                                    (
                                                                    )
    
                                                                [usesFriendlyURLs:protected] => 
                                                                [friendlyURLController] => basemodel
                                                                [friendlyURLMethod:protected] => basemodel
                                                                [friendlyURLID:protected] => id
                                                                [friendlyURLDeriveFrom] => title
                                                                [dateFormat] => U
                                                                [readOnlyAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [readOnlyCache:protected] => Array
                                                                    (
                                                                    )
    
                                                                [displayAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [columnEnabled:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 1
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [columnRequired:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 
                                                                        [location_id] => 1
                                                                        [displayorder] => 
                                                                    )
    
                                                                [columnErrorMessage:protected] => Array
                                                                    (
                                                                        [name] => Please enter the name.
                                                                        [image] => Please upload an image.
                                                                        [imagealt] => Please enter the image alt tag.
                                                                        [link] => Please enter the link.
                                                                        [location_id] => Please choose a location.
                                                                        [displayorder] => Please choose a display order.
                                                                    )
    
                                                                [columnType:protected] => Array
                                                                    (
                                                                        [name] => text
                                                                        [image] => image
                                                                        [imagealt] => text
                                                                        [link] => text
                                                                        [location_id] => select
                                                                        [displayorder] => hidden
                                                                    )
    
                                                                [columnLength:protected] => Array
                                                                    (
                                                                        [name] => 255
                                                                        [image] => 10
                                                                        [imagealt] => 255
                                                                        [link] => 2048
                                                                        [location_id] => 11
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [columnLabel:protected] => Array
                                                                    (
                                                                        [name] => Name
                                                                        [image] => Image
                                                                        [imagealt] => Image Alt Tag
                                                                        [link] => Link
                                                                        [location_id] => Location
                                                                        [displayorder] => Display Order
                                                                    )
    
                                                                [columnValidationMethods:protected] => Array
                                                                    (
                                                                        [name] => Array
                                                                            (
                                                                            )
    
                                                                        [image] => Array
                                                                            (
                                                                            )
    
                                                                        [imagealt] => Array
                                                                            (
                                                                            )
    
                                                                        [link] => Array
                                                                            (
                                                                            )
    
                                                                        [location_id] => Array
                                                                            (
                                                                            )
    
                                                                        [displayorder] => Array
                                                                            (
                                                                            )
    
                                                                    )
    
                                                                [schema:protected] => 
                                                                [errors:protected] => Array
                                                                    (
                                                                    )
    
                                                                [connection:protected] => 
                                                                [primaryKey:protected] => id
                                                                [perPage:protected] => 15
                                                                [incrementing] => 1
                                                                [timestamps] => 1
                                                                [original:protected] => Array
                                                                    (
                                                                        [id] => 42
                                                                        [created_at] => 1701373988
                                                                        [updated_at] => 1701373996
                                                                        [name] => Salina District Eat & Play
                                                                        [image] => PvB2m.jpeg
                                                                        [imagealt] => Salina District Eat & Play
                                                                        [link] => https://districtsalina.com/
                                                                        [location_id] => 1
                                                                        [displayorder] => 5
                                                                    )
    
                                                                [relations:protected] => Array
                                                                    (
                                                                    )
    
                                                                [hidden:protected] => Array
                                                                    (
                                                                    )
    
                                                                [visible:protected] => Array
                                                                    (
                                                                    )
    
                                                                [appends:protected] => Array
                                                                    (
                                                                    )
    
                                                                [fillable:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                        [4] => location_id
                                                                        [5] => displayorder
                                                                    )
    
                                                                [guarded:protected] => Array
                                                                    (
                                                                        [0] => *
                                                                    )
    
                                                                [dates:protected] => Array
                                                                    (
                                                                    )
    
                                                                [casts:protected] => Array
                                                                    (
                                                                    )
    
                                                                [touches:protected] => Array
                                                                    (
                                                                    )
    
                                                                [observables:protected] => Array
                                                                    (
                                                                    )
    
                                                                [with:protected] => Array
                                                                    (
                                                                    )
    
                                                                [morphClass:protected] => 
                                                                [exists] => 1
                                                                [wasRecentlyCreated] => 
                                                            )
    
                                                        [5] => Model\Sponsor Object
                                                            (
                                                                [table:protected] => cms_site_module_sponsors
                                                                [attributes:protected] => Array
                                                                    (
                                                                        [id] => 28
                                                                        [created_at] => 1559942100
                                                                        [updated_at] => 1701373996
                                                                        [name] => Salina Drive Thru Recycling Center
                                                                        [image] => g8kxE.jpeg
                                                                        [imagealt] => Salina Drive Thru Recycling Center
                                                                        [link] => http://www.salina-ks.gov/SDRC
                                                                        [location_id] => 1
                                                                        [displayorder] => 6
                                                                    )
    
                                                                [translatableAttributes:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                    )
    
                                                                [imageFields] => Array
                                                                    (
                                                                        [0] => image
                                                                    )
    
                                                                [imageFolder] => sponsors
                                                                [nameIndex:protected] => 
                                                                [readTable:protected] => 
                                                                [writeTable:protected] => 
                                                                [pdfFolder] => basemodel
                                                                [childRelationships:protected] => Array
                                                                    (
                                                                    )
    
                                                                [usesFriendlyURLs:protected] => 
                                                                [friendlyURLController] => basemodel
                                                                [friendlyURLMethod:protected] => basemodel
                                                                [friendlyURLID:protected] => id
                                                                [friendlyURLDeriveFrom] => title
                                                                [dateFormat] => U
                                                                [readOnlyAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [readOnlyCache:protected] => Array
                                                                    (
                                                                    )
    
                                                                [displayAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [columnEnabled:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 1
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [columnRequired:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 
                                                                        [location_id] => 1
                                                                        [displayorder] => 
                                                                    )
    
                                                                [columnErrorMessage:protected] => Array
                                                                    (
                                                                        [name] => Please enter the name.
                                                                        [image] => Please upload an image.
                                                                        [imagealt] => Please enter the image alt tag.
                                                                        [link] => Please enter the link.
                                                                        [location_id] => Please choose a location.
                                                                        [displayorder] => Please choose a display order.
                                                                    )
    
                                                                [columnType:protected] => Array
                                                                    (
                                                                        [name] => text
                                                                        [image] => image
                                                                        [imagealt] => text
                                                                        [link] => text
                                                                        [location_id] => select
                                                                        [displayorder] => hidden
                                                                    )
    
                                                                [columnLength:protected] => Array
                                                                    (
                                                                        [name] => 255
                                                                        [image] => 10
                                                                        [imagealt] => 255
                                                                        [link] => 2048
                                                                        [location_id] => 11
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [columnLabel:protected] => Array
                                                                    (
                                                                        [name] => Name
                                                                        [image] => Image
                                                                        [imagealt] => Image Alt Tag
                                                                        [link] => Link
                                                                        [location_id] => Location
                                                                        [displayorder] => Display Order
                                                                    )
    
                                                                [columnValidationMethods:protected] => Array
                                                                    (
                                                                        [name] => Array
                                                                            (
                                                                            )
    
                                                                        [image] => Array
                                                                            (
                                                                            )
    
                                                                        [imagealt] => Array
                                                                            (
                                                                            )
    
                                                                        [link] => Array
                                                                            (
                                                                            )
    
                                                                        [location_id] => Array
                                                                            (
                                                                            )
    
                                                                        [displayorder] => Array
                                                                            (
                                                                            )
    
                                                                    )
    
                                                                [schema:protected] => 
                                                                [errors:protected] => Array
                                                                    (
                                                                    )
    
                                                                [connection:protected] => 
                                                                [primaryKey:protected] => id
                                                                [perPage:protected] => 15
                                                                [incrementing] => 1
                                                                [timestamps] => 1
                                                                [original:protected] => Array
                                                                    (
                                                                        [id] => 28
                                                                        [created_at] => 1559942100
                                                                        [updated_at] => 1701373996
                                                                        [name] => Salina Drive Thru Recycling Center
                                                                        [image] => g8kxE.jpeg
                                                                        [imagealt] => Salina Drive Thru Recycling Center
                                                                        [link] => http://www.salina-ks.gov/SDRC
                                                                        [location_id] => 1
                                                                        [displayorder] => 6
                                                                    )
    
                                                                [relations:protected] => Array
                                                                    (
                                                                    )
    
                                                                [hidden:protected] => Array
                                                                    (
                                                                    )
    
                                                                [visible:protected] => Array
                                                                    (
                                                                    )
    
                                                                [appends:protected] => Array
                                                                    (
                                                                    )
    
                                                                [fillable:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                        [4] => location_id
                                                                        [5] => displayorder
                                                                    )
    
                                                                [guarded:protected] => Array
                                                                    (
                                                                        [0] => *
                                                                    )
    
                                                                [dates:protected] => Array
                                                                    (
                                                                    )
    
                                                                [casts:protected] => Array
                                                                    (
                                                                    )
    
                                                                [touches:protected] => Array
                                                                    (
                                                                    )
    
                                                                [observables:protected] => Array
                                                                    (
                                                                    )
    
                                                                [with:protected] => Array
                                                                    (
                                                                    )
    
                                                                [morphClass:protected] => 
                                                                [exists] => 1
                                                                [wasRecentlyCreated] => 
                                                            )
    
                                                        [6] => Model\Sponsor Object
                                                            (
                                                                [table:protected] => cms_site_module_sponsors
                                                                [attributes:protected] => Array
                                                                    (
                                                                        [id] => 29
                                                                        [created_at] => 1583772810
                                                                        [updated_at] => 1701373996
                                                                        [name] => Great Plains Manufacturing
                                                                        [image] => 1OBqN.jpeg
                                                                        [imagealt] => Great Plains Manufacturing
                                                                        [link] => https://www.greatplainsmfg.com/
                                                                        [location_id] => 1
                                                                        [displayorder] => 7
                                                                    )
    
                                                                [translatableAttributes:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                    )
    
                                                                [imageFields] => Array
                                                                    (
                                                                        [0] => image
                                                                    )
    
                                                                [imageFolder] => sponsors
                                                                [nameIndex:protected] => 
                                                                [readTable:protected] => 
                                                                [writeTable:protected] => 
                                                                [pdfFolder] => basemodel
                                                                [childRelationships:protected] => Array
                                                                    (
                                                                    )
    
                                                                [usesFriendlyURLs:protected] => 
                                                                [friendlyURLController] => basemodel
                                                                [friendlyURLMethod:protected] => basemodel
                                                                [friendlyURLID:protected] => id
                                                                [friendlyURLDeriveFrom] => title
                                                                [dateFormat] => U
                                                                [readOnlyAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [readOnlyCache:protected] => Array
                                                                    (
                                                                    )
    
                                                                [displayAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [columnEnabled:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 1
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [columnRequired:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 
                                                                        [location_id] => 1
                                                                        [displayorder] => 
                                                                    )
    
                                                                [columnErrorMessage:protected] => Array
                                                                    (
                                                                        [name] => Please enter the name.
                                                                        [image] => Please upload an image.
                                                                        [imagealt] => Please enter the image alt tag.
                                                                        [link] => Please enter the link.
                                                                        [location_id] => Please choose a location.
                                                                        [displayorder] => Please choose a display order.
                                                                    )
    
                                                                [columnType:protected] => Array
                                                                    (
                                                                        [name] => text
                                                                        [image] => image
                                                                        [imagealt] => text
                                                                        [link] => text
                                                                        [location_id] => select
                                                                        [displayorder] => hidden
                                                                    )
    
                                                                [columnLength:protected] => Array
                                                                    (
                                                                        [name] => 255
                                                                        [image] => 10
                                                                        [imagealt] => 255
                                                                        [link] => 2048
                                                                        [location_id] => 11
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [columnLabel:protected] => Array
                                                                    (
                                                                        [name] => Name
                                                                        [image] => Image
                                                                        [imagealt] => Image Alt Tag
                                                                        [link] => Link
                                                                        [location_id] => Location
                                                                        [displayorder] => Display Order
                                                                    )
    
                                                                [columnValidationMethods:protected] => Array
                                                                    (
                                                                        [name] => Array
                                                                            (
                                                                            )
    
                                                                        [image] => Array
                                                                            (
                                                                            )
    
                                                                        [imagealt] => Array
                                                                            (
                                                                            )
    
                                                                        [link] => Array
                                                                            (
                                                                            )
    
                                                                        [location_id] => Array
                                                                            (
                                                                            )
    
                                                                        [displayorder] => Array
                                                                            (
                                                                            )
    
                                                                    )
    
                                                                [schema:protected] => 
                                                                [errors:protected] => Array
                                                                    (
                                                                    )
    
                                                                [connection:protected] => 
                                                                [primaryKey:protected] => id
                                                                [perPage:protected] => 15
                                                                [incrementing] => 1
                                                                [timestamps] => 1
                                                                [original:protected] => Array
                                                                    (
                                                                        [id] => 29
                                                                        [created_at] => 1583772810
                                                                        [updated_at] => 1701373996
                                                                        [name] => Great Plains Manufacturing
                                                                        [image] => 1OBqN.jpeg
                                                                        [imagealt] => Great Plains Manufacturing
                                                                        [link] => https://www.greatplainsmfg.com/
                                                                        [location_id] => 1
                                                                        [displayorder] => 7
                                                                    )
    
                                                                [relations:protected] => Array
                                                                    (
                                                                    )
    
                                                                [hidden:protected] => Array
                                                                    (
                                                                    )
    
                                                                [visible:protected] => Array
                                                                    (
                                                                    )
    
                                                                [appends:protected] => Array
                                                                    (
                                                                    )
    
                                                                [fillable:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                        [4] => location_id
                                                                        [5] => displayorder
                                                                    )
    
                                                                [guarded:protected] => Array
                                                                    (
                                                                        [0] => *
                                                                    )
    
                                                                [dates:protected] => Array
                                                                    (
                                                                    )
    
                                                                [casts:protected] => Array
                                                                    (
                                                                    )
    
                                                                [touches:protected] => Array
                                                                    (
                                                                    )
    
                                                                [observables:protected] => Array
                                                                    (
                                                                    )
    
                                                                [with:protected] => Array
                                                                    (
                                                                    )
    
                                                                [morphClass:protected] => 
                                                                [exists] => 1
                                                                [wasRecentlyCreated] => 
                                                            )
    
                                                        [7] => Model\Sponsor Object
                                                            (
                                                                [table:protected] => cms_site_module_sponsors
                                                                [attributes:protected] => Array
                                                                    (
                                                                        [id] => 33
                                                                        [created_at] => 1637687025
                                                                        [updated_at] => 1701373996
                                                                        [name] => Salina Family YMCA
                                                                        [image] => mm9BF.jpeg
                                                                        [imagealt] => Salina Family YMCA
                                                                        [link] => http://www.salinaymca.org/
                                                                        [location_id] => 1
                                                                        [displayorder] => 8
                                                                    )
    
                                                                [translatableAttributes:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                    )
    
                                                                [imageFields] => Array
                                                                    (
                                                                        [0] => image
                                                                    )
    
                                                                [imageFolder] => sponsors
                                                                [nameIndex:protected] => 
                                                                [readTable:protected] => 
                                                                [writeTable:protected] => 
                                                                [pdfFolder] => basemodel
                                                                [childRelationships:protected] => Array
                                                                    (
                                                                    )
    
                                                                [usesFriendlyURLs:protected] => 
                                                                [friendlyURLController] => basemodel
                                                                [friendlyURLMethod:protected] => basemodel
                                                                [friendlyURLID:protected] => id
                                                                [friendlyURLDeriveFrom] => title
                                                                [dateFormat] => U
                                                                [readOnlyAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [readOnlyCache:protected] => Array
                                                                    (
                                                                    )
    
                                                                [displayAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [columnEnabled:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 1
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [columnRequired:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 
                                                                        [location_id] => 1
                                                                        [displayorder] => 
                                                                    )
    
                                                                [columnErrorMessage:protected] => Array
                                                                    (
                                                                        [name] => Please enter the name.
                                                                        [image] => Please upload an image.
                                                                        [imagealt] => Please enter the image alt tag.
                                                                        [link] => Please enter the link.
                                                                        [location_id] => Please choose a location.
                                                                        [displayorder] => Please choose a display order.
                                                                    )
    
                                                                [columnType:protected] => Array
                                                                    (
                                                                        [name] => text
                                                                        [image] => image
                                                                        [imagealt] => text
                                                                        [link] => text
                                                                        [location_id] => select
                                                                        [displayorder] => hidden
                                                                    )
    
                                                                [columnLength:protected] => Array
                                                                    (
                                                                        [name] => 255
                                                                        [image] => 10
                                                                        [imagealt] => 255
                                                                        [link] => 2048
                                                                        [location_id] => 11
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [columnLabel:protected] => Array
                                                                    (
                                                                        [name] => Name
                                                                        [image] => Image
                                                                        [imagealt] => Image Alt Tag
                                                                        [link] => Link
                                                                        [location_id] => Location
                                                                        [displayorder] => Display Order
                                                                    )
    
                                                                [columnValidationMethods:protected] => Array
                                                                    (
                                                                        [name] => Array
                                                                            (
                                                                            )
    
                                                                        [image] => Array
                                                                            (
                                                                            )
    
                                                                        [imagealt] => Array
                                                                            (
                                                                            )
    
                                                                        [link] => Array
                                                                            (
                                                                            )
    
                                                                        [location_id] => Array
                                                                            (
                                                                            )
    
                                                                        [displayorder] => Array
                                                                            (
                                                                            )
    
                                                                    )
    
                                                                [schema:protected] => 
                                                                [errors:protected] => Array
                                                                    (
                                                                    )
    
                                                                [connection:protected] => 
                                                                [primaryKey:protected] => id
                                                                [perPage:protected] => 15
                                                                [incrementing] => 1
                                                                [timestamps] => 1
                                                                [original:protected] => Array
                                                                    (
                                                                        [id] => 33
                                                                        [created_at] => 1637687025
                                                                        [updated_at] => 1701373996
                                                                        [name] => Salina Family YMCA
                                                                        [image] => mm9BF.jpeg
                                                                        [imagealt] => Salina Family YMCA
                                                                        [link] => http://www.salinaymca.org/
                                                                        [location_id] => 1
                                                                        [displayorder] => 8
                                                                    )
    
                                                                [relations:protected] => Array
                                                                    (
                                                                    )
    
                                                                [hidden:protected] => Array
                                                                    (
                                                                    )
    
                                                                [visible:protected] => Array
                                                                    (
                                                                    )
    
                                                                [appends:protected] => Array
                                                                    (
                                                                    )
    
                                                                [fillable:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                        [4] => location_id
                                                                        [5] => displayorder
                                                                    )
    
                                                                [guarded:protected] => Array
                                                                    (
                                                                        [0] => *
                                                                    )
    
                                                                [dates:protected] => Array
                                                                    (
                                                                    )
    
                                                                [casts:protected] => Array
                                                                    (
                                                                    )
    
                                                                [touches:protected] => Array
                                                                    (
                                                                    )
    
                                                                [observables:protected] => Array
                                                                    (
                                                                    )
    
                                                                [with:protected] => Array
                                                                    (
                                                                    )
    
                                                                [morphClass:protected] => 
                                                                [exists] => 1
                                                                [wasRecentlyCreated] => 
                                                            )
    
                                                        [8] => Model\Sponsor Object
                                                            (
                                                                [table:protected] => cms_site_module_sponsors
                                                                [attributes:protected] => Array
                                                                    (
                                                                        [id] => 35
                                                                        [created_at] => 1644599492
                                                                        [updated_at] => 1701373997
                                                                        [name] => Salina Wholesale Liquor
                                                                        [image] => U7cfV.png
                                                                        [imagealt] => Salina Wholesale Liquor
                                                                        [link] => https://www.facebook.com/salinawholesaleliquor
                                                                        [location_id] => 1
                                                                        [displayorder] => 9
                                                                    )
    
                                                                [translatableAttributes:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                    )
    
                                                                [imageFields] => Array
                                                                    (
                                                                        [0] => image
                                                                    )
    
                                                                [imageFolder] => sponsors
                                                                [nameIndex:protected] => 
                                                                [readTable:protected] => 
                                                                [writeTable:protected] => 
                                                                [pdfFolder] => basemodel
                                                                [childRelationships:protected] => Array
                                                                    (
                                                                    )
    
                                                                [usesFriendlyURLs:protected] => 
                                                                [friendlyURLController] => basemodel
                                                                [friendlyURLMethod:protected] => basemodel
                                                                [friendlyURLID:protected] => id
                                                                [friendlyURLDeriveFrom] => title
                                                                [dateFormat] => U
                                                                [readOnlyAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [readOnlyCache:protected] => Array
                                                                    (
                                                                    )
    
                                                                [displayAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [columnEnabled:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 1
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [columnRequired:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 
                                                                        [location_id] => 1
                                                                        [displayorder] => 
                                                                    )
    
                                                                [columnErrorMessage:protected] => Array
                                                                    (
                                                                        [name] => Please enter the name.
                                                                        [image] => Please upload an image.
                                                                        [imagealt] => Please enter the image alt tag.
                                                                        [link] => Please enter the link.
                                                                        [location_id] => Please choose a location.
                                                                        [displayorder] => Please choose a display order.
                                                                    )
    
                                                                [columnType:protected] => Array
                                                                    (
                                                                        [name] => text
                                                                        [image] => image
                                                                        [imagealt] => text
                                                                        [link] => text
                                                                        [location_id] => select
                                                                        [displayorder] => hidden
                                                                    )
    
                                                                [columnLength:protected] => Array
                                                                    (
                                                                        [name] => 255
                                                                        [image] => 10
                                                                        [imagealt] => 255
                                                                        [link] => 2048
                                                                        [location_id] => 11
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [columnLabel:protected] => Array
                                                                    (
                                                                        [name] => Name
                                                                        [image] => Image
                                                                        [imagealt] => Image Alt Tag
                                                                        [link] => Link
                                                                        [location_id] => Location
                                                                        [displayorder] => Display Order
                                                                    )
    
                                                                [columnValidationMethods:protected] => Array
                                                                    (
                                                                        [name] => Array
                                                                            (
                                                                            )
    
                                                                        [image] => Array
                                                                            (
                                                                            )
    
                                                                        [imagealt] => Array
                                                                            (
                                                                            )
    
                                                                        [link] => Array
                                                                            (
                                                                            )
    
                                                                        [location_id] => Array
                                                                            (
                                                                            )
    
                                                                        [displayorder] => Array
                                                                            (
                                                                            )
    
                                                                    )
    
                                                                [schema:protected] => 
                                                                [errors:protected] => Array
                                                                    (
                                                                    )
    
                                                                [connection:protected] => 
                                                                [primaryKey:protected] => id
                                                                [perPage:protected] => 15
                                                                [incrementing] => 1
                                                                [timestamps] => 1
                                                                [original:protected] => Array
                                                                    (
                                                                        [id] => 35
                                                                        [created_at] => 1644599492
                                                                        [updated_at] => 1701373997
                                                                        [name] => Salina Wholesale Liquor
                                                                        [image] => U7cfV.png
                                                                        [imagealt] => Salina Wholesale Liquor
                                                                        [link] => https://www.facebook.com/salinawholesaleliquor
                                                                        [location_id] => 1
                                                                        [displayorder] => 9
                                                                    )
    
                                                                [relations:protected] => Array
                                                                    (
                                                                    )
    
                                                                [hidden:protected] => Array
                                                                    (
                                                                    )
    
                                                                [visible:protected] => Array
                                                                    (
                                                                    )
    
                                                                [appends:protected] => Array
                                                                    (
                                                                    )
    
                                                                [fillable:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                        [4] => location_id
                                                                        [5] => displayorder
                                                                    )
    
                                                                [guarded:protected] => Array
                                                                    (
                                                                        [0] => *
                                                                    )
    
                                                                [dates:protected] => Array
                                                                    (
                                                                    )
    
                                                                [casts:protected] => Array
                                                                    (
                                                                    )
    
                                                                [touches:protected] => Array
                                                                    (
                                                                    )
    
                                                                [observables:protected] => Array
                                                                    (
                                                                    )
    
                                                                [with:protected] => Array
                                                                    (
                                                                    )
    
                                                                [morphClass:protected] => 
                                                                [exists] => 1
                                                                [wasRecentlyCreated] => 
                                                            )
    
                                                        [9] => Model\Sponsor Object
                                                            (
                                                                [table:protected] => cms_site_module_sponsors
                                                                [attributes:protected] => Array
                                                                    (
                                                                        [id] => 36
                                                                        [created_at] => 1644690442
                                                                        [updated_at] => 1701373997
                                                                        [name] => Crown Distributors
                                                                        [image] => G2Mwp.jpeg
                                                                        [imagealt] => Coors Crown Dist
                                                                        [link] => https://crowndist.com/
                                                                        [location_id] => 1
                                                                        [displayorder] => 10
                                                                    )
    
                                                                [translatableAttributes:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                    )
    
                                                                [imageFields] => Array
                                                                    (
                                                                        [0] => image
                                                                    )
    
                                                                [imageFolder] => sponsors
                                                                [nameIndex:protected] => 
                                                                [readTable:protected] => 
                                                                [writeTable:protected] => 
                                                                [pdfFolder] => basemodel
                                                                [childRelationships:protected] => Array
                                                                    (
                                                                    )
    
                                                                [usesFriendlyURLs:protected] => 
                                                                [friendlyURLController] => basemodel
                                                                [friendlyURLMethod:protected] => basemodel
                                                                [friendlyURLID:protected] => id
                                                                [friendlyURLDeriveFrom] => title
                                                                [dateFormat] => U
                                                                [readOnlyAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [readOnlyCache:protected] => Array
                                                                    (
                                                                    )
    
                                                                [displayAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [columnEnabled:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 1
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [columnRequired:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 
                                                                        [location_id] => 1
                                                                        [displayorder] => 
                                                                    )
    
                                                                [columnErrorMessage:protected] => Array
                                                                    (
                                                                        [name] => Please enter the name.
                                                                        [image] => Please upload an image.
                                                                        [imagealt] => Please enter the image alt tag.
                                                                        [link] => Please enter the link.
                                                                        [location_id] => Please choose a location.
                                                                        [displayorder] => Please choose a display order.
                                                                    )
    
                                                                [columnType:protected] => Array
                                                                    (
                                                                        [name] => text
                                                                        [image] => image
                                                                        [imagealt] => text
                                                                        [link] => text
                                                                        [location_id] => select
                                                                        [displayorder] => hidden
                                                                    )
    
                                                                [columnLength:protected] => Array
                                                                    (
                                                                        [name] => 255
                                                                        [image] => 10
                                                                        [imagealt] => 255
                                                                        [link] => 2048
                                                                        [location_id] => 11
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [columnLabel:protected] => Array
                                                                    (
                                                                        [name] => Name
                                                                        [image] => Image
                                                                        [imagealt] => Image Alt Tag
                                                                        [link] => Link
                                                                        [location_id] => Location
                                                                        [displayorder] => Display Order
                                                                    )
    
                                                                [columnValidationMethods:protected] => Array
                                                                    (
                                                                        [name] => Array
                                                                            (
                                                                            )
    
                                                                        [image] => Array
                                                                            (
                                                                            )
    
                                                                        [imagealt] => Array
                                                                            (
                                                                            )
    
                                                                        [link] => Array
                                                                            (
                                                                            )
    
                                                                        [location_id] => Array
                                                                            (
                                                                            )
    
                                                                        [displayorder] => Array
                                                                            (
                                                                            )
    
                                                                    )
    
                                                                [schema:protected] => 
                                                                [errors:protected] => Array
                                                                    (
                                                                    )
    
                                                                [connection:protected] => 
                                                                [primaryKey:protected] => id
                                                                [perPage:protected] => 15
                                                                [incrementing] => 1
                                                                [timestamps] => 1
                                                                [original:protected] => Array
                                                                    (
                                                                        [id] => 36
                                                                        [created_at] => 1644690442
                                                                        [updated_at] => 1701373997
                                                                        [name] => Crown Distributors
                                                                        [image] => G2Mwp.jpeg
                                                                        [imagealt] => Coors Crown Dist
                                                                        [link] => https://crowndist.com/
                                                                        [location_id] => 1
                                                                        [displayorder] => 10
                                                                    )
    
                                                                [relations:protected] => Array
                                                                    (
                                                                    )
    
                                                                [hidden:protected] => Array
                                                                    (
                                                                    )
    
                                                                [visible:protected] => Array
                                                                    (
                                                                    )
    
                                                                [appends:protected] => Array
                                                                    (
                                                                    )
    
                                                                [fillable:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                        [4] => location_id
                                                                        [5] => displayorder
                                                                    )
    
                                                                [guarded:protected] => Array
                                                                    (
                                                                        [0] => *
                                                                    )
    
                                                                [dates:protected] => Array
                                                                    (
                                                                    )
    
                                                                [casts:protected] => Array
                                                                    (
                                                                    )
    
                                                                [touches:protected] => Array
                                                                    (
                                                                    )
    
                                                                [observables:protected] => Array
                                                                    (
                                                                    )
    
                                                                [with:protected] => Array
                                                                    (
                                                                    )
    
                                                                [morphClass:protected] => 
                                                                [exists] => 1
                                                                [wasRecentlyCreated] => 
                                                            )
    
                                                        [10] => Model\Sponsor Object
                                                            (
                                                                [table:protected] => cms_site_module_sponsors
                                                                [attributes:protected] => Array
                                                                    (
                                                                        [id] => 39
                                                                        [created_at] => 1680278331
                                                                        [updated_at] => 1701373997
                                                                        [name] => Pella Windows of Kansas
                                                                        [image] => aMTVn.jpeg
                                                                        [imagealt] => Pella Windows of Kansas
                                                                        [link] => https://www.pella.com/where-to-buy/showrooms/salina-15307/
                                                                        [location_id] => 1
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [translatableAttributes:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                    )
    
                                                                [imageFields] => Array
                                                                    (
                                                                        [0] => image
                                                                    )
    
                                                                [imageFolder] => sponsors
                                                                [nameIndex:protected] => 
                                                                [readTable:protected] => 
                                                                [writeTable:protected] => 
                                                                [pdfFolder] => basemodel
                                                                [childRelationships:protected] => Array
                                                                    (
                                                                    )
    
                                                                [usesFriendlyURLs:protected] => 
                                                                [friendlyURLController] => basemodel
                                                                [friendlyURLMethod:protected] => basemodel
                                                                [friendlyURLID:protected] => id
                                                                [friendlyURLDeriveFrom] => title
                                                                [dateFormat] => U
                                                                [readOnlyAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [readOnlyCache:protected] => Array
                                                                    (
                                                                    )
    
                                                                [displayAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [columnEnabled:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 1
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [columnRequired:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 
                                                                        [location_id] => 1
                                                                        [displayorder] => 
                                                                    )
    
                                                                [columnErrorMessage:protected] => Array
                                                                    (
                                                                        [name] => Please enter the name.
                                                                        [image] => Please upload an image.
                                                                        [imagealt] => Please enter the image alt tag.
                                                                        [link] => Please enter the link.
                                                                        [location_id] => Please choose a location.
                                                                        [displayorder] => Please choose a display order.
                                                                    )
    
                                                                [columnType:protected] => Array
                                                                    (
                                                                        [name] => text
                                                                        [image] => image
                                                                        [imagealt] => text
                                                                        [link] => text
                                                                        [location_id] => select
                                                                        [displayorder] => hidden
                                                                    )
    
                                                                [columnLength:protected] => Array
                                                                    (
                                                                        [name] => 255
                                                                        [image] => 10
                                                                        [imagealt] => 255
                                                                        [link] => 2048
                                                                        [location_id] => 11
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [columnLabel:protected] => Array
                                                                    (
                                                                        [name] => Name
                                                                        [image] => Image
                                                                        [imagealt] => Image Alt Tag
                                                                        [link] => Link
                                                                        [location_id] => Location
                                                                        [displayorder] => Display Order
                                                                    )
    
                                                                [columnValidationMethods:protected] => Array
                                                                    (
                                                                        [name] => Array
                                                                            (
                                                                            )
    
                                                                        [image] => Array
                                                                            (
                                                                            )
    
                                                                        [imagealt] => Array
                                                                            (
                                                                            )
    
                                                                        [link] => Array
                                                                            (
                                                                            )
    
                                                                        [location_id] => Array
                                                                            (
                                                                            )
    
                                                                        [displayorder] => Array
                                                                            (
                                                                            )
    
                                                                    )
    
                                                                [schema:protected] => 
                                                                [errors:protected] => Array
                                                                    (
                                                                    )
    
                                                                [connection:protected] => 
                                                                [primaryKey:protected] => id
                                                                [perPage:protected] => 15
                                                                [incrementing] => 1
                                                                [timestamps] => 1
                                                                [original:protected] => Array
                                                                    (
                                                                        [id] => 39
                                                                        [created_at] => 1680278331
                                                                        [updated_at] => 1701373997
                                                                        [name] => Pella Windows of Kansas
                                                                        [image] => aMTVn.jpeg
                                                                        [imagealt] => Pella Windows of Kansas
                                                                        [link] => https://www.pella.com/where-to-buy/showrooms/salina-15307/
                                                                        [location_id] => 1
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [relations:protected] => Array
                                                                    (
                                                                    )
    
                                                                [hidden:protected] => Array
                                                                    (
                                                                    )
    
                                                                [visible:protected] => Array
                                                                    (
                                                                    )
    
                                                                [appends:protected] => Array
                                                                    (
                                                                    )
    
                                                                [fillable:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                        [4] => location_id
                                                                        [5] => displayorder
                                                                    )
    
                                                                [guarded:protected] => Array
                                                                    (
                                                                        [0] => *
                                                                    )
    
                                                                [dates:protected] => Array
                                                                    (
                                                                    )
    
                                                                [casts:protected] => Array
                                                                    (
                                                                    )
    
                                                                [touches:protected] => Array
                                                                    (
                                                                    )
    
                                                                [observables:protected] => Array
                                                                    (
                                                                    )
    
                                                                [with:protected] => Array
                                                                    (
                                                                    )
    
                                                                [morphClass:protected] => 
                                                                [exists] => 1
                                                                [wasRecentlyCreated] => 
                                                            )
    
                                                        [11] => Model\Sponsor Object
                                                            (
                                                                [table:protected] => cms_site_module_sponsors
                                                                [attributes:protected] => Array
                                                                    (
                                                                        [id] => 40
                                                                        [created_at] => 1694208478
                                                                        [updated_at] => 1701373997
                                                                        [name] => Household Hazardous Waste Center
                                                                        [image] => OxYp3.jpeg
                                                                        [imagealt] => Household Hazardous Waste Center
                                                                        [link] => https://www.salina-ks.gov/hhw
                                                                        [location_id] => 1
                                                                        [displayorder] => 12
                                                                    )
    
                                                                [translatableAttributes:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                    )
    
                                                                [imageFields] => Array
                                                                    (
                                                                        [0] => image
                                                                    )
    
                                                                [imageFolder] => sponsors
                                                                [nameIndex:protected] => 
                                                                [readTable:protected] => 
                                                                [writeTable:protected] => 
                                                                [pdfFolder] => basemodel
                                                                [childRelationships:protected] => Array
                                                                    (
                                                                    )
    
                                                                [usesFriendlyURLs:protected] => 
                                                                [friendlyURLController] => basemodel
                                                                [friendlyURLMethod:protected] => basemodel
                                                                [friendlyURLID:protected] => id
                                                                [friendlyURLDeriveFrom] => title
                                                                [dateFormat] => U
                                                                [readOnlyAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [readOnlyCache:protected] => Array
                                                                    (
                                                                    )
    
                                                                [displayAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [columnEnabled:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 1
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [columnRequired:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 
                                                                        [location_id] => 1
                                                                        [displayorder] => 
                                                                    )
    
                                                                [columnErrorMessage:protected] => Array
                                                                    (
                                                                        [name] => Please enter the name.
                                                                        [image] => Please upload an image.
                                                                        [imagealt] => Please enter the image alt tag.
                                                                        [link] => Please enter the link.
                                                                        [location_id] => Please choose a location.
                                                                        [displayorder] => Please choose a display order.
                                                                    )
    
                                                                [columnType:protected] => Array
                                                                    (
                                                                        [name] => text
                                                                        [image] => image
                                                                        [imagealt] => text
                                                                        [link] => text
                                                                        [location_id] => select
                                                                        [displayorder] => hidden
                                                                    )
    
                                                                [columnLength:protected] => Array
                                                                    (
                                                                        [name] => 255
                                                                        [image] => 10
                                                                        [imagealt] => 255
                                                                        [link] => 2048
                                                                        [location_id] => 11
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [columnLabel:protected] => Array
                                                                    (
                                                                        [name] => Name
                                                                        [image] => Image
                                                                        [imagealt] => Image Alt Tag
                                                                        [link] => Link
                                                                        [location_id] => Location
                                                                        [displayorder] => Display Order
                                                                    )
    
                                                                [columnValidationMethods:protected] => Array
                                                                    (
                                                                        [name] => Array
                                                                            (
                                                                            )
    
                                                                        [image] => Array
                                                                            (
                                                                            )
    
                                                                        [imagealt] => Array
                                                                            (
                                                                            )
    
                                                                        [link] => Array
                                                                            (
                                                                            )
    
                                                                        [location_id] => Array
                                                                            (
                                                                            )
    
                                                                        [displayorder] => Array
                                                                            (
                                                                            )
    
                                                                    )
    
                                                                [schema:protected] => 
                                                                [errors:protected] => Array
                                                                    (
                                                                    )
    
                                                                [connection:protected] => 
                                                                [primaryKey:protected] => id
                                                                [perPage:protected] => 15
                                                                [incrementing] => 1
                                                                [timestamps] => 1
                                                                [original:protected] => Array
                                                                    (
                                                                        [id] => 40
                                                                        [created_at] => 1694208478
                                                                        [updated_at] => 1701373997
                                                                        [name] => Household Hazardous Waste Center
                                                                        [image] => OxYp3.jpeg
                                                                        [imagealt] => Household Hazardous Waste Center
                                                                        [link] => https://www.salina-ks.gov/hhw
                                                                        [location_id] => 1
                                                                        [displayorder] => 12
                                                                    )
    
                                                                [relations:protected] => Array
                                                                    (
                                                                    )
    
                                                                [hidden:protected] => Array
                                                                    (
                                                                    )
    
                                                                [visible:protected] => Array
                                                                    (
                                                                    )
    
                                                                [appends:protected] => Array
                                                                    (
                                                                    )
    
                                                                [fillable:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                        [4] => location_id
                                                                        [5] => displayorder
                                                                    )
    
                                                                [guarded:protected] => Array
                                                                    (
                                                                        [0] => *
                                                                    )
    
                                                                [dates:protected] => Array
                                                                    (
                                                                    )
    
                                                                [casts:protected] => Array
                                                                    (
                                                                    )
    
                                                                [touches:protected] => Array
                                                                    (
                                                                    )
    
                                                                [observables:protected] => Array
                                                                    (
                                                                    )
    
                                                                [with:protected] => Array
                                                                    (
                                                                    )
    
                                                                [morphClass:protected] => 
                                                                [exists] => 1
                                                                [wasRecentlyCreated] => 
                                                            )
    
                                                        [12] => Model\Sponsor Object
                                                            (
                                                                [table:protected] => cms_site_module_sponsors
                                                                [attributes:protected] => Array
                                                                    (
                                                                        [id] => 41
                                                                        [created_at] => 1697213356
                                                                        [updated_at] => 1701373997
                                                                        [name] => Salina Airport Authority
                                                                        [image] => NrHvM.jpeg
                                                                        [imagealt] => Salina Airport Authority
                                                                        [link] => https://www.salinaairport.com/
                                                                        [location_id] => 1
                                                                        [displayorder] => 13
                                                                    )
    
                                                                [translatableAttributes:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                    )
    
                                                                [imageFields] => Array
                                                                    (
                                                                        [0] => image
                                                                    )
    
                                                                [imageFolder] => sponsors
                                                                [nameIndex:protected] => 
                                                                [readTable:protected] => 
                                                                [writeTable:protected] => 
                                                                [pdfFolder] => basemodel
                                                                [childRelationships:protected] => Array
                                                                    (
                                                                    )
    
                                                                [usesFriendlyURLs:protected] => 
                                                                [friendlyURLController] => basemodel
                                                                [friendlyURLMethod:protected] => basemodel
                                                                [friendlyURLID:protected] => id
                                                                [friendlyURLDeriveFrom] => title
                                                                [dateFormat] => U
                                                                [readOnlyAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [readOnlyCache:protected] => Array
                                                                    (
                                                                    )
    
                                                                [displayAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [columnEnabled:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 1
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [columnRequired:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 
                                                                        [location_id] => 1
                                                                        [displayorder] => 
                                                                    )
    
                                                                [columnErrorMessage:protected] => Array
                                                                    (
                                                                        [name] => Please enter the name.
                                                                        [image] => Please upload an image.
                                                                        [imagealt] => Please enter the image alt tag.
                                                                        [link] => Please enter the link.
                                                                        [location_id] => Please choose a location.
                                                                        [displayorder] => Please choose a display order.
                                                                    )
    
                                                                [columnType:protected] => Array
                                                                    (
                                                                        [name] => text
                                                                        [image] => image
                                                                        [imagealt] => text
                                                                        [link] => text
                                                                        [location_id] => select
                                                                        [displayorder] => hidden
                                                                    )
    
                                                                [columnLength:protected] => Array
                                                                    (
                                                                        [name] => 255
                                                                        [image] => 10
                                                                        [imagealt] => 255
                                                                        [link] => 2048
                                                                        [location_id] => 11
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [columnLabel:protected] => Array
                                                                    (
                                                                        [name] => Name
                                                                        [image] => Image
                                                                        [imagealt] => Image Alt Tag
                                                                        [link] => Link
                                                                        [location_id] => Location
                                                                        [displayorder] => Display Order
                                                                    )
    
                                                                [columnValidationMethods:protected] => Array
                                                                    (
                                                                        [name] => Array
                                                                            (
                                                                            )
    
                                                                        [image] => Array
                                                                            (
                                                                            )
    
                                                                        [imagealt] => Array
                                                                            (
                                                                            )
    
                                                                        [link] => Array
                                                                            (
                                                                            )
    
                                                                        [location_id] => Array
                                                                            (
                                                                            )
    
                                                                        [displayorder] => Array
                                                                            (
                                                                            )
    
                                                                    )
    
                                                                [schema:protected] => 
                                                                [errors:protected] => Array
                                                                    (
                                                                    )
    
                                                                [connection:protected] => 
                                                                [primaryKey:protected] => id
                                                                [perPage:protected] => 15
                                                                [incrementing] => 1
                                                                [timestamps] => 1
                                                                [original:protected] => Array
                                                                    (
                                                                        [id] => 41
                                                                        [created_at] => 1697213356
                                                                        [updated_at] => 1701373997
                                                                        [name] => Salina Airport Authority
                                                                        [image] => NrHvM.jpeg
                                                                        [imagealt] => Salina Airport Authority
                                                                        [link] => https://www.salinaairport.com/
                                                                        [location_id] => 1
                                                                        [displayorder] => 13
                                                                    )
    
                                                                [relations:protected] => Array
                                                                    (
                                                                    )
    
                                                                [hidden:protected] => Array
                                                                    (
                                                                    )
    
                                                                [visible:protected] => Array
                                                                    (
                                                                    )
    
                                                                [appends:protected] => Array
                                                                    (
                                                                    )
    
                                                                [fillable:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                        [4] => location_id
                                                                        [5] => displayorder
                                                                    )
    
                                                                [guarded:protected] => Array
                                                                    (
                                                                        [0] => *
                                                                    )
    
                                                                [dates:protected] => Array
                                                                    (
                                                                    )
    
                                                                [casts:protected] => Array
                                                                    (
                                                                    )
    
                                                                [touches:protected] => Array
                                                                    (
                                                                    )
    
                                                                [observables:protected] => Array
                                                                    (
                                                                    )
    
                                                                [with:protected] => Array
                                                                    (
                                                                    )
    
                                                                [morphClass:protected] => 
                                                                [exists] => 1
                                                                [wasRecentlyCreated] => 
                                                            )
    
                                                        [13] => Model\Sponsor Object
                                                            (
                                                                [table:protected] => cms_site_module_sponsors
                                                                [attributes:protected] => Array
                                                                    (
                                                                        [id] => 43
                                                                        [created_at] => 1702397082
                                                                        [updated_at] => 1702397082
                                                                        [name] => Schwan's
                                                                        [image] => q1wJ8.jpeg
                                                                        [imagealt] => Schwan's
                                                                        [link] =>  https://recruiting.adp.com/srccar/public/RTI.home?c=1182315&d=SchwansCompany&rb=TMP#/
                                                                        [location_id] => 1
                                                                        [displayorder] => 14
                                                                    )
    
                                                                [translatableAttributes:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                    )
    
                                                                [imageFields] => Array
                                                                    (
                                                                        [0] => image
                                                                    )
    
                                                                [imageFolder] => sponsors
                                                                [nameIndex:protected] => 
                                                                [readTable:protected] => 
                                                                [writeTable:protected] => 
                                                                [pdfFolder] => basemodel
                                                                [childRelationships:protected] => Array
                                                                    (
                                                                    )
    
                                                                [usesFriendlyURLs:protected] => 
                                                                [friendlyURLController] => basemodel
                                                                [friendlyURLMethod:protected] => basemodel
                                                                [friendlyURLID:protected] => id
                                                                [friendlyURLDeriveFrom] => title
                                                                [dateFormat] => U
                                                                [readOnlyAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [readOnlyCache:protected] => Array
                                                                    (
                                                                    )
    
                                                                [displayAttributes:protected] => Array
                                                                    (
                                                                    )
    
                                                                [columnEnabled:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 1
                                                                        [location_id] => 1
                                                                        [displayorder] => 1
                                                                    )
    
                                                                [columnRequired:protected] => Array
                                                                    (
                                                                        [name] => 1
                                                                        [image] => 1
                                                                        [imagealt] => 1
                                                                        [link] => 
                                                                        [location_id] => 1
                                                                        [displayorder] => 
                                                                    )
    
                                                                [columnErrorMessage:protected] => Array
                                                                    (
                                                                        [name] => Please enter the name.
                                                                        [image] => Please upload an image.
                                                                        [imagealt] => Please enter the image alt tag.
                                                                        [link] => Please enter the link.
                                                                        [location_id] => Please choose a location.
                                                                        [displayorder] => Please choose a display order.
                                                                    )
    
                                                                [columnType:protected] => Array
                                                                    (
                                                                        [name] => text
                                                                        [image] => image
                                                                        [imagealt] => text
                                                                        [link] => text
                                                                        [location_id] => select
                                                                        [displayorder] => hidden
                                                                    )
    
                                                                [columnLength:protected] => Array
                                                                    (
                                                                        [name] => 255
                                                                        [image] => 10
                                                                        [imagealt] => 255
                                                                        [link] => 2048
                                                                        [location_id] => 11
                                                                        [displayorder] => 11
                                                                    )
    
                                                                [columnLabel:protected] => Array
                                                                    (
                                                                        [name] => Name
                                                                        [image] => Image
                                                                        [imagealt] => Image Alt Tag
                                                                        [link] => Link
                                                                        [location_id] => Location
                                                                        [displayorder] => Display Order
                                                                    )
    
                                                                [columnValidationMethods:protected] => Array
                                                                    (
                                                                        [name] => Array
                                                                            (
                                                                            )
    
                                                                        [image] => Array
                                                                            (
                                                                            )
    
                                                                        [imagealt] => Array
                                                                            (
                                                                            )
    
                                                                        [link] => Array
                                                                            (
                                                                            )
    
                                                                        [location_id] => Array
                                                                            (
                                                                            )
    
                                                                        [displayorder] => Array
                                                                            (
                                                                            )
    
                                                                    )
    
                                                                [schema:protected] => 
                                                                [errors:protected] => Array
                                                                    (
                                                                    )
    
                                                                [connection:protected] => 
                                                                [primaryKey:protected] => id
                                                                [perPage:protected] => 15
                                                                [incrementing] => 1
                                                                [timestamps] => 1
                                                                [original:protected] => Array
                                                                    (
                                                                        [id] => 43
                                                                        [created_at] => 1702397082
                                                                        [updated_at] => 1702397082
                                                                        [name] => Schwan's
                                                                        [image] => q1wJ8.jpeg
                                                                        [imagealt] => Schwan's
                                                                        [link] =>  https://recruiting.adp.com/srccar/public/RTI.home?c=1182315&d=SchwansCompany&rb=TMP#/
                                                                        [location_id] => 1
                                                                        [displayorder] => 14
                                                                    )
    
                                                                [relations:protected] => Array
                                                                    (
                                                                    )
    
                                                                [hidden:protected] => Array
                                                                    (
                                                                    )
    
                                                                [visible:protected] => Array
                                                                    (
                                                                    )
    
                                                                [appends:protected] => Array
                                                                    (
                                                                    )
    
                                                                [fillable:protected] => Array
                                                                    (
                                                                        [0] => name
                                                                        [1] => image
                                                                        [2] => imagealt
                                                                        [3] => link
                                                                        [4] => location_id
                                                                        [5] => displayorder
                                                                    )
    
                                                                [guarded:protected] => Array
                                                                    (
                                                                        [0] => *
                                                                    )
    
                                                                [dates:protected] => Array
                                                                    (
                                                                    )
    
                                                                [casts:protected] => Array
                                                                    (
                                                                    )
    
                                                                [touches:protected] => Array
                                                                    (
                                                                    )
    
                                                                [observables:protected] => Array
                                                                    (
                                                                    )
    
                                                                [with:protected] => Array
                                                                    (
                                                                    )
    
                                                                [morphClass:protected] => 
                                                                [exists] => 1
                                                                [wasRecentlyCreated] => 
                                                            )
    
                                                    )
    
                                            )
    
                                        [page_meta] => Model\StaticMetadata Object
                                            (
                                                [attributes:protected] => Array
                                                    (
                                                        [url] => Array
                                                            (
                                                                [label] => URL
                                                                [fillable] => 1
                                                                [value] => 
                                                                [error] => Please enter the URL.
                                                                [length] => 255
                                                                [enabled] => 1
                                                                [required] => 1
                                                                [type] => text
                                                                [display] => 1
                                                            )
    
                                                        [title] => Homepage
                                                        [keywords] => Homepage
                                                        [description] => Homepage
                                                    )
    
                                                [table:protected] => cms_core_module_metadata
                                                [readTable:protected] => 
                                                [writeTable:protected] => 
                                                [imageFolder] => basemodel
                                                [pdfFolder] => basemodel
                                                [usesFriendlyURLs:protected] => 
                                                [friendlyURLController] => 
                                                [friendlyURLMethod:protected] => 
                                                [friendlyURLID:protected] => 
                                                [friendlyURLDeriveFrom] => 
                                                [nameIndex:protected] => 
                                                [childRelationships:protected] => Array
                                                    (
                                                    )
    
                                                [translatableAttributes:protected] => Array
                                                    (
                                                    )
    
                                                [dateFormat] => U
                                                [readOnlyAttributes:protected] => Array
                                                    (
                                                    )
    
                                                [readOnlyCache:protected] => Array
                                                    (
                                                    )
    
                                                [displayAttributes:protected] => Array
                                                    (
                                                    )
    
                                                [columnEnabled:protected] => Array
                                                    (
                                                    )
    
                                                [columnRequired:protected] => Array
                                                    (
                                                    )
    
                                                [columnErrorMessage:protected] => Array
                                                    (
                                                    )
    
                                                [columnType:protected] => Array
                                                    (
                                                    )
    
                                                [columnLength:protected] => Array
                                                    (
                                                    )
    
                                                [columnLabel:protected] => Array
                                                    (
                                                    )
    
                                                [columnValidationMethods:protected] => Array
                                                    (
                                                    )
    
                                                [schema:protected] => 
                                                [errors:protected] => Array
                                                    (
                                                    )
    
                                                [connection:protected] => 
                                                [primaryKey:protected] => id
                                                [perPage:protected] => 15
                                                [incrementing] => 1
                                                [timestamps] => 1
                                                [original:protected] => Array
                                                    (
                                                    )
    
                                                [relations:protected] => Array
                                                    (
                                                    )
    
                                                [hidden:protected] => Array
                                                    (
                                                    )
    
                                                [visible:protected] => Array
                                                    (
                                                    )
    
                                                [appends:protected] => Array
                                                    (
                                                    )
    
                                                [fillable:protected] => Array
                                                    (
                                                    )
    
                                                [guarded:protected] => Array
                                                    (
                                                        [0] => *
                                                    )
    
                                                [dates:protected] => Array
                                                    (
                                                    )
    
                                                [casts:protected] => Array
                                                    (
                                                    )
    
                                                [touches:protected] => Array
                                                    (
                                                    )
    
                                                [observables:protected] => Array
                                                    (
                                                    )
    
                                                [with:protected] => Array
                                                    (
                                                    )
    
                                                [morphClass:protected] => 
                                                [exists] => 
                                                [wasRecentlyCreated] => 
                                            )
    
                                        [location] => Model\Location\Location Object
                                            (
                                                [table:protected] => cms_core_module_locations
                                                [attributes:protected] => Array
                                                    (
                                                        [id] => 1
                                                        [name] => Tony's Pizza Events Center
                                                        [address] => 
                                                        [lat] => 38.834704
                                                        [long] => -97.599242
                                                        [color] => 
                                                        [phone] => (785) 826-7200
                                                        [notes] => 

    Quisque velit nisi, pretium ut lacinia in, elementum id enim. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Nulla porttitor accumsan tincidunt. Donec sollicitudin molestie malesuada. Nulla quis lorem ut libero malesuada feugiat. Proin eget tortor risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.

    [created_at] => 1493837384 [updated_at] => 1495746002 [icon] => 0 [hours] => [displayorder] => 0 [language_parent_id] => 0 [language_id] => 1 [address_street] => 800 The Midway [address_city] => Salina [address_state] => Kansas [address_state_abbreviation] => KS [address_zip] => 67401 ) [imageFolder] => [nameIndex:protected] => [readTable:protected] => [writeTable:protected] => [pdfFolder] => basemodel [childRelationships:protected] => Array ( ) [translatableAttributes:protected] => Array ( ) [usesFriendlyURLs:protected] => [friendlyURLController] => basemodel [friendlyURLMethod:protected] => basemodel [friendlyURLID:protected] => id [friendlyURLDeriveFrom] => title [dateFormat] => U [readOnlyAttributes:protected] => Array ( ) [readOnlyCache:protected] => Array ( ) [displayAttributes:protected] => Array ( ) [columnEnabled:protected] => Array ( [name] => 1 [address_street] => 1 [address_city] => 1 [address_state] => 1 [address_state_abbreviation] => 1 [address_zip] => 1 [lat] => 1 [long] => 1 [color] => 1 [icon] => 1 [phone] => 1 [notes] => 1 [hours] => 1 ) [columnRequired:protected] => Array ( [name] => 1 [address_street] => 1 [address_city] => 1 [address_state] => 1 [address_state_abbreviation] => 1 [address_zip] => 1 [lat] => [long] => [color] => [icon] => [phone] => [notes] => [hours] => ) [columnErrorMessage:protected] => Array ( [name] => Please enter the name of the location. [address_street] => Please enter the street address of the location. [address_city] => Please enter the city of the location. [address_state] => Please enter the state of the location. [address_state_abbreviation] => Please enter the abbreviated state of the location. [address_zip] => Please enter the zip code of the location. [lat] => Please enter the location latitude. [long] => Please enter the location longitude. [color] => Please enter the color for the location. [icon] => Please choose an icon. [phone] => Please enter the location phone number. [notes] => Please enter notes about the location. [hours] => Please enter the hours of operation. ) [columnType:protected] => Array ( [name] => text [address_street] => text [address_city] => text [address_state] => text [address_state_abbreviation] => text [address_zip] => text [lat] => text [long] => text [color] => text [icon] => select [phone] => text [notes] => textarea_raw [hours] => textarea ) [columnLength:protected] => Array ( [name] => 255 [address_street] => 255 [address_city] => 255 [address_state] => 255 [address_state_abbreviation] => 2 [address_zip] => 20 [lat] => 255 [long] => 255 [color] => 255 [icon] => 11 [phone] => 255 [notes] => 2048 [hours] => 2048 ) [columnLabel:protected] => Array ( [name] => Location Name [address_street] => Street Address [address_city] => City [address_state] => State [address_state_abbreviation] => State Abbreviation [address_zip] => Zip Code [lat] => Latitude (Read-only) [long] => Longitude (Read-only) [color] => Color (Class Name) [icon] => Icon [phone] => Phone Number [notes] => Notes [hours] => Hours ) [columnValidationMethods:protected] => Array ( [name] => Array ( ) [address_street] => Array ( ) [address_city] => Array ( ) [address_state] => Array ( ) [address_state_abbreviation] => Array ( ) [address_zip] => Array ( ) [lat] => Array ( ) [long] => Array ( ) [color] => Array ( ) [icon] => Array ( ) [phone] => Array ( ) [notes] => Array ( ) [hours] => Array ( ) ) [schema:protected] => [errors:protected] => Array ( ) [connection:protected] => [primaryKey:protected] => id [perPage:protected] => 15 [incrementing] => 1 [timestamps] => 1 [original:protected] => Array ( [id] => 1 [name] => Tony's Pizza Events Center [address] => [lat] => 38.834704 [long] => -97.599242 [color] => [phone] => (785) 826-7200 [notes] =>

    Quisque velit nisi, pretium ut lacinia in, elementum id enim. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Nulla porttitor accumsan tincidunt. Donec sollicitudin molestie malesuada. Nulla quis lorem ut libero malesuada feugiat. Proin eget tortor risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.

    [created_at] => 1493837384 [updated_at] => 1495746002 [icon] => 0 [hours] => [displayorder] => 0 [language_parent_id] => 0 [language_id] => 1 [address_street] => 800 The Midway [address_city] => Salina [address_state] => Kansas [address_state_abbreviation] => KS [address_zip] => 67401 ) [relations:protected] => Array ( ) [hidden:protected] => Array ( ) [visible:protected] => Array ( ) [appends:protected] => Array ( ) [fillable:protected] => Array ( [0] => name [1] => address_street [2] => address_city [3] => address_state [4] => address_state_abbreviation [5] => address_zip [6] => lat [7] => long [8] => color [9] => icon [10] => phone [11] => notes [12] => hours ) [guarded:protected] => Array ( [0] => * ) [dates:protected] => Array ( ) [casts:protected] => Array ( ) [touches:protected] => Array ( ) [observables:protected] => Array ( ) [with:protected] => Array ( ) [morphClass:protected] => [exists] => 1 [wasRecentlyCreated] => ) [trackinginsert] => ) ) ) ) [1] => Array ( [page_title] => Homepage [header] => [footer] => [bodyclass] => [trackingscripts] => ) )
    source:
    30                 "page_title" => $page->title,
    31                 "header" => $page->header,
    32                 "footer" => $page->footer,
    33                 "bodyclass" => $page->bodyclass,
    34                 "trackingscripts" => $page->trackingscripts
    35             ]);
    36         } else {
    37             \Router::show404Error();
    38             die();
    39         }
    40     }
    
  8. file:
    /var/www/html2/tonyspizzaeventcenter.com/inc/core/controllers/BaseController.php
    line:
    96
    function:
    call_user_func_array
    args:
    Array
    (
        [0] => Array
            (
                [0] => Controller\Page Object
                    (
                        [response:protected] => 
                        [requiresLogin:protected] => 
                        [isLoggedIn:protected] => 
                        [auth:protected] => Auth Object
                            (
                                [centralAuth:Auth:private] => CAuthClient Object
                                    (
                                        [client:CAuthClient:private] => 
                                        [wsdl:CAuthClient:private] => https://intranet.aycmedia.com/api/CAuthServer_v2.php?WSDL
                                    )
    
                                [isAdmin] => 
                                [user:Auth:private] => 
                            )
    
                    )
    
                [1] => view
            )
    
        [1] => Array
            (
                [0] => 1
            )
    
    )
    
    source:
     91             $this->show404();
     92         }
     93 
     94         // invoke the controller method, pass in whatever variables we have
     95         if (count($args) > 0)
     96             call_user_func_array(array($this, $action), $args);
     97         else
     98             $this->$action();
     99 
    100         return true;
    101     }
    
  9. file:
    /var/www/html2/tonyspizzaeventcenter.com/inc/core/Router.php
    line:
    191
    function:
    run
    class:
    Controller\BaseController
    type:
    ->
    args:
    Array
    (
        [0] => view
        [1] => Array
            (
                [0] => 1
            )
    
    )
    
    source:
    186             $_GET[$getVarParts[0]] = (count($getVarParts) > 1) ? $getVarParts[1] : null;
    187         }
    188 
    189         /** @var \Controller\BaseController $controller */
    190         $controller = new $controllerName();
    191         return $controller->run($methodName, $args);
    192     }
    193 
    194     /**
    195      * Attempts to infer the route from the current URL
    196      * And sets the values by reference for use in the main Route function
    
  10. file:
    /var/www/html2/tonyspizzaeventcenter.com/inc/core/Router.php
    line:
    77
    function:
    callControllerMethod
    class:
    Router
    type:
    ::
    args:
    Array
    (
        [0] => page
        [1] => view
        [2] => Array
            (
                [0] => 1
            )
    
        [3] => 
        [4] => 
    )
    
    source:
    72             // Otherwise, check if the controller is translated
    73             } elseif ($correctRoute = static::checkTranslationControllerMethod($route, $folder)) {
    74                 static::callControllerMethod($correctRoute->controller, $correctRoute->method, $correctRoute->arguments, $getVars, $folder);
    75             // Otherwise, check if this is a valid friendly url route
    76             } elseif($correctRoute = static::checkForFriendlyURL($route)) {
    77                 static::callControllerMethod($correctRoute->controller, $correctRoute->method, $correctRoute->arguments, $getVars, $folder);
    78             // Otherwise, check if this is a valid friendly url route
    79             } elseif($correctRoute = static::checkForTranslationFriendlyURL($route)) {
    80                 static::callControllerMethod($correctRoute->controller, $correctRoute->method, $correctRoute->arguments, $getVars, $folder);
    81             // Else, show 404
    82             } else {
    
  11. file:
    /var/www/html2/tonyspizzaeventcenter.com/router.php
    line:
    5
    function:
    route
    class:
    Router
    type:
    ::
    args:
    Array
    (
    )
    
    source:
     2 
     3 require("inc/cms.php");
     4 
     5 Router::route();