a:14:{s:6:"config";s:1552:"a:5:{s:10:"phpVersion";s:6:"8.0.30";s:10:"yiiVersion";s:6:"2.0.53";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.53";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"en-US";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:6:"8.0.30";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:1;}s:10:"extensions";a:5:{s:23:"yiisoft/yii2-bootstrap5";a:4:{s:4:"name";s:23:"yiisoft/yii2-bootstrap5";s:7:"version";s:8:"2.0.51.0";s:5:"alias";a:1:{s:15:"@yii/bootstrap5";s:66:"/home/wadokaitexxia/public_html/vendor/yiisoft/yii2-bootstrap5/src";}s:9:"bootstrap";s:40:"yii\bootstrap5\i18n\TranslationBootstrap";}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.27.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:61:"/home/wadokaitexxia/public_html/vendor/yiisoft/yii2-debug/src";}}s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:61:"/home/wadokaitexxia/public_html/vendor/yiisoft/yii2-faker/src";}}s:26:"yiisoft/yii2-symfonymailer";a:3:{s:4:"name";s:26:"yiisoft/yii2-symfonymailer";s:7:"version";s:7:"2.0.4.0";s:5:"alias";a:1:{s:18:"@yii/symfonymailer";s:69:"/home/wadokaitexxia/public_html/vendor/yiisoft/yii2-symfonymailer/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.2.7.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:59:"/home/wadokaitexxia/public_html/vendor/yiisoft/yii2-gii/src";}}}}";s:3:"log";s:44067:"a:1:{s:8:"messages";a:63:{i:0;a:6:{i:0;s:68:"Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1779733909.8733370304107666015625;i:4;a:0:{}i:5;i:2278408;}i:1;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1779733909.884571075439453125;i:4;a:0:{}i:5;i:2448720;}i:2;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1779733909.88461589813232421875;i:4;a:0:{}i:5;i:2449520;}i:3;a:6:{i:0;s:15:"Session started";i:1;i:4;i:2;s:21:"yii\web\Session::open";i:3;d:1779733909.929523944854736328125;i:4;a:0:{}i:5;i:3182696;}i:4;a:6:{i:0;s:33:"SHOW FULL COLUMNS FROM `app_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.042395114898681640625;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4731280;}i:5;a:6:{i:0;s:57:"Opening DB connection: mysql:host=localhost;dbname=wadoka";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1779733910.0424640178680419921875;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4733720;}i:10;a:6:{i:0;s:28:"SHOW CREATE TABLE `app_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.057076930999755859375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4790832;}i:13;a:6:{i:0;s:772:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'app_user' AND `kcu`.`TABLE_NAME` = 'app_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.06620693206787109375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4814648;}i:16;a:6:{i:0;s:41:"SELECT * FROM `app_user` WHERE `id`='100'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.1052720546722412109375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5244224;}i:19;a:6:{i:0;s:52:"User '100' logged in from 99.252.214.188 via cookie.";i:1;i:4;i:2;s:27:"yii\web\User::loginByCookie";i:3;d:1779733910.1704280376434326171875;i:4;a:0:{}i:5;i:5568312;}i:20;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1779733910.2128560543060302734375;i:4;a:0:{}i:5;i:6014584;}i:21;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1779733910.2154290676116943359375;i:4;a:0:{}i:5;i:6124912;}i:22;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1779733910.2168140411376953125;i:4;a:0:{}i:5;i:6148440;}i:24;a:6:{i:0;s:19:"Route requested: ''";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1779733910.2169189453125;i:4;a:0:{}i:5;i:6148768;}i:25;a:6:{i:0;s:24:"Route to run: site/index";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1779733910.228961944580078125;i:4;a:0:{}i:5;i:6494352;}i:26;a:6:{i:0;s:61:"Running action: app\controllers\SiteController::actionIndex()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1779733910.233119964599609375;i:4;a:0:{}i:5;i:6514760;}i:27;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2376658916473388671875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6568448;}i:30;a:6:{i:0;s:37:"SHOW FULL COLUMNS FROM `content_page`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2545859813690185546875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6577992;}i:33;a:6:{i:0;s:32:"SHOW CREATE TABLE `content_page`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2562160491943359375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6590168;}i:36;a:6:{i:0;s:780:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_page' AND `kcu`.`TABLE_NAME` = 'content_page'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.25667095184326171875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6595464;}i:39;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE `page_id`=1 ORDER BY `sort_order`, `id`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2680599689483642578125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6714112;}i:42;a:6:{i:0;s:40:"SHOW FULL COLUMNS FROM `content_section`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2830879688262939453125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6728864;}i:45;a:6:{i:0;s:35:"SHOW CREATE TABLE `content_section`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2906839847564697265625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6742688;}i:48;a:6:{i:0;s:786:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_section' AND `kcu`.`TABLE_NAME` = 'content_section'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2926599979400634765625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6746320;}i:51;a:6:{i:0;s:109:"SELECT * FROM `content_block` WHERE `section_id` IN (1, 2, 3, 26, 4, 5, 6, 27, 7) ORDER BY `sort_order`, `id`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3041889667510986328125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6816392;}i:54;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `content_block`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3277270793914794921875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6907728;}i:57;a:6:{i:0;s:33:"SHOW CREATE TABLE `content_block`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.329185009002685546875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6938376;}i:60;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_block' AND `kcu`.`TABLE_NAME` = 'content_block'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.32999897003173828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6933552;}i:63;a:6:{i:0;s:107:"SELECT * FROM `content_cta` WHERE `section_id` IN (1, 2, 3, 26, 4, 5, 6, 27, 7) ORDER BY `sort_order`, `id`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3336379528045654296875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6991584;}i:66;a:6:{i:0;s:115:"SELECT * FROM `content_testimonial` WHERE `section_id` IN (1, 2, 3, 26, 4, 5, 6, 27, 7) ORDER BY `sort_order`, `id`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3866770267486572265625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7005328;}i:69;a:6:{i:0;s:44:"SHOW FULL COLUMNS FROM `content_testimonial`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.43029308319091796875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7012400;}i:72;a:6:{i:0;s:39:"SHOW CREATE TABLE `content_testimonial`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4327690601348876953125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7028512;}i:75;a:6:{i:0;s:794:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_testimonial' AND `kcu`.`TABLE_NAME` = 'content_testimonial'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4334681034088134765625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7031040;}i:78;a:6:{i:0;s:73:"SELECT * FROM `content_cta` WHERE `page_id`=1 ORDER BY `sort_order`, `id`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4365360736846923828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7027232;}i:81;a:6:{i:0;s:36:"SHOW FULL COLUMNS FROM `content_cta`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4415409564971923828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7040680;}i:84;a:6:{i:0;s:31:"SHOW CREATE TABLE `content_cta`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.443470001220703125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7054448;}i:87;a:6:{i:0;s:778:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_cta' AND `kcu`.`TABLE_NAME` = 'content_cta'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4445168972015380859375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7058128;}i:90;a:6:{i:0;s:81:"SELECT * FROM `content_testimonial` WHERE `page_id`=1 ORDER BY `sort_order`, `id`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4461190700531005859375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7070808;}i:93;a:6:{i:0;s:45:"SELECT * FROM `gallery_album` ORDER BY `name`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4833509922027587890625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7120792;}i:96;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_album`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4923141002655029296875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7132320;}i:99;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_album`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4934160709381103515625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7142216;}i:102;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_album' AND `kcu`.`TABLE_NAME` = 'gallery_album'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4937899112701416015625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7148088;}i:105;a:6:{i:0;s:70:"SELECT * FROM `gallery_image` WHERE `album_id` IN (1, 2) ORDER BY `id`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4964959621429443359375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7182096;}i:108;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_image`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5030949115753173828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7197272;}i:111;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_image`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.504045963287353515625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7210152;}i:114;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_image' AND `kcu`.`TABLE_NAME` = 'gallery_image'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5045011043548583984375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7214344;}i:117;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='blog'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5055930614471435546875;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7209168;}i:120;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE `page_id`=5 ORDER BY `sort_order`, `id`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.50621509552001953125;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7225256;}i:123;a:6:{i:0;s:88:"SELECT * FROM `content_block` WHERE `section_id` IN (24, 25) ORDER BY `sort_order`, `id`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5069129467010498046875;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7242728;}i:126;a:6:{i:0;s:86:"SELECT * FROM `content_cta` WHERE `section_id` IN (24, 25) ORDER BY `sort_order`, `id`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.509501934051513671875;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7293296;}i:129;a:6:{i:0;s:94:"SELECT * FROM `content_testimonial` WHERE `section_id` IN (24, 25) ORDER BY `sort_order`, `id`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.510056972503662109375;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7303944;}i:132;a:6:{i:0;s:73:"SELECT * FROM `content_cta` WHERE `page_id`=5 ORDER BY `sort_order`, `id`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5110208988189697265625;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7298880;}i:135;a:6:{i:0;s:81:"SELECT * FROM `content_testimonial` WHERE `page_id`=5 ORDER BY `sort_order`, `id`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.51243305206298828125;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7307304;}i:138;a:6:{i:0;s:73:"Rendering view file: /home/wadokaitexxia/public_html/views/site/index.php";i:1;i:8;i:2;s:25:"yii\base\View::renderFile";i:3;d:1779733910.5215709209442138671875;i:4;a:1:{i:0;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:348;s:8:"function";s:6:"render";s:5:"class";s:19:"yii\base\Controller";s:4:"type";s:2:"->";}}i:5;i:7435768;}i:139;a:6:{i:0;s:85:"Rendering view file: /home/wadokaitexxia/public_html/views/site/_testimonial_grid.php";i:1;i:8;i:2;s:25:"yii\base\View::renderFile";i:3;d:1779733910.5330970287322998046875;i:4;a:2:{i:0;a:5:{s:4:"file";s:52:"/home/wadokaitexxia/public_html/views/site/index.php";s:4:"line";i:203;s:8:"function";s:6:"render";s:5:"class";s:13:"yii\base\View";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:348;s:8:"function";s:6:"render";s:5:"class";s:19:"yii\base\Controller";s:4:"type";s:2:"->";}}i:5;i:7847616;}i:140;a:6:{i:0;s:75:"Rendering view file: /home/wadokaitexxia/public_html/views/layouts/main.php";i:1;i:8;i:2;s:25:"yii\base\View::renderFile";i:3;d:1779733910.54934406280517578125;i:4;a:1:{i:0;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:348;s:8:"function";s:6:"render";s:5:"class";s:19:"yii\base\Controller";s:4:"type";s:2:"->";}}i:5;i:7892760;}i:141;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.56597995758056640625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:52;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:8000432;}i:144;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='hero')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.56702899932861328125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:59;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:8009712;}i:147;a:6:{i:0;s:85:"SELECT * FROM `content_block` WHERE (`section_id`=1) AND (`identifier`='navbar-logo')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.568233966827392578125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:67;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:8019432;}i:150;a:6:{i:0;s:270:"Unable to write cache file '/home/wadokaitexxia/public_html/runtime/cache/5d/5d292feef0d65d81fd7bfc40480b5838.bin': file_put_contents(/home/wadokaitexxia/public_html/runtime/cache/5d/5d292feef0d65d81fd7bfc40480b5838.bin): Failed to open stream: No such file or directory";i:1;i:2;i:2;s:31:"yii\caching\FileCache::setValue";i:3;d:1779733910.5692141056060791015625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:54:"/home/wadokaitexxia/public_html/views/layouts/main.php";s:4:"line";i:33;s:8:"function";s:17:"getNavbarBranding";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:348;s:8:"function";s:6:"render";s:5:"class";s:19:"yii\base\Controller";s:4:"type";s:2:"->";}}i:5;i:8019680;}i:151;a:6:{i:0;s:59:"Failed to set cache value for key "content.navbar-branding"";i:1;i:2;i:2;s:27:"yii\caching\Cache::getOrSet";i:3;d:1779733910.5692379474639892578125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:54:"/home/wadokaitexxia/public_html/views/layouts/main.php";s:4:"line";i:33;s:8:"function";s:17:"getNavbarBranding";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:348;s:8:"function";s:6:"render";s:5:"class";s:19:"yii\base\Controller";s:4:"type";s:2:"->";}}i:5;i:8019216;}i:152;a:6:{i:0;s:103:"Access to debugger is denied due to IP address restriction. The requesting IP address is 99.252.214.188";i:1;i:2;i:2;s:29:"yii\debug\Module::checkAccess";i:3;d:1779733910.5741899013519287109375;i:4;a:2:{i:0;a:5:{s:4:"file";s:54:"/home/wadokaitexxia/public_html/views/layouts/main.php";s:4:"line";i:205;s:8:"function";s:7:"endBody";s:5:"class";s:12:"yii\web\View";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:348;s:8:"function";s:6:"render";s:5:"class";s:19:"yii\base\Controller";s:4:"type";s:2:"->";}}i:5;i:8057976;}i:153;a:6:{i:0;s:103:"Access to debugger is denied due to IP address restriction. The requesting IP address is 99.252.214.188";i:1;i:2;i:2;s:29:"yii\debug\Module::checkAccess";i:3;d:1779733910.58543300628662109375;i:4;a:0:{}i:5;i:7783696;}}}";s:9:"profiling";s:76374:"a:3:{s:6:"memory";i:8181960;s:4:"time";d:0.839595794677734375;s:8:"messages";a:90:{i:6;a:6:{i:0;s:57:"Opening DB connection: mysql:host=localhost;dbname=wadoka";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1779733910.042479991912841796875;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4734848;}i:7;a:6:{i:0;s:57:"Opening DB connection: mysql:host=localhost;dbname=wadoka";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1779733910.0456330776214599609375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4779952;}i:8;a:6:{i:0;s:33:"SHOW FULL COLUMNS FROM `app_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.045732975006103515625;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4780192;}i:9;a:6:{i:0;s:33:"SHOW FULL COLUMNS FROM `app_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.056560993194580078125;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4789456;}i:11;a:6:{i:0;s:28:"SHOW CREATE TABLE `app_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.057118892669677734375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4792184;}i:12;a:6:{i:0;s:28:"SHOW CREATE TABLE `app_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.057476043701171875;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4794560;}i:14;a:6:{i:0;s:772:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'app_user' AND `kcu`.`TABLE_NAME` = 'app_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.0663011074066162109375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4817512;}i:15;a:6:{i:0;s:772:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'app_user' AND `kcu`.`TABLE_NAME` = 'app_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.0672070980072021484375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4820568;}i:17;a:6:{i:0;s:41:"SELECT * FROM `app_user` WHERE `id`='100'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.1053330898284912109375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5246312;}i:18;a:6:{i:0;s:41:"SELECT * FROM `app_user` WHERE `id`='100'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.124000072479248046875;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5248336;}i:28;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2377169132232666015625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6570648;}i:29;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2543659210205078125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6573352;}i:31;a:6:{i:0;s:37:"SHOW FULL COLUMNS FROM `content_page`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2546250820159912109375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6580112;}i:32;a:6:{i:0;s:37:"SHOW FULL COLUMNS FROM `content_page`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2560899257659912109375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6586752;}i:34;a:6:{i:0;s:32:"SHOW CREATE TABLE `content_page`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2562630176544189453125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6592288;}i:35;a:6:{i:0;s:32:"SHOW CREATE TABLE `content_page`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.256475925445556640625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6594968;}i:37;a:6:{i:0;s:780:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_page' AND `kcu`.`TABLE_NAME` = 'content_page'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.256700992584228515625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6599080;}i:38;a:6:{i:0;s:780:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_page' AND `kcu`.`TABLE_NAME` = 'content_page'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.257543087005615234375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6602040;}i:40;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE `page_id`=1 ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.268147945404052734375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6716392;}i:41;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE `page_id`=1 ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2828540802001953125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6725096;}i:43;a:6:{i:0;s:40:"SHOW FULL COLUMNS FROM `content_section`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2831308841705322265625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6731008;}i:44;a:6:{i:0;s:40:"SHOW FULL COLUMNS FROM `content_section`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.290525913238525390625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6740576;}i:46;a:6:{i:0;s:35:"SHOW CREATE TABLE `content_section`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.292045116424560546875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6744808;}i:47;a:6:{i:0;s:35:"SHOW CREATE TABLE `content_section`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.292395114898681640625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6747808;}i:49;a:6:{i:0;s:786:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_section' AND `kcu`.`TABLE_NAME` = 'content_section'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2926959991455078125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6749936;}i:50;a:6:{i:0;s:786:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_section' AND `kcu`.`TABLE_NAME` = 'content_section'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2968709468841552734375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6753744;}i:52;a:6:{i:0;s:109:"SELECT * FROM `content_block` WHERE `section_id` IN (1, 2, 3, 26, 4, 5, 6, 27, 7) ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.304256916046142578125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6816352;}i:53;a:6:{i:0;s:109:"SELECT * FROM `content_block` WHERE `section_id` IN (1, 2, 3, 26, 4, 5, 6, 27, 7) ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3273069858551025390625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6904936;}i:55;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `content_block`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.32798004150390625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6908568;}i:56;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `content_block`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3290588855743408203125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6934960;}i:58;a:6:{i:0;s:33:"SHOW CREATE TABLE `content_block`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3292179107666015625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6940496;}i:59;a:6:{i:0;s:33:"SHOW CREATE TABLE `content_block`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.329555034637451171875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6944648;}i:61;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_block' AND `kcu`.`TABLE_NAME` = 'content_block'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.33010005950927734375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6935888;}i:62;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_block' AND `kcu`.`TABLE_NAME` = 'content_block'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3307590484619140625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6940264;}i:64;a:6:{i:0;s:107:"SELECT * FROM `content_cta` WHERE `section_id` IN (1, 2, 3, 26, 4, 5, 6, 27, 7) ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3337590694427490234375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6991544;}i:65;a:6:{i:0;s:107:"SELECT * FROM `content_cta` WHERE `section_id` IN (1, 2, 3, 26, 4, 5, 6, 27, 7) ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.38597011566162109375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6999536;}i:67;a:6:{i:0;s:115:"SELECT * FROM `content_testimonial` WHERE `section_id` IN (1, 2, 3, 26, 4, 5, 6, 27, 7) ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3867290019989013671875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7005320;}i:68;a:6:{i:0;s:115:"SELECT * FROM `content_testimonial` WHERE `section_id` IN (1, 2, 3, 26, 4, 5, 6, 27, 7) ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4300711154937744140625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7009208;}i:70;a:6:{i:0;s:44:"SHOW FULL COLUMNS FROM `content_testimonial`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.43033695220947265625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7013264;}i:71;a:6:{i:0;s:44:"SHOW FULL COLUMNS FROM `content_testimonial`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4326229095458984375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7025120;}i:73;a:6:{i:0;s:39:"SHOW CREATE TABLE `content_testimonial`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4328138828277587890625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7030632;}i:74;a:6:{i:0;s:39:"SHOW CREATE TABLE `content_testimonial`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4331719875335693359375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7033896;}i:76;a:6:{i:0;s:794:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_testimonial' AND `kcu`.`TABLE_NAME` = 'content_testimonial'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4334990978240966796875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7033376;}i:77;a:6:{i:0;s:794:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_testimonial' AND `kcu`.`TABLE_NAME` = 'content_testimonial'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.435688018798828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7037736;}i:79;a:6:{i:0;s:73:"SELECT * FROM `content_cta` WHERE `page_id`=1 ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.436583042144775390625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7029496;}i:80;a:6:{i:0;s:73:"SELECT * FROM `content_cta` WHERE `page_id`=1 ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4413230419158935546875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7036896;}i:82;a:6:{i:0;s:36:"SHOW FULL COLUMNS FROM `content_cta`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4418621063232421875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7042800;}i:83;a:6:{i:0;s:36:"SHOW FULL COLUMNS FROM `content_cta`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4433441162109375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7052320;}i:85;a:6:{i:0;s:31:"SHOW CREATE TABLE `content_cta`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4438269138336181640625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7056552;}i:86;a:6:{i:0;s:31:"SHOW CREATE TABLE `content_cta`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4442489147186279296875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7059808;}i:88;a:6:{i:0;s:778:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_cta' AND `kcu`.`TABLE_NAME` = 'content_cta'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.444705963134765625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7061744;}i:89;a:6:{i:0;s:778:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_cta' AND `kcu`.`TABLE_NAME` = 'content_cta'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.445516109466552734375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7066088;}i:91;a:6:{i:0;s:81:"SELECT * FROM `content_testimonial` WHERE `page_id`=1 ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.446156978607177734375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7073088;}i:92;a:6:{i:0;s:81:"SELECT * FROM `content_testimonial` WHERE `page_id`=1 ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4472630023956298828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7076912;}i:94;a:6:{i:0;s:45:"SELECT * FROM `gallery_album` ORDER BY `name`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.48340892791748046875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7122936;}i:95;a:6:{i:0;s:45:"SELECT * FROM `gallery_album` ORDER BY `name`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4921319484710693359375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7126296;}i:97;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_album`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4923579692840576171875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7134440;}i:98;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_album`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.49330902099609375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7140080;}i:100;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_album`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4934470653533935546875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7144336;}i:101;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_album`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.493618011474609375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7147016;}i:103;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_album' AND `kcu`.`TABLE_NAME` = 'gallery_album'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.493814945220947265625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7151704;}i:104;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_album' AND `kcu`.`TABLE_NAME` = 'gallery_album'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.49437808990478515625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7154664;}i:106;a:6:{i:0;s:70:"SELECT * FROM `gallery_image` WHERE `album_id` IN (1, 2) ORDER BY `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4965679645538330078125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7184096;}i:107;a:6:{i:0;s:70:"SELECT * FROM `gallery_image` WHERE `album_id` IN (1, 2) ORDER BY `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5029060840606689453125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7193600;}i:109;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_image`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5031540393829345703125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7199392;}i:110;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_image`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5039269924163818359375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7208016;}i:112;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_image`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.50407505035400390625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7212272;}i:113;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_image`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.504314899444580078125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7215272;}i:115;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_image' AND `kcu`.`TABLE_NAME` = 'gallery_image'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5045299530029296875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7217960;}i:116;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_image' AND `kcu`.`TABLE_NAME` = 'gallery_image'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.50498104095458984375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7221776;}i:118;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='blog'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5056250095367431640625;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7210992;}i:119;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='blog'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.505875110626220703125;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7213224;}i:121;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE `page_id`=5 ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.506256103515625;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7227160;}i:122;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE `page_id`=5 ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5066359043121337890625;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7230688;}i:124;a:6:{i:0;s:88:"SELECT * FROM `content_block` WHERE `section_id` IN (24, 25) ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5069611072540283203125;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7244384;}i:125;a:6:{i:0;s:88:"SELECT * FROM `content_block` WHERE `section_id` IN (24, 25) ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.50856304168701171875;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7285056;}i:127;a:6:{i:0;s:86:"SELECT * FROM `content_cta` WHERE `section_id` IN (24, 25) ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.50953197479248046875;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7294952;}i:128;a:6:{i:0;s:86:"SELECT * FROM `content_cta` WHERE `section_id` IN (24, 25) ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5098741054534912109375;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7296872;}i:130;a:6:{i:0;s:94:"SELECT * FROM `content_testimonial` WHERE `section_id` IN (24, 25) ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.510078907012939453125;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7305616;}i:131;a:6:{i:0;s:94:"SELECT * FROM `content_testimonial` WHERE `section_id` IN (24, 25) ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.510795116424560546875;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7307688;}i:133;a:6:{i:0;s:73:"SELECT * FROM `content_cta` WHERE `page_id`=5 ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.511043071746826171875;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7300768;}i:134;a:6:{i:0;s:73:"SELECT * FROM `content_cta` WHERE `page_id`=5 ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5116899013519287109375;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7303584;}i:136;a:6:{i:0;s:81:"SELECT * FROM `content_testimonial` WHERE `page_id`=5 ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5124609470367431640625;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7309208;}i:137;a:6:{i:0;s:81:"SELECT * FROM `content_testimonial` WHERE `page_id`=5 ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5127170085906982421875;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7311264;}i:142;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.56603908538818359375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:52;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:8002632;}i:143;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.566586017608642578125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:52;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:8005336;}i:145;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='hero')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5670719146728515625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:59;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:8011712;}i:146;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='hero')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5674591064453125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:59;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:8014672;}i:148;a:6:{i:0;s:85:"SELECT * FROM `content_block` WHERE (`section_id`=1) AND (`identifier`='navbar-logo')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.568272113800048828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:67;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:8021432;}i:149;a:6:{i:0;s:85:"SELECT * FROM `content_block` WHERE (`section_id`=1) AND (`identifier`='navbar-logo')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.568698883056640625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:67;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:8026280;}}}";s:2:"db";s:75576:"a:1:{s:8:"messages";a:88:{i:8;a:6:{i:0;s:33:"SHOW FULL COLUMNS FROM `app_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.045732975006103515625;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4780192;}i:9;a:6:{i:0;s:33:"SHOW FULL COLUMNS FROM `app_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.056560993194580078125;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4789456;}i:11;a:6:{i:0;s:28:"SHOW CREATE TABLE `app_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.057118892669677734375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4792184;}i:12;a:6:{i:0;s:28:"SHOW CREATE TABLE `app_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.057476043701171875;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4794560;}i:14;a:6:{i:0;s:772:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'app_user' AND `kcu`.`TABLE_NAME` = 'app_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.0663011074066162109375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4817512;}i:15;a:6:{i:0;s:772:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'app_user' AND `kcu`.`TABLE_NAME` = 'app_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.0672070980072021484375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:4820568;}i:17;a:6:{i:0;s:41:"SELECT * FROM `app_user` WHERE `id`='100'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.1053330898284912109375;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5246312;}i:18;a:6:{i:0;s:41:"SELECT * FROM `app_user` WHERE `id`='100'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.124000072479248046875;i:4;a:1:{i:0;a:5:{s:4:"file";s:47:"/home/wadokaitexxia/public_html/models/User.php";s:4:"line";i:51;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5248336;}i:28;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2377169132232666015625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6570648;}i:29;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2543659210205078125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6573352;}i:31;a:6:{i:0;s:37:"SHOW FULL COLUMNS FROM `content_page`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2546250820159912109375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6580112;}i:32;a:6:{i:0;s:37:"SHOW FULL COLUMNS FROM `content_page`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2560899257659912109375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6586752;}i:34;a:6:{i:0;s:32:"SHOW CREATE TABLE `content_page`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2562630176544189453125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6592288;}i:35;a:6:{i:0;s:32:"SHOW CREATE TABLE `content_page`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.256475925445556640625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6594968;}i:37;a:6:{i:0;s:780:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_page' AND `kcu`.`TABLE_NAME` = 'content_page'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.256700992584228515625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6599080;}i:38;a:6:{i:0;s:780:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_page' AND `kcu`.`TABLE_NAME` = 'content_page'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.257543087005615234375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6602040;}i:40;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE `page_id`=1 ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.268147945404052734375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6716392;}i:41;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE `page_id`=1 ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2828540802001953125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6725096;}i:43;a:6:{i:0;s:40:"SHOW FULL COLUMNS FROM `content_section`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2831308841705322265625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6731008;}i:44;a:6:{i:0;s:40:"SHOW FULL COLUMNS FROM `content_section`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.290525913238525390625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6740576;}i:46;a:6:{i:0;s:35:"SHOW CREATE TABLE `content_section`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.292045116424560546875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6744808;}i:47;a:6:{i:0;s:35:"SHOW CREATE TABLE `content_section`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.292395114898681640625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6747808;}i:49;a:6:{i:0;s:786:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_section' AND `kcu`.`TABLE_NAME` = 'content_section'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2926959991455078125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6749936;}i:50;a:6:{i:0;s:786:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_section' AND `kcu`.`TABLE_NAME` = 'content_section'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.2968709468841552734375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6753744;}i:52;a:6:{i:0;s:109:"SELECT * FROM `content_block` WHERE `section_id` IN (1, 2, 3, 26, 4, 5, 6, 27, 7) ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.304256916046142578125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6816352;}i:53;a:6:{i:0;s:109:"SELECT * FROM `content_block` WHERE `section_id` IN (1, 2, 3, 26, 4, 5, 6, 27, 7) ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3273069858551025390625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6904936;}i:55;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `content_block`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.32798004150390625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6908568;}i:56;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `content_block`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3290588855743408203125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6934960;}i:58;a:6:{i:0;s:33:"SHOW CREATE TABLE `content_block`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3292179107666015625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6940496;}i:59;a:6:{i:0;s:33:"SHOW CREATE TABLE `content_block`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.329555034637451171875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6944648;}i:61;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_block' AND `kcu`.`TABLE_NAME` = 'content_block'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.33010005950927734375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6935888;}i:62;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_block' AND `kcu`.`TABLE_NAME` = 'content_block'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3307590484619140625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6940264;}i:64;a:6:{i:0;s:107:"SELECT * FROM `content_cta` WHERE `section_id` IN (1, 2, 3, 26, 4, 5, 6, 27, 7) ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3337590694427490234375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6991544;}i:65;a:6:{i:0;s:107:"SELECT * FROM `content_cta` WHERE `section_id` IN (1, 2, 3, 26, 4, 5, 6, 27, 7) ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.38597011566162109375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:6999536;}i:67;a:6:{i:0;s:115:"SELECT * FROM `content_testimonial` WHERE `section_id` IN (1, 2, 3, 26, 4, 5, 6, 27, 7) ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.3867290019989013671875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7005320;}i:68;a:6:{i:0;s:115:"SELECT * FROM `content_testimonial` WHERE `section_id` IN (1, 2, 3, 26, 4, 5, 6, 27, 7) ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4300711154937744140625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7009208;}i:70;a:6:{i:0;s:44:"SHOW FULL COLUMNS FROM `content_testimonial`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.43033695220947265625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7013264;}i:71;a:6:{i:0;s:44:"SHOW FULL COLUMNS FROM `content_testimonial`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4326229095458984375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7025120;}i:73;a:6:{i:0;s:39:"SHOW CREATE TABLE `content_testimonial`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4328138828277587890625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7030632;}i:74;a:6:{i:0;s:39:"SHOW CREATE TABLE `content_testimonial`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4331719875335693359375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7033896;}i:76;a:6:{i:0;s:794:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_testimonial' AND `kcu`.`TABLE_NAME` = 'content_testimonial'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4334990978240966796875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7033376;}i:77;a:6:{i:0;s:794:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_testimonial' AND `kcu`.`TABLE_NAME` = 'content_testimonial'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.435688018798828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7037736;}i:79;a:6:{i:0;s:73:"SELECT * FROM `content_cta` WHERE `page_id`=1 ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.436583042144775390625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7029496;}i:80;a:6:{i:0;s:73:"SELECT * FROM `content_cta` WHERE `page_id`=1 ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4413230419158935546875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7036896;}i:82;a:6:{i:0;s:36:"SHOW FULL COLUMNS FROM `content_cta`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4418621063232421875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7042800;}i:83;a:6:{i:0;s:36:"SHOW FULL COLUMNS FROM `content_cta`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4433441162109375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7052320;}i:85;a:6:{i:0;s:31:"SHOW CREATE TABLE `content_cta`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4438269138336181640625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7056552;}i:86;a:6:{i:0;s:31:"SHOW CREATE TABLE `content_cta`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4442489147186279296875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7059808;}i:88;a:6:{i:0;s:778:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_cta' AND `kcu`.`TABLE_NAME` = 'content_cta'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.444705963134765625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7061744;}i:89;a:6:{i:0;s:778:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'content_cta' AND `kcu`.`TABLE_NAME` = 'content_cta'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.445516109466552734375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7066088;}i:91;a:6:{i:0;s:81:"SELECT * FROM `content_testimonial` WHERE `page_id`=1 ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.446156978607177734375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7073088;}i:92;a:6:{i:0;s:81:"SELECT * FROM `content_testimonial` WHERE `page_id`=1 ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4472630023956298828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:103;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:76;s:8:"function";s:17:"requirePageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7076912;}i:94;a:6:{i:0;s:45:"SELECT * FROM `gallery_album` ORDER BY `name`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.48340892791748046875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7122936;}i:95;a:6:{i:0;s:45:"SELECT * FROM `gallery_album` ORDER BY `name`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4921319484710693359375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7126296;}i:97;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_album`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4923579692840576171875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7134440;}i:98;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_album`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.49330902099609375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7140080;}i:100;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_album`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4934470653533935546875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7144336;}i:101;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_album`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.493618011474609375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7147016;}i:103;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_album' AND `kcu`.`TABLE_NAME` = 'gallery_album'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.493814945220947265625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7151704;}i:104;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_album' AND `kcu`.`TABLE_NAME` = 'gallery_album'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.49437808990478515625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7154664;}i:106;a:6:{i:0;s:70:"SELECT * FROM `gallery_image` WHERE `album_id` IN (1, 2) ORDER BY `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.4965679645538330078125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7184096;}i:107;a:6:{i:0;s:70:"SELECT * FROM `gallery_image` WHERE `album_id` IN (1, 2) ORDER BY `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5029060840606689453125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7193600;}i:109;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_image`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5031540393829345703125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7199392;}i:110;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `gallery_image`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5039269924163818359375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7208016;}i:112;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_image`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.50407505035400390625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7212272;}i:113;a:6:{i:0;s:33:"SHOW CREATE TABLE `gallery_image`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.504314899444580078125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7215272;}i:115;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_image' AND `kcu`.`TABLE_NAME` = 'gallery_image'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5045299530029296875;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7217960;}i:116;a:6:{i:0;s:782:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'gallery_image' AND `kcu`.`TABLE_NAME` = 'gallery_image'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.50498104095458984375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/GalleryRepository.php";s:4:"line";i:19;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:376;s:8:"function";s:9:"getAlbums";s:5:"class";s:28:"app\models\GalleryRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:85;s:8:"function";s:17:"heroGallerySlides";s:5:"class";s:30:"app\controllers\SiteController";s:4:"type";s:2:"->";}}i:5;i:7221776;}i:118;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='blog'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5056250095367431640625;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7210992;}i:119;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='blog'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.505875110626220703125;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7213224;}i:121;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE `page_id`=5 ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.506256103515625;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7227160;}i:122;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE `page_id`=5 ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5066359043121337890625;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7230688;}i:124;a:6:{i:0;s:88:"SELECT * FROM `content_block` WHERE `section_id` IN (24, 25) ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5069611072540283203125;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7244384;}i:125;a:6:{i:0;s:88:"SELECT * FROM `content_block` WHERE `section_id` IN (24, 25) ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.50856304168701171875;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7285056;}i:127;a:6:{i:0;s:86:"SELECT * FROM `content_cta` WHERE `section_id` IN (24, 25) ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.50953197479248046875;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7294952;}i:128;a:6:{i:0;s:86:"SELECT * FROM `content_cta` WHERE `section_id` IN (24, 25) ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5098741054534912109375;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7296872;}i:130;a:6:{i:0;s:94:"SELECT * FROM `content_testimonial` WHERE `section_id` IN (24, 25) ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.510078907012939453125;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7305616;}i:131;a:6:{i:0;s:94:"SELECT * FROM `content_testimonial` WHERE `section_id` IN (24, 25) ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.510795116424560546875;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7307688;}i:133;a:6:{i:0;s:73:"SELECT * FROM `content_cta` WHERE `page_id`=5 ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.511043071746826171875;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7300768;}i:134;a:6:{i:0;s:73:"SELECT * FROM `content_cta` WHERE `page_id`=5 ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5116899013519287109375;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7303584;}i:136;a:6:{i:0;s:81:"SELECT * FROM `content_testimonial` WHERE `page_id`=5 ORDER BY `sort_order`, `id`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5124609470367431640625;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7309208;}i:137;a:6:{i:0;s:81:"SELECT * FROM `content_testimonial` WHERE `page_id`=5 ORDER BY `sort_order`, `id`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5127170085906982421875;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:22;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:62:"/home/wadokaitexxia/public_html/controllers/SiteController.php";s:4:"line";i:90;s:8:"function";s:14:"findPageBySlug";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}}i:5;i:7311264;}i:142;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.56603908538818359375;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:52;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:8002632;}i:143;a:6:{i:0;s:48:"SELECT * FROM `content_page` WHERE `slug`='home'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.566586017608642578125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:52;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:8005336;}i:145;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='hero')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5670719146728515625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:59;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:8011712;}i:146;a:6:{i:0;s:77:"SELECT * FROM `content_section` WHERE (`page_id`=1) AND (`identifier`='hero')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.5674591064453125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:59;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:8014672;}i:148;a:6:{i:0;s:85:"SELECT * FROM `content_block` WHERE (`section_id`=1) AND (`identifier`='navbar-logo')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.568272113800048828125;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:67;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:8021432;}i:149;a:6:{i:0;s:85:"SELECT * FROM `content_block` WHERE (`section_id`=1) AND (`identifier`='navbar-logo')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1779733910.568698883056640625;i:4;a:3:{i:0;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:67;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:28;s:8:"function";s:30:"fetchNavbarBrandingFromContent";s:5:"class";s:28:"app\models\ContentRepository";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:60:"/home/wadokaitexxia/public_html/models/ContentRepository.php";s:4:"line";i:29;s:8:"function";s:8:"getOrSet";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}}i:5;i:8026280;}}}";s:5:"event";s:42707:"a:227:{i:0;a:5:{s:4:"time";d:1779733910.026215076446533203125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:1;a:5:{s:4:"time";d:1779733910.04561901092529296875;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:2;a:5:{s:4:"time";d:1779733910.1241390705108642578125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:3;a:5:{s:4:"time";d:1779733910.1242220401763916015625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:4;a:5:{s:4:"time";d:1779733910.1256330013275146484375;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:5;a:5:{s:4:"time";d:1779733910.170506954193115234375;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:6;a:5:{s:4:"time";d:1779733910.197597026824951171875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:7;a:5:{s:4:"time";d:1779733910.216888904571533203125;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:8;a:5:{s:4:"time";d:1779733910.2310340404510498046875;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:9;a:5:{s:4:"time";d:1779733910.233066082000732421875;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:30:"app\controllers\SiteController";}i:10;a:5:{s:4:"time";d:1779733910.23746490478515625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:11;a:5:{s:4:"time";d:1779733910.2544848918914794921875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\models\ContentPage";}i:12;a:5:{s:4:"time";d:1779733910.2588388919830322265625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:13;a:5:{s:4:"time";d:1779733910.260755062103271484375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:14;a:5:{s:4:"time";d:1779733910.2621250152587890625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:15;a:5:{s:4:"time";d:1779733910.2829849720001220703125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:16;a:5:{s:4:"time";d:1779733910.29726505279541015625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:17;a:5:{s:4:"time";d:1779733910.297328948974609375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:18;a:5:{s:4:"time";d:1779733910.2973520755767822265625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:19;a:5:{s:4:"time";d:1779733910.2973730564117431640625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:20;a:5:{s:4:"time";d:1779733910.2973918914794921875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:21;a:5:{s:4:"time";d:1779733910.29741001129150390625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:22;a:5:{s:4:"time";d:1779733910.2974278926849365234375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:23;a:5:{s:4:"time";d:1779733910.2974450588226318359375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:24;a:5:{s:4:"time";d:1779733910.3037109375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:25;a:5:{s:4:"time";d:1779733910.3038289546966552734375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:26;a:5:{s:4:"time";d:1779733910.3038790225982666015625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:27;a:5:{s:4:"time";d:1779733910.327423095703125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:28;a:5:{s:4:"time";d:1779733910.3308889865875244140625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:29;a:5:{s:4:"time";d:1779733910.3309190273284912109375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:30;a:5:{s:4:"time";d:1779733910.3310139179229736328125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:31;a:5:{s:4:"time";d:1779733910.331036090850830078125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:32;a:5:{s:4:"time";d:1779733910.331057071685791015625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:33;a:5:{s:4:"time";d:1779733910.3310849666595458984375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:34;a:5:{s:4:"time";d:1779733910.3311049938201904296875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:35;a:5:{s:4:"time";d:1779733910.3311278820037841796875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:36;a:5:{s:4:"time";d:1779733910.3311469554901123046875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:37;a:5:{s:4:"time";d:1779733910.33117008209228515625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:38;a:5:{s:4:"time";d:1779733910.33119297027587890625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:39;a:5:{s:4:"time";d:1779733910.33121395111083984375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:40;a:5:{s:4:"time";d:1779733910.331233978271484375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:41;a:5:{s:4:"time";d:1779733910.331262111663818359375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:42;a:5:{s:4:"time";d:1779733910.3312819004058837890625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:43;a:5:{s:4:"time";d:1779733910.331305027008056640625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:44;a:5:{s:4:"time";d:1779733910.331326007843017578125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:45;a:5:{s:4:"time";d:1779733910.331346988677978515625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:46;a:5:{s:4:"time";d:1779733910.3314349651336669921875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:47;a:5:{s:4:"time";d:1779733910.33145999908447265625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:48;a:5:{s:4:"time";d:1779733910.332118988037109375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:49;a:5:{s:4:"time";d:1779733910.3322050571441650390625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:50;a:5:{s:4:"time";d:1779733910.3322279453277587890625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:51;a:5:{s:4:"time";d:1779733910.3322479724884033203125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:52;a:5:{s:4:"time";d:1779733910.332271099090576171875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:53;a:5:{s:4:"time";d:1779733910.3322899341583251953125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:54;a:5:{s:4:"time";d:1779733910.3323099613189697265625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:55;a:5:{s:4:"time";d:1779733910.3323290348052978515625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:56;a:5:{s:4:"time";d:1779733910.3323500156402587890625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:57;a:5:{s:4:"time";d:1779733910.33236789703369140625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:58;a:5:{s:4:"time";d:1779733910.3323879241943359375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:59;a:5:{s:4:"time";d:1779733910.3324069976806640625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:60;a:5:{s:4:"time";d:1779733910.332427978515625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:61;a:5:{s:4:"time";d:1779733910.33244609832763671875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:62;a:5:{s:4:"time";d:1779733910.33246707916259765625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:63;a:5:{s:4:"time";d:1779733910.332550048828125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:64;a:5:{s:4:"time";d:1779733910.3325710296630859375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:65;a:5:{s:4:"time";d:1779733910.33259105682373046875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:66;a:5:{s:4:"time";d:1779733910.3326098918914794921875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:67;a:5:{s:4:"time";d:1779733910.3326389789581298828125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:68;a:5:{s:4:"time";d:1779733910.3326590061187744140625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:69;a:5:{s:4:"time";d:1779733910.3326799869537353515625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:70;a:5:{s:4:"time";d:1779733910.3326981067657470703125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:71;a:5:{s:4:"time";d:1779733910.3327178955078125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:72;a:5:{s:4:"time";d:1779733910.332736968994140625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:73;a:5:{s:4:"time";d:1779733910.3327620029449462890625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:74;a:5:{s:4:"time";d:1779733910.332767009735107421875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:75;a:5:{s:4:"time";d:1779733910.3327729701995849609375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:76;a:5:{s:4:"time";d:1779733910.33277797698974609375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:77;a:5:{s:4:"time";d:1779733910.3327829837799072265625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:78;a:5:{s:4:"time";d:1779733910.332788944244384765625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:79;a:5:{s:4:"time";d:1779733910.3327939510345458984375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:80;a:5:{s:4:"time";d:1779733910.3327999114990234375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:81;a:5:{s:4:"time";d:1779733910.3328049182891845703125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:82;a:5:{s:4:"time";d:1779733910.3328120708465576171875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:83;a:5:{s:4:"time";d:1779733910.332828044891357421875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:84;a:5:{s:4:"time";d:1779733910.3328340053558349609375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:85;a:5:{s:4:"time";d:1779733910.3328399658203125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:86;a:5:{s:4:"time";d:1779733910.3328449726104736328125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:87;a:5:{s:4:"time";d:1779733910.332849979400634765625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:88;a:5:{s:4:"time";d:1779733910.3328559398651123046875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:89;a:5:{s:4:"time";d:1779733910.3328609466552734375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:90;a:5:{s:4:"time";d:1779733910.3328669071197509765625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:91;a:5:{s:4:"time";d:1779733910.3328731060028076171875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:92;a:5:{s:4:"time";d:1779733910.33287906646728515625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:93;a:5:{s:4:"time";d:1779733910.3328840732574462890625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:94;a:5:{s:4:"time";d:1779733910.332889080047607421875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:95;a:5:{s:4:"time";d:1779733910.3328940868377685546875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:96;a:5:{s:4:"time";d:1779733910.3328990936279296875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:97;a:5:{s:4:"time";d:1779733910.3329041004180908203125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:98;a:5:{s:4:"time";d:1779733910.332909107208251953125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:99;a:5:{s:4:"time";d:1779733910.3329160213470458984375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:100;a:5:{s:4:"time";d:1779733910.33292102813720703125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:101;a:5:{s:4:"time";d:1779733910.3329260349273681640625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:102;a:5:{s:4:"time";d:1779733910.332931041717529296875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:103;a:5:{s:4:"time";d:1779733910.3329360485076904296875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:104;a:5:{s:4:"time";d:1779733910.3331410884857177734375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:105;a:5:{s:4:"time";d:1779733910.3331549167633056640625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:106;a:5:{s:4:"time";d:1779733910.3331620693206787109375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:107;a:5:{s:4:"time";d:1779733910.33316898345947265625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:108;a:5:{s:4:"time";d:1779733910.3331739902496337890625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:109;a:5:{s:4:"time";d:1779733910.333178997039794921875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:110;a:5:{s:4:"time";d:1779733910.3331849575042724609375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:111;a:5:{s:4:"time";d:1779733910.33318996429443359375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:112;a:5:{s:4:"time";d:1779733910.3331949710845947265625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:113;a:5:{s:4:"time";d:1779733910.333199977874755859375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:114;a:5:{s:4:"time";d:1779733910.3332040309906005859375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:115;a:5:{s:4:"time";d:1779733910.333209991455078125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:116;a:5:{s:4:"time";d:1779733910.3332149982452392578125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:117;a:5:{s:4:"time";d:1779733910.333220005035400390625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:118;a:5:{s:4:"time";d:1779733910.3332250118255615234375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:119;a:5:{s:4:"time";d:1779733910.4301910400390625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:29:"app\models\ContentTestimonial";}i:120;a:5:{s:4:"time";d:1779733910.4359281063079833984375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:29:"app\models\ContentTestimonial";}i:121;a:5:{s:4:"time";d:1779733910.4361960887908935546875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:122;a:5:{s:4:"time";d:1779733910.4362049102783203125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:123;a:5:{s:4:"time";d:1779733910.436211109161376953125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:124;a:5:{s:4:"time";d:1779733910.4362180233001708984375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:125;a:5:{s:4:"time";d:1779733910.43622493743896484375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:126;a:5:{s:4:"time";d:1779733910.4362299442291259765625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:127;a:5:{s:4:"time";d:1779733910.436235904693603515625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:128;a:5:{s:4:"time";d:1779733910.43624210357666015625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:129;a:5:{s:4:"time";d:1779733910.4362709522247314453125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:130;a:5:{s:4:"time";d:1779733910.441432952880859375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:131;a:5:{s:4:"time";d:1779733910.4456551074981689453125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:132;a:5:{s:4:"time";d:1779733910.445683002471923828125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:133;a:5:{s:4:"time";d:1779733910.445702075958251953125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:134;a:5:{s:4:"time";d:1779733910.4457199573516845703125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:135;a:5:{s:4:"time";d:1779733910.44573688507080078125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:136;a:5:{s:4:"time";d:1779733910.4457519054412841796875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:137;a:5:{s:4:"time";d:1779733910.445766925811767578125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:138;a:5:{s:4:"time";d:1779733910.445785045623779296875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:139;a:5:{s:4:"time";d:1779733910.4457900524139404296875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:140;a:5:{s:4:"time";d:1779733910.44579601287841796875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:141;a:5:{s:4:"time";d:1779733910.4458010196685791015625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:142;a:5:{s:4:"time";d:1779733910.445806980133056640625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:143;a:5:{s:4:"time";d:1779733910.4458129405975341796875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:144;a:5:{s:4:"time";d:1779733910.4458179473876953125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:145;a:5:{s:4:"time";d:1779733910.4458239078521728515625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:146;a:5:{s:4:"time";d:1779733910.4473989009857177734375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:29:"app\models\ContentTestimonial";}i:147;a:5:{s:4:"time";d:1779733910.4474689960479736328125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:29:"app\models\ContentTestimonial";}i:148;a:5:{s:4:"time";d:1779733910.45032501220703125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\models\ContentPage";}i:149;a:5:{s:4:"time";d:1779733910.483210086822509765625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:150;a:5:{s:4:"time";d:1779733910.49221897125244140625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryAlbum";}i:151;a:5:{s:4:"time";d:1779733910.4944860935211181640625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryAlbum";}i:152;a:5:{s:4:"time";d:1779733910.4961678981781005859375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:153;a:5:{s:4:"time";d:1779733910.50300502777099609375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:154;a:5:{s:4:"time";d:1779733910.5050809383392333984375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:155;a:5:{s:4:"time";d:1779733910.5051009654998779296875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:156;a:5:{s:4:"time";d:1779733910.505114078521728515625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:157;a:5:{s:4:"time";d:1779733910.505126953125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:158;a:5:{s:4:"time";d:1779733910.505136966705322265625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:159;a:5:{s:4:"time";d:1779733910.505146026611328125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:160;a:5:{s:4:"time";d:1779733910.505156040191650390625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:161;a:5:{s:4:"time";d:1779733910.50516510009765625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:162;a:5:{s:4:"time";d:1779733910.5051739215850830078125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:163;a:5:{s:4:"time";d:1779733910.5051860809326171875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:164;a:5:{s:4:"time";d:1779733910.5051898956298828125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:165;a:5:{s:4:"time";d:1779733910.5051929950714111328125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:166;a:5:{s:4:"time";d:1779733910.505196094512939453125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:167;a:5:{s:4:"time";d:1779733910.505198955535888671875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:168;a:5:{s:4:"time";d:1779733910.5052030086517333984375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:169;a:5:{s:4:"time";d:1779733910.50520610809326171875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:170;a:5:{s:4:"time";d:1779733910.5052089691162109375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:171;a:5:{s:4:"time";d:1779733910.5052130222320556640625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:172;a:5:{s:4:"time";d:1779733910.5052158832550048828125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryImage";}i:173;a:5:{s:4:"time";d:1779733910.5052630901336669921875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryAlbum";}i:174;a:5:{s:4:"time";d:1779733910.5052669048309326171875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\GalleryAlbum";}i:175;a:5:{s:4:"time";d:1779733910.505466938018798828125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:176;a:5:{s:4:"time";d:1779733910.50592708587646484375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\models\ContentPage";}i:177;a:5:{s:4:"time";d:1779733910.50600910186767578125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:178;a:5:{s:4:"time";d:1779733910.50603199005126953125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:179;a:5:{s:4:"time";d:1779733910.506043910980224609375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:180;a:5:{s:4:"time";d:1779733910.5066869258880615234375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:181;a:5:{s:4:"time";d:1779733910.5067310333251953125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:182;a:5:{s:4:"time";d:1779733910.50677490234375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:183;a:5:{s:4:"time";d:1779733910.5067970752716064453125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:184;a:5:{s:4:"time";d:1779733910.50681209564208984375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:185;a:5:{s:4:"time";d:1779733910.508616924285888671875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:186;a:5:{s:4:"time";d:1779733910.5092029571533203125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:187;a:5:{s:4:"time";d:1779733910.5092411041259765625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:188;a:5:{s:4:"time";d:1779733910.5092620849609375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:189;a:5:{s:4:"time";d:1779733910.5092780590057373046875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:190;a:5:{s:4:"time";d:1779733910.509294986724853515625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:191;a:5:{s:4:"time";d:1779733910.5093190670013427734375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:192;a:5:{s:4:"time";d:1779733910.5093228816986083984375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:193;a:5:{s:4:"time";d:1779733910.50932598114013671875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:194;a:5:{s:4:"time";d:1779733910.5093300342559814453125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:195;a:5:{s:4:"time";d:1779733910.5093328952789306640625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:196;a:5:{s:4:"time";d:1779733910.509335994720458984375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:197;a:5:{s:4:"time";d:1779733910.5108640193939208984375;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:198;a:5:{s:4:"time";d:1779733910.5108740329742431640625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:199;a:5:{s:4:"time";d:1779733910.5117359161376953125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:200;a:5:{s:4:"time";d:1779733910.5117790699005126953125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\ContentCta";}i:201;a:5:{s:4:"time";d:1779733910.5127699375152587890625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\models\ContentPage";}i:202;a:5:{s:4:"time";d:1779733910.5215580463409423828125;s:4:"name";s:12:"beforeRender";s:5:"class";s:18:"yii\base\ViewEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:203;a:5:{s:4:"time";d:1779733910.5330851078033447265625;s:4:"name";s:12:"beforeRender";s:5:"class";s:18:"yii\base\ViewEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:204;a:5:{s:4:"time";d:1779733910.5340969562530517578125;s:4:"name";s:11:"afterRender";s:5:"class";s:18:"yii\base\ViewEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:205;a:5:{s:4:"time";d:1779733910.548799037933349609375;s:4:"name";s:11:"afterRender";s:5:"class";s:18:"yii\base\ViewEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:206;a:5:{s:4:"time";d:1779733910.549333095550537109375;s:4:"name";s:12:"beforeRender";s:5:"class";s:18:"yii\base\ViewEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:207;a:5:{s:4:"time";d:1779733910.5656859874725341796875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:208;a:5:{s:4:"time";d:1779733910.566668987274169921875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\models\ContentPage";}i:209;a:5:{s:4:"time";d:1779733910.566749095916748046875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\models\ContentPage";}i:210;a:5:{s:4:"time";d:1779733910.5667879581451416015625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:211;a:5:{s:4:"time";d:1779733910.56787395477294921875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:212;a:5:{s:4:"time";d:1779733910.56793308258056640625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:25:"app\models\ContentSection";}i:213;a:5:{s:4:"time";d:1779733910.5679891109466552734375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:214;a:5:{s:4:"time";d:1779733910.5687639713287353515625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:215;a:5:{s:4:"time";d:1779733910.568830966949462890625;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:23:"app\models\ContentBlock";}i:216;a:5:{s:4:"time";d:1779733910.5692780017852783203125;s:4:"name";s:9:"beginPage";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:217;a:5:{s:4:"time";d:1779733910.5694561004638671875;s:4:"name";s:9:"beginBody";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:218;a:5:{s:4:"time";d:1779733910.5742509365081787109375;s:4:"name";s:7:"endBody";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:219;a:5:{s:4:"time";d:1779733910.5744609832763671875;s:4:"name";s:7:"endPage";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:220;a:5:{s:4:"time";d:1779733910.5748569965362548828125;s:4:"name";s:11:"afterRender";s:5:"class";s:18:"yii\base\ViewEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:221;a:5:{s:4:"time";d:1779733910.575028896331787109375;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:30:"app\controllers\SiteController";}i:222;a:5:{s:4:"time";d:1779733910.575045108795166015625;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:223;a:5:{s:4:"time";d:1779733910.5750620365142822265625;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:224;a:5:{s:4:"time";d:1779733910.5750749111175537109375;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:225;a:5:{s:4:"time";d:1779733910.5854709148406982421875;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:226;a:5:{s:4:"time";d:1779733910.585742950439453125;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:118:"a:3:{s:5:"start";d:1779733909.757666110992431640625;s:3:"end";d:1779733910.598506927490234375;s:6:"memory";i:8181960;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:317:"a:3:{s:8:"messages";a:1:{i:23;a:6:{i:0;s:56:"Pretty URL not enabled. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1779733910.216905117034912109375;i:4;a:0:{}i:5;i:6149040;}}s:5:"route";s:10:"site/index";s:6:"action";s:45:"app\controllers\SiteController::actionIndex()";}";s:7:"request";s:4921:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:15:{s:7:"x-https";s:1:"1";s:8:"priority";s:6:"u=0, i";s:14:"sec-fetch-user";s:2:"?1";s:14:"sec-fetch-site";s:11:"same-origin";s:14:"sec-fetch-mode";s:8:"navigate";s:14:"sec-fetch-dest";s:8:"document";s:25:"upgrade-insecure-requests";s:1:"1";s:6:"cookie";s:192:"_identity=e0c1bb4a7ab6b4948b233bc96ba85ccac8716ed8758b9049682320c349d5509fa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A28%3A%22%5B%22100%22%2C%22test100key%22%2C2592000%5D%22%3B%7D";s:7:"referer";s:34:"https://wadoka.itexxiahosting.com/";s:10:"connection";s:10:"keep-alive";s:15:"accept-encoding";s:23:"gzip, deflate, br, zstd";s:15:"accept-language";s:14:"en-US,en;q=0.9";s:6:"accept";s:63:"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";s:10:"user-agent";s:80:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0";s:4:"host";s:25:"wadoka.itexxiahosting.com";}s:15:"responseHeaders";a:5:{s:7:"Expires";s:29:"Thu, 19 Nov 1981 08:52:00 GMT";s:13:"Cache-Control";s:35:"no-store, no-cache, must-revalidate";s:6:"Pragma";s:8:"no-cache";s:10:"Set-Cookie";a:3:{i:0;s:60:"PHPSESSID=9c4eb0bac26337cad3aa05921d5cf65b; path=/; HttpOnly";i:1;s:280:"_identity=e0c1bb4a7ab6b4948b233bc96ba85ccac8716ed8758b9049682320c349d5509fa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A28%3A%22%5B%22100%22%2C%22test100key%22%2C2592000%5D%22%3B%7D; expires=Wed, 24-Jun-2026 18:31:50 GMT; Max-Age=2592000; path=/; HttpOnly; SameSite=Lax";i:2;s:204:"_csrf=5d8f2e0a2d7deed14fc430e136cfb407d7d2d5d4ad029e542ad8ab62bf360b66a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22jSFl_JkxIK2eiCDW5r3Na7jUDTMOG8q4%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:12:"Content-Type";s:24:"text/html; charset=UTF-8";}s:5:"route";s:10:"site/index";s:6:"action";s:45:"app\controllers\SiteController::actionIndex()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:3:"GET";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:1;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:49:{s:4:"USER";s:13:"wadokaitexxia";s:4:"HOME";s:19:"/home/wadokaitexxia";s:11:"SCRIPT_NAME";s:14:"/web/index.php";s:11:"REQUEST_URI";s:5:"/web/";s:12:"QUERY_STRING";s:0:"";s:14:"REQUEST_METHOD";s:3:"GET";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"REMOTE_PORT";s:4:"7990";s:15:"SCRIPT_FILENAME";s:45:"/home/wadokaitexxia/public_html/web/index.php";s:12:"SERVER_ADMIN";s:35:"webmaster@wadoka.itexxiahosting.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:31:"/home/wadokaitexxia/public_html";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:5:"https";s:13:"DOCUMENT_ROOT";s:31:"/home/wadokaitexxia/public_html";s:11:"REMOTE_ADDR";s:14:"99.252.214.188";s:11:"SERVER_PORT";s:3:"443";s:11:"SERVER_ADDR";s:13:"208.87.134.53";s:11:"SERVER_NAME";s:25:"wadoka.itexxiahosting.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:16:"SERVER_SIGNATURE";s:0:"";s:4:"PATH";s:180:"/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin";s:12:"HTTP_X_HTTPS";s:1:"1";s:13:"HTTP_PRIORITY";s:6:"u=0, i";s:19:"HTTP_SEC_FETCH_USER";s:2:"?1";s:19:"HTTP_SEC_FETCH_SITE";s:11:"same-origin";s:19:"HTTP_SEC_FETCH_MODE";s:8:"navigate";s:19:"HTTP_SEC_FETCH_DEST";s:8:"document";s:30:"HTTP_UPGRADE_INSECURE_REQUESTS";s:1:"1";s:11:"HTTP_COOKIE";s:192:"_identity=e0c1bb4a7ab6b4948b233bc96ba85ccac8716ed8758b9049682320c349d5509fa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A28%3A%22%5B%22100%22%2C%22test100key%22%2C2592000%5D%22%3B%7D";s:12:"HTTP_REFERER";s:34:"https://wadoka.itexxiahosting.com/";s:15:"HTTP_CONNECTION";s:10:"keep-alive";s:20:"HTTP_ACCEPT_ENCODING";s:23:"gzip, deflate, br, zstd";s:20:"HTTP_ACCEPT_LANGUAGE";s:14:"en-US,en;q=0.9";s:11:"HTTP_ACCEPT";s:63:"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";s:15:"HTTP_USER_AGENT";s:80:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0";s:9:"HTTP_HOST";s:25:"wadoka.itexxiahosting.com";s:17:"proxy-nokeepalive";s:1:"1";s:11:"SSL_TLS_SNI";s:25:"wadoka.itexxiahosting.com";s:5:"HTTPS";s:2:"on";s:10:"SCRIPT_URI";s:38:"https://wadoka.itexxiahosting.com/web/";s:10:"SCRIPT_URL";s:5:"/web/";s:9:"UNIQUE_ID";s:27:"ahSVlXXMGhd6D1JV7icAWAAAAFc";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:14:"/web/index.php";s:18:"REQUEST_TIME_FLOAT";d:1779733909.6114308834075927734375;s:12:"REQUEST_TIME";i:1779733909;s:4:"argv";a:0:{}s:4:"argc";i:0;}s:3:"GET";a:0:{}s:4:"POST";a:0:{}s:6:"COOKIE";a:1:{s:9:"_identity";s:130:"e0c1bb4a7ab6b4948b233bc96ba85ccac8716ed8758b9049682320c349d5509fa:2:{i:0;s:9:"_identity";i:1;s:28:"["100","test100key",2592000]";}";}s:5:"FILES";a:0:{}s:7:"SESSION";a:4:{s:7:"__flash";a:0:{}s:11:"__returnUrl";a:1:{i:0;s:16:"/dashboard/index";}s:4:"__id";s:3:"100";s:9:"__authKey";s:10:"test100key";}}";s:4:"user";s:795:"a:5:{s:2:"id";s:3:"100";s:8:"identity";a:7:{s:2:"id";s:5:"'100'";s:8:"username";s:7:"'admin'";s:8:"password";s:7:"'admin'";s:8:"auth_key";s:12:"'test100key'";s:12:"access_token";s:11:"'100-token'";s:4:"role";s:7:"'admin'";s:9:"stream_id";s:4:"null";}s:10:"attributes";a:7:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"Id";}i:1;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:8:"Username";}i:2;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:8:"Password";}i:3;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"Auth Key";}i:4;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"Access Token";}i:5;a:2:{s:9:"attribute";s:4:"role";s:5:"label";s:4:"Role";}i:6;a:2:{s:9:"attribute";s:9:"stream_id";s:5:"label";s:9:"Stream Id";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:2038:"a:5:{s:19:"yii\web\JqueryAsset";a:9:{s:10:"sourcePath";s:62:"/home/wadokaitexxia/public_html/vendor/bower-asset/jquery/dist";s:2:"js";a:1:{i:0;s:9:"jquery.js";}s:8:"basePath";s:51:"/home/wadokaitexxia/public_html/web/assets/4c9fb2ac";s:7:"baseUrl";s:20:"/web/assets/4c9fb2ac";s:7:"depends";a:0:{}s:3:"css";a:0:{}s:9:"jsOptions";a:0:{}s:10:"cssOptions";a:0:{}s:14:"publishOptions";a:0:{}}s:19:"app\assets\AppAsset";a:9:{s:8:"basePath";s:35:"/home/wadokaitexxia/public_html/web";s:7:"baseUrl";s:4:"/web";s:3:"css";a:1:{i:0;s:12:"css/site.css";}s:2:"js";a:0:{}s:7:"depends";a:3:{i:0;s:16:"yii\web\YiiAsset";i:1;s:29:"yii\bootstrap5\BootstrapAsset";i:2;s:35:"yii\bootstrap5\BootstrapPluginAsset";}s:10:"sourcePath";N;s:9:"jsOptions";a:0:{}s:10:"cssOptions";a:0:{}s:14:"publishOptions";a:0:{}}s:16:"yii\web\YiiAsset";a:9:{s:10:"sourcePath";s:58:"/home/wadokaitexxia/public_html/vendor/yiisoft/yii2/assets";s:2:"js";a:1:{i:0;s:6:"yii.js";}s:7:"depends";a:1:{i:0;s:19:"yii\web\JqueryAsset";}s:8:"basePath";s:51:"/home/wadokaitexxia/public_html/web/assets/9974b06e";s:7:"baseUrl";s:20:"/web/assets/9974b06e";s:3:"css";a:0:{}s:9:"jsOptions";a:0:{}s:10:"cssOptions";a:0:{}s:14:"publishOptions";a:0:{}}s:29:"yii\bootstrap5\BootstrapAsset";a:9:{s:10:"sourcePath";s:62:"/home/wadokaitexxia/public_html/vendor/twbs/bootstrap/dist/css";s:3:"css";a:1:{i:0;s:13:"bootstrap.css";}s:8:"basePath";s:51:"/home/wadokaitexxia/public_html/web/assets/2f72cfd0";s:7:"baseUrl";s:20:"/web/assets/2f72cfd0";s:7:"depends";a:0:{}s:2:"js";a:0:{}s:9:"jsOptions";a:0:{}s:10:"cssOptions";a:0:{}s:14:"publishOptions";a:0:{}}s:35:"yii\bootstrap5\BootstrapPluginAsset";a:9:{s:10:"sourcePath";s:61:"/home/wadokaitexxia/public_html/vendor/twbs/bootstrap/dist/js";s:2:"js";a:1:{i:0;s:19:"bootstrap.bundle.js";}s:7:"depends";a:1:{i:0;s:29:"yii\bootstrap5\BootstrapAsset";}s:8:"basePath";s:51:"/home/wadokaitexxia/public_html/web/assets/392adb1b";s:7:"baseUrl";s:20:"/web/assets/392adb1b";s:3:"css";a:0:{}s:9:"jsOptions";a:0:{}s:10:"cssOptions";a:0:{}s:14:"publishOptions";a:0:{}}}";s:7:"summary";a:13:{s:3:"tag";s:13:"6a149596342fc";s:3:"url";s:38:"https://wadoka.itexxiahosting.com/web/";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:14:"99.252.214.188";s:4:"time";d:1779733909.6114308834075927734375;s:10:"statusCode";i:200;s:8:"sqlCount";i:44;s:21:"excessiveCallersCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8181960;s:14:"processingTime";d:0.839595794677734375;}s:10:"exceptions";a:0:{}}