Notice (8) : Trying to get property 'id' of non-object [APP/Controller/ProductsController.php , line 539 ]Code Context -> where ([ 'id IN' => $results_master ])
-> find ( 'children' , [ 'for' => $catResults03 -> id ])
-> find ( 'threaded' );
$paths = [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
]
$PCategories = object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
(int) 0 => 'tproduct'
],
'behaviors' => [
(int) 0 => 'Tree',
(int) 1 => 'Search'
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'okinawa',
(int) 3 => 'souvenir_goods',
(int) 4 => 'other_miscellaneous_goods',
(int) 5 => 'img',
(int) 6 => 'common',
(int) 7 => 'touch-icon.png'
]
$result_canpanyID = 'okinawa'
$company_id = (int) 1
$product_pickuplist = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT tProduct.id AS `tProduct__id`, tProduct.product_id AS `tProduct__product_id`, tProduct.product_name AS `tProduct__product_name`, tProduct.created_ts AS `tProduct__created_ts`, tProduct.updated_ts AS `tProduct__updated_ts`, tProduct.company_id AS `tProduct__company_id`, tProduct.category_id AS `tProduct__category_id`, tProduct.item_name AS `tProduct__item_name`, tProduct.item_description AS `tProduct__item_description`, tProduct.jan_code AS `tProduct__jan_code`, tProduct.item_price AS `tProduct__item_price`, tProduct.product_image_url AS `tProduct__product_image_url`, tProduct.internal_capacity AS `tProduct__internal_capacity`, tProduct.best_by_date AS `tProduct__best_by_date`, tProduct.item_weight AS `tProduct__item_weight`, tProduct.c_s_quantity AS `tProduct__c_s_quantity`, tProduct.c_s_weight AS `tProduct__c_s_weight`, tProduct.product_dimensions AS `tProduct__product_dimensions`, tProduct.case_dimensions AS `tProduct__case_dimensions`, tProduct.item_color AS `tProduct__item_color`, tProduct.item_size AS `tProduct__item_size`, tProduct.product_status AS `tProduct__product_status`, tProduct.pickup_flg AS `tProduct__pickup_flg`, tProduct.eye_catching AS `tProduct__eye_catching`, tProduct.sort AS `tProduct__sort` FROM t_product tProduct WHERE (product_status = :c0 AND pickup_flg = :c1 AND company_id = :c2) ORDER BY created_ts desc, sort asc',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'tProduct__id' => 'integer',
'tProduct.id' => 'integer',
'id' => 'integer',
'tProduct__product_id' => 'integer',
'tProduct.product_id' => 'integer',
'product_id' => 'integer',
'tProduct__product_name' => 'string',
'tProduct.product_name' => 'string',
'product_name' => 'string',
'tProduct__created_ts' => 'datetime',
'tProduct.created_ts' => 'datetime',
'created_ts' => 'datetime',
'tProduct__updated_ts' => 'datetime',
'tProduct.updated_ts' => 'datetime',
'updated_ts' => 'datetime',
'tProduct__company_id' => 'string',
'tProduct.company_id' => 'string',
'company_id' => 'string',
'tProduct__category_id' => 'string',
'tProduct.category_id' => 'string',
'category_id' => 'string',
'tProduct__item_name' => 'string',
'tProduct.item_name' => 'string',
'item_name' => 'string',
'tProduct__item_description' => 'string',
'tProduct.item_description' => 'string',
'item_description' => 'string',
'tProduct__jan_code' => 'string',
'tProduct.jan_code' => 'string',
'jan_code' => 'string',
'tProduct__item_price' => 'string',
'tProduct.item_price' => 'string',
'item_price' => 'string',
'tProduct__product_image_url' => 'string',
'tProduct.product_image_url' => 'string',
'product_image_url' => 'string',
'tProduct__internal_capacity' => 'string',
'tProduct.internal_capacity' => 'string',
'internal_capacity' => 'string',
'tProduct__best_by_date' => 'string',
'tProduct.best_by_date' => 'string',
'best_by_date' => 'string',
'tProduct__item_weight' => 'string',
'tProduct.item_weight' => 'string',
'item_weight' => 'string',
'tProduct__c_s_quantity' => 'string',
'tProduct.c_s_quantity' => 'string',
'c_s_quantity' => 'string',
'tProduct__c_s_weight' => 'string',
'tProduct.c_s_weight' => 'string',
'c_s_weight' => 'string',
'tProduct__product_dimensions' => 'string',
'tProduct.product_dimensions' => 'string',
'product_dimensions' => 'string',
'tProduct__case_dimensions' => 'string',
'tProduct.case_dimensions' => 'string',
'case_dimensions' => 'string',
'tProduct__item_color' => 'string',
'tProduct.item_color' => 'string',
'item_color' => 'string',
'tProduct__item_size' => 'string',
'tProduct.item_size' => 'string',
'item_size' => 'string',
'tProduct__product_status' => 'integer',
'tProduct.product_status' => 'integer',
'product_status' => 'integer',
'tProduct__pickup_flg' => 'integer',
'tProduct.pickup_flg' => 'integer',
'pickup_flg' => 'integer',
'tProduct__eye_catching' => 'string',
'tProduct.eye_catching' => 'string',
'eye_catching' => 'string',
'tProduct__sort' => 'integer',
'tProduct.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\TProductTable) {}
}
$company_type = object(App\Model\Entity\MCompany) {
'id' => (int) 1,
'company_name' => '沖縄南風堂株式会社',
'slug' => 'okinawa',
'[new]' => false,
'[accessible]' => [
'company_name' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'mCompany'
}
$parentcat_s_list = [
(int) 0 => object(App\Model\Entity\TProduct) {
'id' => (int) 1,
'product_id' => (int) 69965,
'product_name' => '雪塩ちんすこう(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '90',
'item_name' => '焼き菓子',
'item_description' => '宮古島の地下海水を汲み上げて精製された「雪塩」と琉球の伝統菓子「ちんすこう」を独自の製法で組み合わせた自信作です。',
'jan_code' => '4540118000593',
'item_price' => '1296',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210909105238_雪塩ちんすこう03.png"},{"url":"\/files\/uploads\/products\/20210630065836_4540118000593.jpg"}]',
'internal_capacity' => '48個(2×24袋)',
'best_by_date' => '70日',
'item_weight' => '620g',
'c_s_quantity' => '20個',
'c_s_weight' => '12.8kg',
'product_dimensions' => '170×225×45',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630065836_4540118000593.jpg',
'sort' => (int) 428,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 1 => object(App\Model\Entity\TProduct) {
'id' => (int) 2,
'product_id' => (int) 57867,
'product_name' => '雪塩ちんすこう(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '90',
'item_name' => '焼き菓子',
'item_description' => '宮古島の地下海水を汲み上げて精製された「雪塩」と琉球の伝統菓子「ちんすこう」を独自の製法で組み合わせた自信作です。',
'jan_code' => '4540118000609',
'item_price' => '702',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210909105408_雪塩ちんすこう03.png"},{"url":"\/files\/uploads\/products\/20210630070048_4540118000609.jpg"}]',
'internal_capacity' => '24個(2×12袋)',
'best_by_date' => '70日',
'item_weight' => '340g',
'c_s_quantity' => '40個',
'c_s_weight' => '12.8kg',
'product_dimensions' => '110×170×45',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630070048_4540118000609.jpg',
'sort' => (int) 537,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 2 => object(App\Model\Entity\TProduct) {
'id' => (int) 3,
'product_id' => (int) 92244,
'product_name' => '雪塩ちんすこう(ミニ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '90',
'item_name' => '焼き菓子',
'item_description' => '宮古島の地下海水を汲み上げて精製された「雪塩」と琉球の伝統菓子「ちんすこう」を独自の製法で組み合わせた自信作です。',
'jan_code' => '4540118000722',
'item_price' => '324',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210909105425_雪塩ちんすこう03.png"},{"url":"\/files\/uploads\/products\/20210630070227_4540118000722.jpg"}]',
'internal_capacity' => '12個(2×6袋)',
'best_by_date' => '70日',
'item_weight' => '160g',
'c_s_quantity' => '80個',
'c_s_weight' => '13kg',
'product_dimensions' => '85×110×45',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630070227_4540118000722.jpg',
'sort' => (int) 628,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 3 => object(App\Model\Entity\TProduct) {
'id' => (int) 4,
'product_id' => (int) 42808,
'product_name' => '雪塩ちんすこう小袋',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '90',
'item_name' => '焼き菓子',
'item_description' => '宮古島の地下海水を汲み上げて精製された「雪塩」と琉球の伝統菓子「ちんすこう」を独自の製法で組み合わせた自信作です。',
'jan_code' => '4540118000869',
'item_price' => '183',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210909105943_雪塩ちんすこう03.png"},{"url":"\/files\/uploads\/products\/20210909105914_雪塩ちんすこう小袋(沖南.png"}]',
'internal_capacity' => '6個(2×3袋)',
'best_by_date' => '70日',
'item_weight' => '70g',
'c_s_quantity' => '60袋',
'c_s_weight' => '4.7kg',
'product_dimensions' => '165×120×30',
'case_dimensions' => '475×350×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210909105914_雪塩ちんすこう小袋(沖南.png',
'sort' => (int) 408,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 4 => object(App\Model\Entity\TProduct) {
'id' => (int) 5,
'product_id' => (int) 98985,
'product_name' => '雪塩ちんすこう(袋)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '90',
'item_name' => '焼き菓子',
'item_description' => '宮古島の地下海水を汲み上げて精製された「雪塩」と琉球の伝統菓子「ちんすこう」を独自の製法で組み合わせた自信作です。',
'jan_code' => '4540118000876',
'item_price' => '486',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210909105319_雪塩ちんすこう03.png"},{"url":"\/files\/uploads\/products\/20210630070517_4540118000876.jpg"}]',
'internal_capacity' => '16個(2×8袋)',
'best_by_date' => '70日',
'item_weight' => '190g',
'c_s_quantity' => '30個',
'c_s_weight' => '6kg',
'product_dimensions' => '215×140×35',
'case_dimensions' => '390×380×175',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630070517_4540118000876.jpg',
'sort' => (int) 504,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 5 => object(App\Model\Entity\TProduct) {
'id' => (int) 6,
'product_id' => (int) 98827,
'product_name' => '雪塩ちんすこうミルク風味(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '90',
'item_name' => '焼き菓子',
'item_description' => '人気の雪塩ちんすこうのミルク風味です。
ミルクの優しい甘さと雪塩の塩加減がマッチした逸品です。',
'jan_code' => '4540118002696',
'item_price' => '1296',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210831050200_4540118002696.jpg"}]',
'internal_capacity' => '48個(2×24袋)',
'best_by_date' => '70日',
'item_weight' => '620g',
'c_s_quantity' => '20個',
'c_s_weight' => '12.8kg',
'product_dimensions' => '170×225×45',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210831050200_4540118002696.jpg',
'sort' => (int) 613,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 6 => object(App\Model\Entity\TProduct) {
'id' => (int) 7,
'product_id' => (int) 32257,
'product_name' => '雪塩ちんすこうミルク風味(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '90',
'item_name' => '焼き菓子',
'item_description' => '人気の雪塩ちんすこうのミルク風味です。
ミルクの優しい甘さと雪塩の塩加減がマッチした逸品です。',
'jan_code' => '4540118002702',
'item_price' => '702',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630071647_4540118002702.jpg"}]',
'internal_capacity' => '24個(2×12袋)',
'best_by_date' => '70日',
'item_weight' => '340g',
'c_s_quantity' => '40個',
'c_s_weight' => '12.8kg',
'product_dimensions' => '110×170×45',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630071647_4540118002702.jpg',
'sort' => (int) 390,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 7 => object(App\Model\Entity\TProduct) {
'id' => (int) 8,
'product_id' => (int) 55999,
'product_name' => '雪塩ちんすこうミルク風味(ミニ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '90',
'item_name' => '焼き菓子',
'item_description' => '人気の雪塩ちんすこうのミルク風味です。
ミルクの優しい甘さと雪塩の塩加減がマッチした逸品です。',
'jan_code' => '4540118002719',
'item_price' => '324',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630071802_4540118002719.jpg"}]',
'internal_capacity' => '12個(2×6袋)',
'best_by_date' => '70日',
'item_weight' => '160g',
'c_s_quantity' => '80個',
'c_s_weight' => '13kg',
'product_dimensions' => '85×110×45',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630071802_4540118002719.jpg',
'sort' => (int) 483,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 8 => object(App\Model\Entity\TProduct) {
'id' => (int) 9,
'product_id' => (int) 79561,
'product_name' => '雪塩ちんすこうミルク風味小袋',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '90',
'item_name' => '焼き菓子',
'item_description' => '人気の雪塩ちんすこうのミルク風味です。
ミルクの優しい甘さと雪塩の塩加減がマッチした逸品です。',
'jan_code' => '4540118002726',
'item_price' => '183',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210831050047_雪塩ちんすこうミルク風味小袋(全拠点)正方形.jpg"}]',
'internal_capacity' => '6個(2×3袋)',
'best_by_date' => '70日',
'item_weight' => '70g',
'c_s_quantity' => '60袋',
'c_s_weight' => '4.7kg',
'product_dimensions' => '165×120×30',
'case_dimensions' => '475×350×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210831050047_雪塩ちんすこうミルク風味小袋(全拠点)正方形.jpg',
'sort' => (int) 576,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 9 => object(App\Model\Entity\TProduct) {
'id' => (int) 10,
'product_id' => (int) 19629,
'product_name' => '雪塩ちんすこうミルク風味(袋)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '90',
'item_name' => '焼き菓子',
'item_description' => '人気の雪塩ちんすこうのミルク風味です。
ミルクの優しい甘さと雪塩の塩加減がマッチした逸品です。',
'jan_code' => '4540118004126',
'item_price' => '486',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072150_4540118004126.jpg"}]',
'internal_capacity' => '16個(2×8袋)',
'best_by_date' => '70日',
'item_weight' => '190g',
'c_s_quantity' => '30個',
'c_s_weight' => '6kg',
'product_dimensions' => '215×140×35',
'case_dimensions' => '390×380×175',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072150_4540118004126.jpg',
'sort' => (int) 683,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 10 => object(App\Model\Entity\TProduct) {
'id' => (int) 11,
'product_id' => (int) 47675,
'product_name' => '詰め合わせちんすこう(袋)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '4',
'item_name' => '焼き菓子',
'item_description' => '雪塩・抹茶・チョコチップ・ミルクの4種類の味がお楽しみ頂けるお得なセット商品です。',
'jan_code' => '4540118000944',
'item_price' => '486',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072356_4540118000944.jpg"}]',
'internal_capacity' => '16個(2×8袋)',
'best_by_date' => '70日',
'item_weight' => '190g',
'c_s_quantity' => '30個',
'c_s_weight' => '6kg',
'product_dimensions' => '215×140×35',
'case_dimensions' => '390×380×175',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072356_4540118000944.jpg',
'sort' => (int) 457,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 11 => object(App\Model\Entity\TProduct) {
'id' => (int) 12,
'product_id' => (int) 87508,
'product_name' => '抹茶ちんすこう チョコチップ入り(袋)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '4',
'item_name' => '焼き菓子',
'item_description' => '沖縄の伝統菓子「ちんすこう」に京都産抹茶とチョコチップを加えました。抹茶の風味とチョコチップが美味しさを一層引き立てます。',
'jan_code' => '4540118004195',
'item_price' => '486',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072505_4540118004195.jpg"}]',
'internal_capacity' => '16個(2×8袋)',
'best_by_date' => '70日',
'item_weight' => '190g',
'c_s_quantity' => '30個',
'c_s_weight' => '6kg',
'product_dimensions' => '215×140×35',
'case_dimensions' => '390×380×175',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072505_4540118004195.jpg',
'sort' => (int) 568,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 12 => object(App\Model\Entity\TProduct) {
'id' => (int) 13,
'product_id' => (int) 70773,
'product_name' => 'ちんすこう5種詰合せ(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '4',
'item_name' => '焼き菓子',
'item_description' => '沖縄伝統の味わい豊かなちんすこうを美味しく詰め合わせました。(雪塩×6、ミルク風味×6、プレーン×6、チョコチップ×3、抹茶×3)',
'jan_code' => '4540118004218',
'item_price' => '1296',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20241022105043_5種ちんすこう大.jpg"},{"url":"\/files\/uploads\/products\/20241022105043_5種盛りちん④.jpg"}]',
'internal_capacity' => '48個(2×24袋)',
'best_by_date' => '70日',
'item_weight' => '700g',
'c_s_quantity' => '16個',
'c_s_weight' => '11.6kg',
'product_dimensions' => '270×240×35',
'case_dimensions' => '500×285×295',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20241022105043_5種ちんすこう大.jpg',
'sort' => (int) 663,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 13 => object(App\Model\Entity\TProduct) {
'id' => (int) 14,
'product_id' => (int) 76494,
'product_name' => 'ちんすこう5種詰合せ(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '4',
'item_name' => '焼き菓子',
'item_description' => '沖縄伝統の味わい豊かなちんすこうを美味しく詰め合わせました。(雪塩×3、ミルク風味×3、プレーン×2、チョコチップ×2、抹茶×2)',
'jan_code' => '4540118004225',
'item_price' => '702',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20241022104748_5種ちんすこう小.jpg"},{"url":"\/files\/uploads\/products\/20241022104748_5種盛りちん④.jpg"}]',
'internal_capacity' => '24個(2×12袋)',
'best_by_date' => '70日',
'item_weight' => '455g',
'c_s_quantity' => '30箱',
'c_s_weight' => '14kg',
'product_dimensions' => '182×187×35',
'case_dimensions' => '570×405×190',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20241022104748_5種ちんすこう小.jpg',
'sort' => (int) 447,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 14 => object(App\Model\Entity\TProduct) {
'id' => (int) 15,
'product_id' => (int) 58896,
'product_name' => 'マンゴーケーキ(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => 'ふんわりやわらかなケーキにマンゴークリームを入れ込んだ南国ケーキです。',
'jan_code' => '4540118002351',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072753_4540118002351.jpg"}]',
'internal_capacity' => '15個',
'best_by_date' => '90日',
'item_weight' => '470g',
'c_s_quantity' => '20個',
'c_s_weight' => '10.5kg',
'product_dimensions' => '275×250×45',
'case_dimensions' => '510×290×470',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072753_4540118002351.jpg',
'sort' => (int) 547,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 15 => object(App\Model\Entity\TProduct) {
'id' => (int) 16,
'product_id' => (int) 81553,
'product_name' => 'マンゴーケーキ(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => 'ふんわりやわらかなケーキにマンゴークリームを入れ込んだ南国ケーキです。',
'jan_code' => '4540118002368',
'item_price' => '648',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072810_4540118002368.jpg"}]',
'internal_capacity' => '8個',
'best_by_date' => '90日',
'item_weight' => '250g',
'c_s_quantity' => '30個',
'c_s_weight' => '10kg',
'product_dimensions' => '230×165×45',
'case_dimensions' => '520×250×435',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072810_4540118002368.jpg',
'sort' => (int) 648,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 16 => object(App\Model\Entity\TProduct) {
'id' => (int) 17,
'product_id' => (int) 28044,
'product_name' => '紅芋モンブラン(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '石垣島産紅芋「沖夢紫」の風味豊かな餡をバター風味のしっとりビスケット生地で包みました。',
'jan_code' => '4540118002443',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072827_4540118002443.jpg"}]',
'internal_capacity' => '9個',
'best_by_date' => '50日',
'item_weight' => '456g',
'c_s_quantity' => '20箱',
'c_s_weight' => '',
'product_dimensions' => '225×255×45',
'case_dimensions' => '510×290×470',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072827_4540118002443.jpg',
'sort' => (int) 18,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 17 => object(App\Model\Entity\TProduct) {
'id' => (int) 18,
'product_id' => (int) 29797,
'product_name' => '紅芋モンブラン(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '石垣島産紅芋「沖夢紫」の風味豊かな餡をバター風味のしっとりビスケット生地で包みました。',
'jan_code' => '4540118002450',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072845_4540118002450.jpg"}]',
'internal_capacity' => '6個',
'best_by_date' => '50日',
'item_weight' => '325g',
'c_s_quantity' => '15箱',
'c_s_weight' => '',
'product_dimensions' => '155×255×45',
'case_dimensions' => '390×280×315',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072845_4540118002450.jpg',
'sort' => (int) 533,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 18 => object(App\Model\Entity\TProduct) {
'id' => (int) 19,
'product_id' => (int) 85926,
'product_name' => '紅芋スティックタルト(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '豊かな紅芋の風味を一層引立てるコーヒー生地の本格タルト。食べやすいスティック状です。',
'jan_code' => '4540118002894',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072905_4540118002894.jpg"}]',
'internal_capacity' => '12個',
'best_by_date' => '40日',
'item_weight' => '485g',
'c_s_quantity' => '20個',
'c_s_weight' => '10.3kg',
'product_dimensions' => '210×245×40',
'case_dimensions' => '430×510×210',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072905_4540118002894.jpg',
'sort' => (int) 623,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 19 => object(App\Model\Entity\TProduct) {
'id' => (int) 20,
'product_id' => (int) 15702,
'product_name' => '紅芋スティックタルト(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '豊かな紅芋の風味を一層引立てるコーヒー生地の本格タルト。食べやすいスティック状です。',
'jan_code' => '4540118002900',
'item_price' => '648',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072923_4540118002900.jpg"}]',
'internal_capacity' => '6個',
'best_by_date' => '40日',
'item_weight' => '230g',
'c_s_quantity' => '40個',
'c_s_weight' => '10.3kg',
'product_dimensions' => '210×125×40',
'case_dimensions' => '430×510×210',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072923_4540118002900.jpg',
'sort' => (int) 3,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 20 => object(App\Model\Entity\TProduct) {
'id' => (int) 21,
'product_id' => (int) 26826,
'product_name' => '新沖夢紫 紅芋パイ(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '石垣島産紅芋『沖夢紫』を100%使用した紅芋パイです。可愛いお芋の形をしたしっとりとしたパイと紅芋あんが美味しい商品です。',
'jan_code' => '4540118006304',
'item_price' => '1296',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072942_4540118006304.jpg"}]',
'internal_capacity' => '12個',
'best_by_date' => '60日',
'item_weight' => '390g',
'c_s_quantity' => '20個',
'c_s_weight' => '8.6kg',
'product_dimensions' => '190×235×45',
'case_dimensions' => '255×410×480',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072942_4540118006304.jpg',
'sort' => (int) 500,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 21 => object(App\Model\Entity\TProduct) {
'id' => (int) 22,
'product_id' => (int) 98457,
'product_name' => '新沖夢紫 紅芋パイ(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '石垣島産紅芋『沖夢紫』を100%使用した紅芋パイです。可愛いお芋の形をしたしっとりとしたパイと紅芋あんが美味しい商品です。',
'jan_code' => '4540118006311',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073001_4540118006311.jpg"}]',
'internal_capacity' => '6個',
'best_by_date' => '60日',
'item_weight' => '200g',
'c_s_quantity' => '40個',
'c_s_weight' => '9.1kg',
'product_dimensions' => '95×235×45',
'case_dimensions' => '255×410×480',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073001_4540118006311.jpg',
'sort' => (int) 608,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 22 => object(App\Model\Entity\TProduct) {
'id' => (int) 23,
'product_id' => (int) 70607,
'product_name' => 'もっちりケーキマンゴー(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '宮古島産のマンゴーを使用したクリームと、もっちりやわらか生地が特徴のスイーツです。',
'jan_code' => '4540118006328',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073021_4540118006328.jpg"}]',
'internal_capacity' => '12個',
'best_by_date' => '40日',
'item_weight' => '490g',
'c_s_quantity' => '20個',
'c_s_weight' => '10.3kg',
'product_dimensions' => '233×270×42',
'case_dimensions' => '440×370×390',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073021_4540118006328.jpg',
'sort' => (int) 2,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 23 => object(App\Model\Entity\TProduct) {
'id' => (int) 24,
'product_id' => (int) 46817,
'product_name' => 'もっちりケーキマンゴー(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '宮古島産のマンゴーを使用したクリームと、もっちりやわらか生地が特徴のスイーツです。',
'jan_code' => '4540118006335',
'item_price' => '648',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073040_4540118006335.jpg"}]',
'internal_capacity' => '6個',
'best_by_date' => '40日',
'item_weight' => '250g',
'c_s_quantity' => '40個',
'c_s_weight' => '10.6kg',
'product_dimensions' => '147×272×42',
'case_dimensions' => '440×370×390',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073040_4540118006335.jpg',
'sort' => (int) 491,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 24 => object(App\Model\Entity\TProduct) {
'id' => (int) 25,
'product_id' => (int) 57300,
'product_name' => 'もっちりケーキパイン(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '石垣島産のパインを使用したクリームと、もっちりやわらか生地が特徴のスイーツです。',
'jan_code' => '4540118006342',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074009_4540118006342.jpg"}]',
'internal_capacity' => '12個',
'best_by_date' => '40日',
'item_weight' => '490g',
'c_s_quantity' => '20個',
'c_s_weight' => '10.3kg',
'product_dimensions' => '233×270×42',
'case_dimensions' => '440×370×390',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074009_4540118006342.jpg',
'sort' => (int) 586,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 25 => object(App\Model\Entity\TProduct) {
'id' => (int) 26,
'product_id' => (int) 44500,
'product_name' => 'もっちりケーキパイン(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '石垣島産のパインを使用したクリームと、もっちりやわらか生地が特徴のスイーツです。',
'jan_code' => '4540118006359',
'item_price' => '648',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074027_4540118006359.jpg"}]',
'internal_capacity' => '6個',
'best_by_date' => '40日',
'item_weight' => '250g',
'c_s_quantity' => '40個',
'c_s_weight' => '10.6kg',
'product_dimensions' => '147×272×42',
'case_dimensions' => '440×370×390',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074027_4540118006359.jpg',
'sort' => (int) 680,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 26 => object(App\Model\Entity\TProduct) {
'id' => (int) 27,
'product_id' => (int) 10114,
'product_name' => 'もっちりケーキ紅芋(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '石垣島の美味しい紅芋『沖夢紫』を使用したクリームと、もっちりやわらか生地が特徴のスイーツです。',
'jan_code' => '4540118006366',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074045_4540118006366.jpg"}]',
'internal_capacity' => '12個',
'best_by_date' => '40日',
'item_weight' => '490g',
'c_s_quantity' => '20個',
'c_s_weight' => '10.3kg',
'product_dimensions' => '233×270×42',
'case_dimensions' => '440×370×390',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074045_4540118006366.jpg',
'sort' => (int) 467,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 27 => object(App\Model\Entity\TProduct) {
'id' => (int) 28,
'product_id' => (int) 39939,
'product_name' => 'もっちりケーキ紅芋(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '石垣島の美味しい紅芋『沖夢紫』を使用したクリームと、もっちりやわらか生地が特徴のスイーツです。',
'jan_code' => '4540118006373',
'item_price' => '648',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074101_4540118006373.jpg"}]',
'internal_capacity' => '6個',
'best_by_date' => '40日',
'item_weight' => '250g',
'c_s_quantity' => '40個',
'c_s_weight' => '10.6kg',
'product_dimensions' => '147×272×42',
'case_dimensions' => '440×370×390',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074101_4540118006373.jpg',
'sort' => (int) 559,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 28 => object(App\Model\Entity\TProduct) {
'id' => (int) 29,
'product_id' => (int) 31425,
'product_name' => 'フルーツパイ パイン(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => 'パイ生地を何層にも折込みサクサクのパイン風味に仕上げました。',
'jan_code' => '4989596003700',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074122_4989596003700.jpg"}]',
'internal_capacity' => '17枚',
'best_by_date' => '150日',
'item_weight' => '180g',
'c_s_quantity' => '30個',
'c_s_weight' => '6kg',
'product_dimensions' => '325×135×40',
'case_dimensions' => '425×350×420',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074122_4989596003700.jpg',
'sort' => (int) 666,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 29 => object(App\Model\Entity\TProduct) {
'id' => (int) 30,
'product_id' => (int) 53902,
'product_name' => 'フルーツパイ パイン(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => 'パイ生地を何層にも折込みサクサクのパイン風味に仕上げました。',
'jan_code' => '4989596003717',
'item_price' => '432',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074138_4989596003717.jpg"}]',
'internal_capacity' => '10枚',
'best_by_date' => '150日',
'item_weight' => '110g',
'c_s_quantity' => '50個',
'c_s_weight' => '6.2kg',
'product_dimensions' => '325×135×40',
'case_dimensions' => '715×245×410',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074138_4989596003717.jpg',
'sort' => (int) 454,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 30 => object(App\Model\Entity\TProduct) {
'id' => (int) 31,
'product_id' => (int) 89128,
'product_name' => 'フルーツパイ マンゴー(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => 'パイ生地を何層にも折込みサクサクのマンゴー風味に仕上げました。',
'jan_code' => '4989596004189',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074159_4989596004189.jpg"}]',
'internal_capacity' => '17枚',
'best_by_date' => '150日',
'item_weight' => '180g',
'c_s_quantity' => '30個',
'c_s_weight' => '6kg',
'product_dimensions' => '325×135×40',
'case_dimensions' => '425×350×420',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074159_4989596004189.jpg',
'sort' => (int) 555,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 31 => object(App\Model\Entity\TProduct) {
'id' => (int) 32,
'product_id' => (int) 82682,
'product_name' => 'フルーツパイ マンゴー(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => 'パイ生地を何層にも折込みサクサクのマンゴー風味に仕上げました。',
'jan_code' => '4989596004196',
'item_price' => '432',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074218_4989596004196.jpg"}]',
'internal_capacity' => '10枚',
'best_by_date' => '150日',
'item_weight' => '110g',
'c_s_quantity' => '50個',
'c_s_weight' => '6.2kg',
'product_dimensions' => '325×135×40',
'case_dimensions' => '715×245×410',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074218_4989596004196.jpg',
'sort' => (int) 646,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 32 => object(App\Model\Entity\TProduct) {
'id' => (int) 33,
'product_id' => (int) 95835,
'product_name' => 'フルーツパイ 紅芋(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => 'パイ生地を何層にも折込みサクサクの紅芋風味に仕上げました。',
'jan_code' => '4989596004622',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074237_4989596004622.jpg"}]',
'internal_capacity' => '17枚',
'best_by_date' => '150日',
'item_weight' => '180g',
'c_s_quantity' => '30個',
'c_s_weight' => '6kg',
'product_dimensions' => '325×135×40',
'case_dimensions' => '425×350×420',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074237_4989596004622.jpg',
'sort' => (int) 10,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 33 => object(App\Model\Entity\TProduct) {
'id' => (int) 34,
'product_id' => (int) 35405,
'product_name' => 'フルーツパイ 紅芋(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => 'パイ生地を何層にも折込みサクサクの紅芋風味に仕上げました。',
'jan_code' => '4989596004639',
'item_price' => '432',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074256_4989596004639.jpg"}]',
'internal_capacity' => '10枚',
'best_by_date' => '150日',
'item_weight' => '110g',
'c_s_quantity' => '50個',
'c_s_weight' => '6.2kg',
'product_dimensions' => '325×135×40',
'case_dimensions' => '715×245×410',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074256_4989596004639.jpg',
'sort' => (int) 519,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 34 => object(App\Model\Entity\TProduct) {
'id' => (int) 35,
'product_id' => (int) 86494,
'product_name' => '黒糖塩パイ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '沖縄県産黒糖を使用したロングパイです。ほんのり塩味が美味しい商品です。',
'jan_code' => '4989596022527',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074323_4989596022527.jpg"}]',
'internal_capacity' => '10枚',
'best_by_date' => '150日',
'item_weight' => '220g',
'c_s_quantity' => '24個',
'c_s_weight' => '6kg',
'product_dimensions' => '255×135×60',
'case_dimensions' => '570×270×380',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074323_4989596022527.jpg',
'sort' => (int) 621,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 35 => object(App\Model\Entity\TProduct) {
'id' => (int) 36,
'product_id' => (int) 89399,
'product_name' => '石垣島紅芋クレープショコラロール(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '沖縄石垣島産の紅芋(沖夢紫)を使用したクレープ生地にホワイトチョコを包んでクレープショコラロールに仕上ました。',
'jan_code' => '4980655302550',
'item_price' => '1188',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074343_4980655302550.jpg"}]',
'internal_capacity' => '24個',
'best_by_date' => '150日',
'item_weight' => '287g',
'c_s_quantity' => '16個',
'c_s_weight' => '5.2kg',
'product_dimensions' => '310×192×40',
'case_dimensions' => '325×400×360',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074343_4980655302550.jpg',
'sort' => (int) 8,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 36 => object(App\Model\Entity\TProduct) {
'id' => (int) 37,
'product_id' => (int) 33611,
'product_name' => '石垣島紅芋クレープショコラロール(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '沖縄石垣島産の紅芋(沖夢紫)を使用したクレープ生地にホワイトチョコを包んでクレープショコラロールに仕上ました。',
'jan_code' => '4980655302543',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074400_4980655302543.jpg"}]',
'internal_capacity' => '14個',
'best_by_date' => '150日',
'item_weight' => '188g',
'c_s_quantity' => '24個',
'c_s_weight' => '5.2kg',
'product_dimensions' => '220×165×40',
'case_dimensions' => '345×470×270',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074400_4980655302543.jpg',
'sort' => (int) 509,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 37 => object(App\Model\Entity\TProduct) {
'id' => (int) 38,
'product_id' => (int) 29201,
'product_name' => '沖縄 塩ラングドシャ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => '香ばしく焼き上げた塩ラングドシャ生地にホワイトチョコクリームをサンドしました。沖縄の『塩』使用。',
'jan_code' => '4963210179309',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074430_4963210179309.jpg"}]',
'internal_capacity' => '8枚',
'best_by_date' => '180日',
'item_weight' => '140g',
'c_s_quantity' => '32個',
'c_s_weight' => '5.25kg',
'product_dimensions' => '195×195×30',
'case_dimensions' => '410×410×265',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074430_4963210179309.jpg',
'sort' => (int) 605,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 38 => object(App\Model\Entity\TProduct) {
'id' => (int) 39,
'product_id' => (int) 19656,
'product_name' => '沖夢紫 紅芋ラングドシャ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => '石垣島産の紅芋『沖夢紫』を使用した、風味豊かなラングドシャです。',
'jan_code' => '4963210179323',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074456_4963210179323.jpg"}]',
'internal_capacity' => '8枚',
'best_by_date' => '180日',
'item_weight' => '140g',
'c_s_quantity' => '32個',
'c_s_weight' => '5.25kg',
'product_dimensions' => '195×195×30',
'case_dimensions' => '410×410×265',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074456_4963210179323.jpg',
'sort' => (int) 5,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 39 => object(App\Model\Entity\TProduct) {
'id' => (int) 40,
'product_id' => (int) 84402,
'product_name' => '沖縄塩キャラメルナッツサブレ(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => '宮古島の雪塩を使用した塩キャラメルをサクサクのナッツサブレにコーティング。程良い塩加減が美味しさを引き立たせます。',
'jan_code' => '4963210180824',
'item_price' => '1382',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074515_4963210180824.jpg"}]',
'internal_capacity' => '20枚',
'best_by_date' => '150日',
'item_weight' => '260g',
'c_s_quantity' => '21個',
'c_s_weight' => '6.15kg',
'product_dimensions' => '215×262×35',
'case_dimensions' => '670×280×270',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074515_4963210180824.jpg',
'sort' => (int) 475,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 40 => object(App\Model\Entity\TProduct) {
'id' => (int) 41,
'product_id' => (int) 40768,
'product_name' => '沖縄塩キャラメルナッツサブレ(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => '宮古島の雪塩を使用した塩キャラメルをサクサクのナッツサブレにコーティング。程良い塩加減が美味しさを引き立たせます。',
'jan_code' => '4963210180817',
'item_price' => '842',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074534_4963210180817.jpg"}]',
'internal_capacity' => '12枚',
'best_by_date' => '150日',
'item_weight' => '165g',
'c_s_quantity' => '30個',
'c_s_weight' => '5.75kg',
'product_dimensions' => '215×170×40',
'case_dimensions' => '530×230×420',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074534_4963210180817.jpg',
'sort' => (int) 16,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 41 => object(App\Model\Entity\TProduct) {
'id' => (int) 42,
'product_id' => (int) 78520,
'product_name' => '沖縄しぃ~さぁ~スイートサブレ(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => 'サクサクの食感が楽しいシーサーの顔を模ったバタークッキーです。止まらない美味しさです。',
'jan_code' => '4980655503766',
'item_price' => '1188',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240410060958_新シーサーサブレ大.jpg"}]',
'internal_capacity' => '24個',
'best_by_date' => '120日',
'item_weight' => '500g',
'c_s_quantity' => '16個',
'c_s_weight' => '9.15kg',
'product_dimensions' => '275×335×35',
'case_dimensions' => '360×560×310',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240410061006_新シーサーサブレ大.jpg',
'sort' => (int) 535,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 42 => object(App\Model\Entity\TProduct) {
'id' => (int) 43,
'product_id' => (int) 50446,
'product_name' => '沖縄しぃ~さぁ~スイートサブレ(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => 'サクサクの食感が楽しいシーサーの顔を模ったバタークッキーです。止まらない美味しさです。',
'jan_code' => '4980655503759',
'item_price' => '810',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240410061029_新シーサーサブレ小.jpg"}]',
'internal_capacity' => '14個',
'best_by_date' => '120日',
'item_weight' => '325g',
'c_s_quantity' => '21個',
'c_s_weight' => '7.5kg',
'product_dimensions' => '260×230×35',
'case_dimensions' => '280×715×280',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240410061029_新シーサーサブレ小.jpg',
'sort' => (int) 631,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 43 => object(App\Model\Entity\TProduct) {
'id' => (int) 44,
'product_id' => (int) 68764,
'product_name' => '沖縄メモリーズプリントクッキー(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => '沖縄をモチーフにしたイラストがプリントされたサクッと香ばしいクッキーです。沖縄県産黒糖使用。',
'jan_code' => '4989596025979',
'item_price' => '1350',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074635_4989596025979.jpg"}]',
'internal_capacity' => '30枚',
'best_by_date' => '150日',
'item_weight' => '407g',
'c_s_quantity' => '20個',
'c_s_weight' => '7.1kg',
'product_dimensions' => '315×260×37',
'case_dimensions' => '275×520×380',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074635_4989596025979.jpg',
'sort' => (int) 6,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 44 => object(App\Model\Entity\TProduct) {
'id' => (int) 45,
'product_id' => (int) 91482,
'product_name' => '沖縄メモリーズプリントクッキー(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => '沖縄をモチーフにしたイラストがプリントされたサクッと香ばしいクッキーです。沖縄県産黒糖使用。',
'jan_code' => '4989596025986',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20220906103723_4989596025986.jpg"}]',
'internal_capacity' => '18枚',
'best_by_date' => '150日',
'item_weight' => '219g',
'c_s_quantity' => '30個',
'c_s_weight' => '9kg',
'product_dimensions' => '260×170×37',
'case_dimensions' => '335×545×380',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20220906103909_4989596025986.jpg',
'sort' => (int) 517,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 45 => object(App\Model\Entity\TProduct) {
'id' => (int) 46,
'product_id' => (int) 86924,
'product_name' => '沖夢紫紅芋クッキー(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => '沖縄をモチーフにしたイラストがプリントされたサクッと香ばしいクッキーです。石垣島産紅芋「沖夢紫」使用。',
'jan_code' => '4989596026976',
'item_price' => '1350',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075256_4989596026976.jpg"}]',
'internal_capacity' => '30枚',
'best_by_date' => '150日',
'item_weight' => '407g',
'c_s_quantity' => '20個',
'c_s_weight' => '7.1kg',
'product_dimensions' => '315×260×37',
'case_dimensions' => '275×520×380',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075256_4989596026976.jpg',
'sort' => (int) 601,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 46 => object(App\Model\Entity\TProduct) {
'id' => (int) 47,
'product_id' => (int) 64367,
'product_name' => '沖夢紫紅芋クッキー(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => '沖縄をモチーフにしたイラストがプリントされたサクッと香ばしいクッキーです。石垣島産紅芋「沖夢紫」使用。',
'jan_code' => '4989596026983',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210830013832_沖夢紫 紅芋クッキー小(沖南).JPG"}]',
'internal_capacity' => '18枚',
'best_by_date' => '150日',
'item_weight' => '219g',
'c_s_quantity' => '30個',
'c_s_weight' => '9kg',
'product_dimensions' => '260×170×37',
'case_dimensions' => '335×545×380',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210830013713_沖夢紫 紅芋クッキー小(沖南)正方形.jpg',
'sort' => (int) 14,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 47 => object(App\Model\Entity\TProduct) {
'id' => (int) 48,
'product_id' => (int) 53643,
'product_name' => '焼きショコラ(塩)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '7',
'item_name' => '焼き菓子',
'item_description' => '宮古島の雪塩を使用。ほのかな塩味がショコラの美味しさを一層引き立てます。',
'jan_code' => '4540118006380',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075413_4540118006380.jpg"}]',
'internal_capacity' => '14枚',
'best_by_date' => '40日',
'item_weight' => '260g',
'c_s_quantity' => '25個',
'c_s_weight' => '7.1kg',
'product_dimensions' => '140×190×40',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075413_4540118006380.jpg',
'sort' => (int) 484,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 48 => object(App\Model\Entity\TProduct) {
'id' => (int) 49,
'product_id' => (int) 44222,
'product_name' => '焼きショコラ(マンゴー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '7',
'item_name' => '焼き菓子',
'item_description' => '宮古島産のマンゴーを使用し、濃厚な風味と香りが美味しいショコラに仕上ました。',
'jan_code' => '4540118006397',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075438_4540118006397.jpg"}]',
'internal_capacity' => '14枚',
'best_by_date' => '40日',
'item_weight' => '260g',
'c_s_quantity' => '25個',
'c_s_weight' => '7.1kg',
'product_dimensions' => '140×190×40',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075438_4540118006397.jpg',
'sort' => (int) 583,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 49 => object(App\Model\Entity\TProduct) {
'id' => (int) 50,
'product_id' => (int) 33977,
'product_name' => '焼きショコラ(パイン)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '7',
'item_name' => '焼き菓子',
'item_description' => '石垣島産のパインピューレを使用し、パインの風味を生かし、美味しく仕上げました。',
'jan_code' => '4540118006403',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075456_4540118006403.jpg"}]',
'internal_capacity' => '14枚',
'best_by_date' => '40日',
'item_weight' => '260g',
'c_s_quantity' => '25個',
'c_s_weight' => '7.1kg',
'product_dimensions' => '140×190×40',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075456_4540118006403.jpg',
'sort' => (int) 684,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 50 => object(App\Model\Entity\TProduct) {
'id' => (int) 51,
'product_id' => (int) 18844,
'product_name' => '焼きショコラ(紅芋)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '7',
'item_name' => '焼き菓子',
'item_description' => '石垣島産の紅芋『沖夢紫』を使用し、風味豊かでくちどけのよい食感に仕上ました。',
'jan_code' => '4540118006410',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075513_4540118006410.jpg"}]',
'internal_capacity' => '14枚',
'best_by_date' => '60日',
'item_weight' => '260g',
'c_s_quantity' => '25個',
'c_s_weight' => '7.1kg',
'product_dimensions' => '140×190×40',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075513_4540118006410.jpg',
'sort' => (int) 460,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 51 => object(App\Model\Entity\TProduct) {
'id' => (int) 52,
'product_id' => (int) 93191,
'product_name' => '紅芋クランチ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '7',
'item_name' => '準チョコ菓子',
'item_description' => '石垣島産の紅芋(沖夢紫)を使用したチョコレート菓子です。サクサク食感がたまらない商品です。',
'jan_code' => '4980655061860',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20220804084446_bekiimo_crunch.jpg"}]',
'internal_capacity' => '12個',
'best_by_date' => '120日',
'item_weight' => '265g',
'c_s_quantity' => '24個',
'c_s_weight' => '7.1kg',
'product_dimensions' => '270×180×35',
'case_dimensions' => '560×290×300',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20220804084446_bekiimo_crunch.jpg',
'sort' => (int) 570,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 52 => object(App\Model\Entity\TProduct) {
'id' => (int) 53,
'product_id' => (int) 37220,
'product_name' => '宮古島マンゴークランチ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '7',
'item_name' => '準チョコ菓子',
'item_description' => '宮古島産のマンゴーを使用したチョコレート菓子です。サクサク食感がたまらない商品です。',
'jan_code' => '4980655061990',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075552_4980655061990.jpg"}]',
'internal_capacity' => '12個',
'best_by_date' => '120日',
'item_weight' => '265g',
'c_s_quantity' => '24個',
'c_s_weight' => '7.1kg',
'product_dimensions' => '270×180×35',
'case_dimensions' => '560×290×300',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075552_4980655061990.jpg',
'sort' => (int) 664,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 53 => object(App\Model\Entity\TProduct) {
'id' => (int) 54,
'product_id' => (int) 21396,
'product_name' => 'ゴーヤーチップス(42g)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => 'ゴーヤーを低温で焼き揚げ粟国の塩をふりかけました。素材そのものの美味しさがいきています。',
'jan_code' => '4540118021536',
'item_price' => '324',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075624_4540118021536.jpg"}]',
'internal_capacity' => '42g',
'best_by_date' => '180日',
'item_weight' => '48g',
'c_s_quantity' => '100袋',
'c_s_weight' => '6.6kg',
'product_dimensions' => '230×150×30',
'case_dimensions' => '470×315×390',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075624_4540118021536.jpg',
'sort' => (int) 443,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 54 => object(App\Model\Entity\TProduct) {
'id' => (int) 55,
'product_id' => (int) 53234,
'product_name' => '石垣島車えびせんべい(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '青く美しく透き通り、一年を通して暖かい沖縄の海で育まれた車えびを使用したおいしいおせんべいです。',
'jan_code' => '4990624003036',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080046_4990624003036.jpg"}]',
'internal_capacity' => '40枚(2×20袋)',
'best_by_date' => '150日',
'item_weight' => '275g',
'c_s_quantity' => '12個',
'c_s_weight' => '3.9kg',
'product_dimensions' => '280×250×42',
'case_dimensions' => '430×365×300',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080046_4990624003036.jpg',
'sort' => (int) 548,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 55 => object(App\Model\Entity\TProduct) {
'id' => (int) 56,
'product_id' => (int) 73196,
'product_name' => '石垣島車えびせんべい(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '青く美しく透き通り、一年を通して暖かい沖縄の海で育まれた車えびを使用したおいしいおせんべいです。',
'jan_code' => '4990624002893',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080110_4990624002893.jpg"}]',
'internal_capacity' => '20枚(2×10袋)',
'best_by_date' => '150日',
'item_weight' => '155g',
'c_s_quantity' => '24個',
'c_s_weight' => '4.35kg',
'product_dimensions' => '280×125×45',
'case_dimensions' => '530×295×300',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080110_4990624002893.jpg',
'sort' => (int) 640,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 56 => object(App\Model\Entity\TProduct) {
'id' => (int) 57,
'product_id' => (int) 25790,
'product_name' => '石垣島車えびチップス(80g)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '青く美しく透き通り、一年を通して暖かい沖縄の海で育まれた車えびを使用したおいしいチップスです。',
'jan_code' => '4990624002909',
'item_price' => '540',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080125_4990624002909.jpg"}]',
'internal_capacity' => '80g',
'best_by_date' => '150日',
'item_weight' => '110g',
'c_s_quantity' => '15袋',
'c_s_weight' => '2.24kg',
'product_dimensions' => '270×150×60',
'case_dimensions' => '280×500×330',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080125_4990624002909.jpg',
'sort' => (int) 19,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 57 => object(App\Model\Entity\TProduct) {
'id' => (int) 58,
'product_id' => (int) 27623,
'product_name' => '石垣島車えびチップス(60g)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '青く美しく透き通り、一年を通して暖かい沖縄の海で育まれた車えびを使用したおいしいチップスです。',
'jan_code' => '4990624901066',
'item_price' => '324',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080141_4990624901066.jpg"}]',
'internal_capacity' => '60g',
'best_by_date' => '150日',
'item_weight' => '65g',
'c_s_quantity' => '50袋',
'c_s_weight' => '4.5kg',
'product_dimensions' => '240×150×60',
'case_dimensions' => '530×410×405',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080141_4990624901066.jpg',
'sort' => (int) 522,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 58 => object(App\Model\Entity\TProduct) {
'id' => (int) 59,
'product_id' => (int) 67310,
'product_name' => '石垣島ラー油チップス(60g)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '石垣島ラー油を使用した程よい辛さのチップスです。カリカリっとした食感がたまりません。',
'jan_code' => '4990624901059',
'item_price' => '324',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080157_4990624901059.jpg"}]',
'internal_capacity' => '60g',
'best_by_date' => '150日',
'item_weight' => '65g',
'c_s_quantity' => '50袋',
'c_s_weight' => '4.5kg',
'product_dimensions' => '240×150×60',
'case_dimensions' => '530×410×405',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080157_4990624901059.jpg',
'sort' => (int) 626,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 59 => object(App\Model\Entity\TProduct) {
'id' => (int) 60,
'product_id' => (int) 53966,
'product_name' => 'ゴーヤーチャンプルーチップス(60g)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '沖縄の代表料理ゴーヤーチャンプルーの味をそのままチップスにしました。サクサクの食感がたまりません。',
'jan_code' => '4990624901073',
'item_price' => '324',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080214_4990624901073.jpg"}]',
'internal_capacity' => '60g',
'best_by_date' => '150日',
'item_weight' => '65g',
'c_s_quantity' => '50袋',
'c_s_weight' => '4.5kg',
'product_dimensions' => '240×150×60',
'case_dimensions' => '530×410×405',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080214_4990624901073.jpg',
'sort' => (int) 9,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 60 => object(App\Model\Entity\TProduct) {
'id' => (int) 61,
'product_id' => (int) 77949,
'product_name' => '島らっきょうチップス(60g)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '沖縄食材として人気の島らっきょう風味チップスです。サクサクの食感がたまりません。',
'jan_code' => '4990624901103',
'item_price' => '324',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210830015653_島らっきょうチップス60g(全拠点)正方形.jpg"}]',
'internal_capacity' => '60g',
'best_by_date' => '150日',
'item_weight' => '65g',
'c_s_quantity' => '50袋',
'c_s_weight' => '4.5kg',
'product_dimensions' => '240×150×60',
'case_dimensions' => '530×410×405',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210830015653_島らっきょうチップス60g(全拠点)正方形.jpg',
'sort' => (int) 503,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 61 => object(App\Model\Entity\TProduct) {
'id' => (int) 62,
'product_id' => (int) 75050,
'product_name' => '沖縄アーサせんべい(箱)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '磯の香り広がる沖縄県産アーサ(ひとえぐさ)を使い美味しいおせんべいに仕上げました。',
'jan_code' => '4990624903459',
'item_price' => '972',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080315_4990624903459.jpg"}]',
'internal_capacity' => '36枚(3×12袋)',
'best_by_date' => '150日',
'item_weight' => '200g',
'c_s_quantity' => '24箱',
'c_s_weight' => '5.4kg',
'product_dimensions' => '240×175×45',
'case_dimensions' => '430×365×300',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080315_4990624903459.jpg',
'sort' => (int) 612,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 62 => object(App\Model\Entity\TProduct) {
'id' => (int) 63,
'product_id' => (int) 19278,
'product_name' => '沖縄アーサせんべい(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '磯の香り広がる沖縄県産アーサ(ひとえぐさ)を使い美味しいおせんべいに仕上げました。',
'jan_code' => '4990624912406',
'item_price' => '486',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080338_4990624912406.jpg"}]',
'internal_capacity' => '18枚(3枚×8袋)',
'best_by_date' => '150日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080338_4990624912406.jpg',
'sort' => (int) 4,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 63 => object(App\Model\Entity\TProduct) {
'id' => (int) 64,
'product_id' => (int) 40403,
'product_name' => '沖縄アーサせんべい Big Pack',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '磯の香り広がる沖縄県産アーサを使い美味しいおせんべいに仕上げました。職場や友人へ配るのに、最適で便利なお徳用です。',
'jan_code' => '4990624905361',
'item_price' => '1404',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080402_4990624905361.jpg"}]',
'internal_capacity' => '63枚(3×21袋)',
'best_by_date' => '150日',
'item_weight' => '240g',
'c_s_quantity' => '20袋',
'c_s_weight' => '5.5kg',
'product_dimensions' => '335×250×50',
'case_dimensions' => '715×245×410',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080402_4990624905361.jpg',
'sort' => (int) 492,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 64 => object(App\Model\Entity\TProduct) {
'id' => (int) 65,
'product_id' => (int) 14476,
'product_name' => '沖縄アーサチップス(80g)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '磯の香り広がる沖縄県産アーサ(ひとえぐさ)を使い美味しいチップスに仕上げました。',
'jan_code' => '4990624908751',
'item_price' => '540',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080422_4990624908751.jpg"}]',
'internal_capacity' => '80g',
'best_by_date' => '150日',
'item_weight' => '110g',
'c_s_quantity' => '15袋',
'c_s_weight' => '2.24kg',
'product_dimensions' => '270×150×60',
'case_dimensions' => '280×500×330',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080422_4990624908751.jpg',
'sort' => (int) 580,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 65 => object(App\Model\Entity\TProduct) {
'id' => (int) 66,
'product_id' => (int) 27887,
'product_name' => '沖縄アーサチップス(60g)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '磯の香り広がる沖縄県産アーサ(ひとえぐさ)を使い美味しいチップスに仕上げました。',
'jan_code' => '4990624912383',
'item_price' => '324',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080441_4990624912383.jpg"}]',
'internal_capacity' => '60g',
'best_by_date' => '150日',
'item_weight' => '65g',
'c_s_quantity' => '50袋',
'c_s_weight' => '4.5kg',
'product_dimensions' => '240×150×60',
'case_dimensions' => '530×410×405',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080441_4990624912383.jpg',
'sort' => (int) 678,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 66 => object(App\Model\Entity\TProduct) {
'id' => (int) 67,
'product_id' => (int) 26646,
'product_name' => '宮古牛チップス(80g)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '宮古島のブランド牛『宮古牛』の贅沢な風味を活かしたサクッと美味しいチップスです。',
'jan_code' => '4990624908768',
'item_price' => '540',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080512_4990624908768.jpg"}]',
'internal_capacity' => '80g',
'best_by_date' => '150日',
'item_weight' => '110g',
'c_s_quantity' => '15袋',
'c_s_weight' => '2.24kg',
'product_dimensions' => '270×150×60',
'case_dimensions' => '280×500×330',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080512_4990624908768.jpg',
'sort' => (int) 470,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 67 => object(App\Model\Entity\TProduct) {
'id' => (int) 68,
'product_id' => (int) 22344,
'product_name' => '宮古牛チップス(60g)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '宮古牛の濃厚な味わいをそのままに風味豊なおいしいチップスに仕上げました。',
'jan_code' => '4990624912390',
'item_price' => '324',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080526_4990624912390.jpg"}]',
'internal_capacity' => '60g',
'best_by_date' => '150日',
'item_weight' => '65g',
'c_s_quantity' => '50袋',
'c_s_weight' => '4.5kg',
'product_dimensions' => '240×150×60',
'case_dimensions' => '530×410×405',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080526_4990624912390.jpg',
'sort' => (int) 562,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 68 => object(App\Model\Entity\TProduct) {
'id' => (int) 69,
'product_id' => (int) 81237,
'product_name' => '島とうがらし えびせんべい(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '焼き菓子',
'item_description' => 'サクサクの海老煎餅に沖縄の島唐辛子を使い、えび風味のピリッとした辛さがたまらない煎餅に仕上ました。',
'jan_code' => '4989582013867',
'item_price' => '1188',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210830014218_島とうがらしえびせんべい大(沖南パッケージ).JPG"}]',
'internal_capacity' => '27枚',
'best_by_date' => '240日',
'item_weight' => '320g',
'c_s_quantity' => '21箱',
'c_s_weight' => '7.5kg',
'product_dimensions' => '313×181×48',
'case_dimensions' => '563×332×365',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210830014218_島とうがらしえびせんべい大(沖南パッケージ)正方形.jpg',
'sort' => (int) 668,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 69 => object(App\Model\Entity\TProduct) {
'id' => (int) 70,
'product_id' => (int) 92328,
'product_name' => '島とうがらし えびせんべい(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '8',
'item_name' => '焼き菓子',
'item_description' => 'サクサクの海老煎餅に沖縄の島唐辛子を使い、えび風味のピリッとした辛さがたまらない煎餅に仕上ました。',
'jan_code' => '4989582013850',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210831045503_4989582013867.jpg"}]',
'internal_capacity' => '14枚',
'best_by_date' => '240日',
'item_weight' => '190g',
'c_s_quantity' => '36個',
'c_s_weight' => '7.8kg',
'product_dimensions' => '217×154×48',
'case_dimensions' => '483×461×315',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210831045503_4989582013867.jpg',
'sort' => (int) 446,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 70 => object(App\Model\Entity\TProduct) {
'id' => (int) 71,
'product_id' => (int) 85839,
'product_name' => '黒糖サーターアンダーギー(袋入)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '9',
'item_name' => '油菓子',
'item_description' => '沖縄の伝統菓子さーたーあんだぎーを黒糖風味に仕上げ袋に詰めた定番商品。',
'jan_code' => '4540118003624',
'item_price' => '540',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080702_4540118003624.jpg"}]',
'internal_capacity' => '12個',
'best_by_date' => '60日',
'item_weight' => '340g',
'c_s_quantity' => '50個',
'c_s_weight' => '19kg',
'product_dimensions' => '250×150×40',
'case_dimensions' => '510×290×470',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080702_4540118003624.jpg',
'sort' => (int) 556,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 71 => object(App\Model\Entity\TProduct) {
'id' => (int) 72,
'product_id' => (int) 36525,
'product_name' => '紅芋サーターアンダーギー(袋入)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '9',
'item_name' => '油菓子',
'item_description' => '沖縄の伝統菓子さーたーあんだぎーを紅芋風味に仕上げ袋に詰めた定番商品。',
'jan_code' => '4540118003631',
'item_price' => '540',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080717_4540118003631.jpg"}]',
'internal_capacity' => '12個',
'best_by_date' => '60日',
'item_weight' => '340g',
'c_s_quantity' => '50個',
'c_s_weight' => '19kg',
'product_dimensions' => '250×150×40',
'case_dimensions' => '510×290×470',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080717_4540118003631.jpg',
'sort' => (int) 650,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 72 => object(App\Model\Entity\TProduct) {
'id' => (int) 73,
'product_id' => (int) 10359,
'product_name' => '新・黒糖アンダーギー(袋入)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '9',
'item_name' => '油菓子',
'item_description' => '沖縄の伝統菓子さーたーあんだぎーを黒糖風味に仕上げ袋に詰めた定番商品。',
'jan_code' => '4540118004454',
'item_price' => '540',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080734_4540118004454.jpg"}]',
'internal_capacity' => '12個',
'best_by_date' => '60日',
'item_weight' => '340g',
'c_s_quantity' => '50個',
'c_s_weight' => '19kg',
'product_dimensions' => '250×150×40',
'case_dimensions' => '510×290×470',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080734_4540118004454.jpg',
'sort' => (int) 12,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 73 => object(App\Model\Entity\TProduct) {
'id' => (int) 74,
'product_id' => (int) 60491,
'product_name' => '新・紅芋アンダーギー(袋入)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '9',
'item_name' => '油菓子',
'item_description' => '沖縄の伝統菓子さーたーあんだぎーを紅芋風味に仕上げ袋に詰めた定番商品。',
'jan_code' => '4540118004461',
'item_price' => '540',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080748_4540118004461.jpg"}]',
'internal_capacity' => '12個',
'best_by_date' => '60日',
'item_weight' => '340g',
'c_s_quantity' => '50個',
'c_s_weight' => '19kg',
'product_dimensions' => '250×150×40',
'case_dimensions' => '510×290×470',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080748_4540118004461.jpg',
'sort' => (int) 536,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 74 => object(App\Model\Entity\TProduct) {
'id' => (int) 75,
'product_id' => (int) 83571,
'product_name' => '紅芋饅頭べにまる(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '9',
'item_name' => '焼き菓子',
'item_description' => '石垣島産の紅芋「沖夢紫」100%使用した、紅芋饅頭です。紅芋餡の中のチーズクリームが美味しさの秘密です。',
'jan_code' => '4540118004379',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080804_4540118004379.jpg"}]',
'internal_capacity' => '12個',
'best_by_date' => '40日',
'item_weight' => '470g',
'c_s_quantity' => '20個',
'c_s_weight' => '10.1kg',
'product_dimensions' => '245×210×40',
'case_dimensions' => '430×510×210',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080804_4540118004379.jpg',
'sort' => (int) 622,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 75 => object(App\Model\Entity\TProduct) {
'id' => (int) 76,
'product_id' => (int) 64441,
'product_name' => '紅芋饅頭べにまる(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '9',
'item_name' => '焼き菓子',
'item_description' => '石垣島産の紅芋「沖夢紫」100%使用した、紅芋饅頭です。紅芋餡の中のチーズクリームが美味しさの秘密です。',
'jan_code' => '4540118004386',
'item_price' => '648',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080817_4540118004386.jpg"}]',
'internal_capacity' => '6個',
'best_by_date' => '40日',
'item_weight' => '240g',
'c_s_quantity' => '40個',
'c_s_weight' => '10.4kg',
'product_dimensions' => '205×125×40',
'case_dimensions' => '430×510×210',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080817_4540118004386.jpg',
'sort' => (int) 17,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 76 => object(App\Model\Entity\TProduct) {
'id' => (int) 77,
'product_id' => (int) 85017,
'product_name' => '黒糖こんぺん(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '9',
'item_name' => '焼き菓子',
'item_description' => '琉球王国時代から重宝されている銘菓。西表島産の黒糖を生地に練り込み食べやすいサイズに仕上げました。ピーナッツと胡麻の風味が美味しさを引き立たせます。',
'jan_code' => '4540118006281',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080836_4540118006281.jpg"}]',
'internal_capacity' => '12個',
'best_by_date' => '50日',
'item_weight' => '460g',
'c_s_quantity' => '20箱',
'c_s_weight' => '9.8kg',
'product_dimensions' => '190×225×45',
'case_dimensions' => '440×370×390',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080836_4540118006281.jpg',
'sort' => (int) 511,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 77 => object(App\Model\Entity\TProduct) {
'id' => (int) 78,
'product_id' => (int) 19557,
'product_name' => '黒糖こんぺん(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '9',
'item_name' => '焼き菓子',
'item_description' => '琉球王国時代から重宝されている銘菓。西表島産の黒糖を生地に練り込み食べやすいサイズに仕上げました。ピーナッツと胡麻の風味が美味しさを引き立たせます。',
'jan_code' => '4540118006298',
'item_price' => '648',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080852_4540118006298.jpg"}]',
'internal_capacity' => '6個',
'best_by_date' => '50日',
'item_weight' => '240g',
'c_s_quantity' => '40箱',
'c_s_weight' => '10.1kg',
'product_dimensions' => '95×235×45',
'case_dimensions' => '440×370×390',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080852_4540118006298.jpg',
'sort' => (int) 597,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 78 => object(App\Model\Entity\TProduct) {
'id' => (int) 79,
'product_id' => (int) 38259,
'product_name' => 'ドライフルーツ(パパイヤ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '9',
'item_name' => 'ドライフルーツ',
'item_description' => '南国の太陽をいっぱいに受けて育ったパパイヤをライムジュースに漬け込み、乾燥させました。
(タイ産です)',
'jan_code' => '4540118021840',
'item_price' => '648',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080914_4540118021840.jpg"}]',
'internal_capacity' => '180g',
'best_by_date' => '180日',
'item_weight' => '',
'c_s_quantity' => '20袋',
'c_s_weight' => '',
'product_dimensions' => '280×170×25',
'case_dimensions' => '460×360×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080914_4540118021840.jpg',
'sort' => (int) 11,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 79 => object(App\Model\Entity\TProduct) {
'id' => (int) 80,
'product_id' => (int) 88869,
'product_name' => 'ドライフルーツ(パイン)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '9',
'item_name' => 'ドライフルーツ',
'item_description' => '南国の太陽をいっぱい浴びたパイナップルを乾燥させたフルーツです。(タイ産です。)',
'jan_code' => '4540118021857',
'item_price' => '648',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080934_4540118021857.jpg"}]',
'internal_capacity' => '180g',
'best_by_date' => '180日',
'item_weight' => '',
'c_s_quantity' => '20袋',
'c_s_weight' => '',
'product_dimensions' => '280×170×25',
'case_dimensions' => '460×360×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080934_4540118021857.jpg',
'sort' => (int) 478,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 80 => object(App\Model\Entity\TProduct) {
'id' => (int) 81,
'product_id' => (int) 47507,
'product_name' => 'ドライフルーツ(マンゴー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '9',
'item_name' => 'ドライフルーツ',
'item_description' => '南国の太陽をいっぱい浴びたマンゴーを乾燥させたフルーツです。(タイ産です。)',
'jan_code' => '4540118021864',
'item_price' => '648',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081010_4540118021864.jpg"}]',
'internal_capacity' => '140g',
'best_by_date' => '180日',
'item_weight' => '',
'c_s_quantity' => '20袋',
'c_s_weight' => '',
'product_dimensions' => '280×170×25',
'case_dimensions' => '460×360×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081010_4540118021864.jpg',
'sort' => (int) 15,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 81 => object(App\Model\Entity\TProduct) {
'id' => (int) 82,
'product_id' => (int) 57077,
'product_name' => '沖縄 紅芋あんころ餅',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '9',
'item_name' => '和菓子',
'item_description' => 'やわらかなお餅を風味豊かな紅芋餡で包みました。',
'jan_code' => '4963210321470',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081027_4963210321470.jpg"}]',
'internal_capacity' => '9個',
'best_by_date' => '75日',
'item_weight' => '290g',
'c_s_quantity' => '30個',
'c_s_weight' => '9.5kg',
'product_dimensions' => '170×170×30',
'case_dimensions' => '520×360×190',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081027_4963210321470.jpg',
'sort' => (int) 525,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 82 => object(App\Model\Entity\TProduct) {
'id' => (int) 83,
'product_id' => (int) 39971,
'product_name' => '自然回帰ピーナッツ糖(バラ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '9',
'item_name' => '豆菓子',
'item_description' => 'ピーナツ黒糖に絡ませた素朴な味です。とまらない美味しさが好評です。',
'jan_code' => '4540118019564',
'item_price' => '324',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081049_4540118019564.jpg"}]',
'internal_capacity' => '170g',
'best_by_date' => '90日',
'item_weight' => '180g',
'c_s_quantity' => '30袋',
'c_s_weight' => '5.6kg',
'product_dimensions' => '225×130×25',
'case_dimensions' => '350×270×205',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081049_4540118019564.jpg',
'sort' => (int) 617,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 83 => object(App\Model\Entity\TProduct) {
'id' => (int) 84,
'product_id' => (int) 33639,
'product_name' => '紅芋ホイップ餅(紅芋の気もち)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '9',
'item_name' => '焼き菓子',
'item_description' => 'クリーミーな味わいのホイップクリームと紅芋の餡を柔らかなお餅で包み込みました。石垣島産紅芋「沖夢紫」使用。',
'jan_code' => '4980655082674',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081107_4980655082674.jpg"}]',
'internal_capacity' => '10個',
'best_by_date' => '90日',
'item_weight' => '270g',
'c_s_quantity' => '24個',
'c_s_weight' => '6.9kg',
'product_dimensions' => '130×255×25',
'case_dimensions' => '420×270×230',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081107_4980655082674.jpg',
'sort' => (int) 7,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 84 => object(App\Model\Entity\TProduct) {
'id' => (int) 85,
'product_id' => (int) 70831,
'product_name' => '西表島県産黒糖(箱入り)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '10',
'item_name' => '黒糖',
'item_description' => '西表産さとうきびを100%使用した純黒糖です。',
'jan_code' => '4540118022786',
'item_price' => '702',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081130_4540118022786.jpg"}]',
'internal_capacity' => '300g',
'best_by_date' => '365日',
'item_weight' => '350g',
'c_s_quantity' => '30袋',
'c_s_weight' => '11.4kg',
'product_dimensions' => '185×120×50',
'case_dimensions' => '470×400×255',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081130_4540118022786.jpg',
'sort' => (int) 496,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 85 => object(App\Model\Entity\TProduct) {
'id' => (int) 86,
'product_id' => (int) 74373,
'product_name' => '波照間産純黒糖',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '10',
'item_name' => '黒糖',
'item_description' => '波照間の太陽と大地の恵みをたっぷりと受けたさとうきび100%の黒糖です。ギュッと濃縮した旨味と甘みをどうぞご賞味下さい。',
'jan_code' => '4950977140468',
'item_price' => '680',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081145_4950977140468.jpg"}]',
'internal_capacity' => '350g',
'best_by_date' => '365日',
'item_weight' => '435g',
'c_s_quantity' => '12個',
'c_s_weight' => '5.65kg',
'product_dimensions' => '180×140×45',
'case_dimensions' => '375×330×180',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081145_4950977140468.jpg',
'sort' => (int) 607,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 86 => object(App\Model\Entity\TProduct) {
'id' => (int) 87,
'product_id' => (int) 97323,
'product_name' => '沖縄県産粉黒砂糖',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '10',
'item_name' => '粉黒糖',
'item_description' => '沖縄県産の黒糖を使いやすい粉末にしているので、色んな用途で使用できます。',
'jan_code' => '4950977140574',
'item_price' => '378',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081158_4950977140574.jpg"}]',
'internal_capacity' => '220g',
'best_by_date' => '365日',
'item_weight' => '226g',
'c_s_quantity' => '30袋',
'c_s_weight' => '7.15kg',
'product_dimensions' => '220×140×20',
'case_dimensions' => '240×360×165',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081158_4950977140574.jpg',
'sort' => (int) 13,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 87 => object(App\Model\Entity\TProduct) {
'id' => (int) 88,
'product_id' => (int) 26679,
'product_name' => '西表島産黒糖(袋)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '10',
'item_name' => '黒糖',
'item_description' => '西表島産の黒糖を100%使用した純黒糖。',
'jan_code' => '4540118022762',
'item_price' => '324',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081214_4540118022762.jpg"}]',
'internal_capacity' => '200g',
'best_by_date' => '365日',
'item_weight' => '230g',
'c_s_quantity' => '50袋',
'c_s_weight' => '11.4kg',
'product_dimensions' => '140×200×25',
'case_dimensions' => '415×320×195',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081214_4540118022762.jpg',
'sort' => (int) 476,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 88 => object(App\Model\Entity\TProduct) {
'id' => (int) 89,
'product_id' => (int) 56637,
'product_name' => 'マンゴープリン',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '11',
'item_name' => '洋生菓子',
'item_description' => 'マンゴをプリンの中に閉じ込めました。フルーティな味が好評です。冷やすとより一層美味しく頂けます。',
'jan_code' => '4972075136921',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081235_4972075136921.jpg"}]',
'internal_capacity' => '6個',
'best_by_date' => '180日',
'item_weight' => '650g',
'c_s_quantity' => '18個',
'c_s_weight' => '13kg',
'product_dimensions' => '150×220×50',
'case_dimensions' => '480×460×190',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081235_4972075136921.jpg',
'sort' => (int) 577,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 89 => object(App\Model\Entity\TProduct) {
'id' => (int) 90,
'product_id' => (int) 19421,
'product_name' => 'コーラル黒糖・ココ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '12',
'item_name' => '加工黒糖',
'item_description' => '黒糖スイーツ専門ブランド「黒糖かなさ」のこだわり商品です。',
'jan_code' => '4540118030835',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081332_4540118030835.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081332_4540118030835.jpg',
'sort' => (int) 675,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 90 => object(App\Model\Entity\TProduct) {
'id' => (int) 91,
'product_id' => (int) 80383,
'product_name' => 'ヒ゜ーナッツ黒糖',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '12',
'item_name' => '加工黒糖',
'item_description' => '黒糖スイーツ専門ブランド「黒糖かなさ」のこだわり商品です。',
'jan_code' => '4540118031061',
'item_price' => '540',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081348_4540118031061.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '90日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081348_4540118031061.jpg',
'sort' => (int) 468,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 91 => object(App\Model\Entity\TProduct) {
'id' => (int) 92,
'product_id' => (int) 62042,
'product_name' => 'きひ゛スティック',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '12',
'item_name' => '焼き菓子',
'item_description' => '黒糖スイーツ専門ブランド「黒糖かなさ」のこだわり商品です。',
'jan_code' => '4540118030910',
'item_price' => '432',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081508_4540118030910-1.jpg"},{"url":"\/files\/uploads\/products\/20210630081508_4540118030910-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081508_4540118030910-1.jpg',
'sort' => (int) 572,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 92 => object(App\Model\Entity\TProduct) {
'id' => (int) 93,
'product_id' => (int) 84968,
'product_name' => 'きひ゛の花',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '12',
'item_name' => '焼き菓子',
'item_description' => '黒糖スイーツ専門ブランド「黒糖かなさ」のこだわり商品です。',
'jan_code' => '4540118031016',
'item_price' => '172',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081628_4540118031016.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081628_4540118031016.jpg',
'sort' => (int) 660,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 93 => object(App\Model\Entity\TProduct) {
'id' => (int) 94,
'product_id' => (int) 79983,
'product_name' => 'グランマ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '12',
'item_name' => '焼き菓子',
'item_description' => '黒糖スイーツ専門ブランド「黒糖かなさ」のこだわり商品です。',
'jan_code' => '4540118030927',
'item_price' => '1296',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081649_4540118030927.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081649_4540118030927.jpg',
'sort' => (int) 448,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 94 => object(App\Model\Entity\TProduct) {
'id' => (int) 95,
'product_id' => (int) 94712,
'product_name' => 'フェアリースノー',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '12',
'item_name' => '焼き菓子',
'item_description' => '黒糖スイーツ専門ブランド「黒糖かなさ」のこだわり商品です。',
'jan_code' => '4540118030804',
'item_price' => '2160',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081707_4540118030804.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081707_4540118030804.jpg',
'sort' => (int) 558,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 95 => object(App\Model\Entity\TProduct) {
'id' => (int) 96,
'product_id' => (int) 20632,
'product_name' => 'フェアリーブラウン',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '12',
'item_name' => '焼き菓子',
'item_description' => '黒糖スイーツ専門ブランド「黒糖かなさ」のこだわり商品です。',
'jan_code' => '4540118030798',
'item_price' => '2160',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081728_4540118030798.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081728_4540118030798.jpg',
'sort' => (int) 642,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 96 => object(App\Model\Entity\TProduct) {
'id' => (int) 97,
'product_id' => (int) 88186,
'product_name' => '琉球物語',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '12',
'item_name' => '焼き菓子',
'item_description' => '黒糖スイーツ専門ブランド「黒糖かなさ」のこだわり商品です。',
'jan_code' => '4540118030903',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081747_4540118030903.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081747_4540118030903.jpg',
'sort' => (int) 433,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 97 => object(App\Model\Entity\TProduct) {
'id' => (int) 98,
'product_id' => (int) 65918,
'product_name' => 'むちむち黒糖',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '12',
'item_name' => '加工黒糖',
'item_description' => '黒糖スイーツ専門ブランド「黒糖かなさ」のこだわり商品です。',
'jan_code' => '4540118031054',
'item_price' => '540',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081807_4540118031054.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '120日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081807_4540118031054.jpg',
'sort' => (int) 532,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 98 => object(App\Model\Entity\TProduct) {
'id' => (int) 99,
'product_id' => (int) 10171,
'product_name' => 'グランパ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '12',
'item_name' => '焼き菓子',
'item_description' => '黒糖スイーツ専門ブランド「黒糖かなさ」のこだわり商品です。',
'jan_code' => '4540118030897',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081822_4540118030897.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081822_4540118030897.jpg',
'sort' => (int) 624,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 99 => object(App\Model\Entity\TProduct) {
'id' => (int) 100,
'product_id' => (int) 39583,
'product_name' => '地釜黒糖',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '12',
'item_name' => '黒糖',
'item_description' => '黒糖スイーツ専門ブランド「黒糖かなさ」のこだわり商品です。',
'jan_code' => '4540118031078',
'item_price' => '540',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081851_4540118031078-1.jpg"},{"url":"\/files\/uploads\/products\/20210630081851_4540118031078-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '90日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081851_4540118031078-1.jpg',
'sort' => (int) 397,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 100 => object(App\Model\Entity\TProduct) {
'id' => (int) 101,
'product_id' => (int) 96697,
'product_name' => 'さーたーあんだぎー黒糖',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '油菓子',
'item_description' => '沖縄の伝統菓子「さーたーあんだぎ―」の黒糖味です。食べやすいよう大きさを小さくしています。沖縄風のドーナツです。',
'jan_code' => '4540118003563',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081916_4540118003563.jpg"}]',
'internal_capacity' => '2個入り',
'best_by_date' => '60日',
'item_weight' => '60g',
'c_s_quantity' => '50袋',
'c_s_weight' => '3.3kg',
'product_dimensions' => '83×160×50',
'case_dimensions' => '430×237×170',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081916_4540118003563.jpg',
'sort' => (int) 505,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 101 => object(App\Model\Entity\TProduct) {
'id' => (int) 102,
'product_id' => (int) 45694,
'product_name' => 'さーたーあんだぎー紅芋',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '油菓子',
'item_description' => '沖縄の伝統菓子「さーたーあんだぎ―」の紅芋味です。食べやすいよう大きさを小さくしています。沖縄風のドーナツです。',
'jan_code' => '4540118003570',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081932_4540118003570.jpg"}]',
'internal_capacity' => '2個入り',
'best_by_date' => '60日',
'item_weight' => '60g',
'c_s_quantity' => '50袋',
'c_s_weight' => '3.3kg',
'product_dimensions' => '83×160×50',
'case_dimensions' => '430×237×170',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081932_4540118003570.jpg',
'sort' => (int) 603,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 102 => object(App\Model\Entity\TProduct) {
'id' => (int) 103,
'product_id' => (int) 10438,
'product_name' => '抹茶ちんすこう チョコチップ入り',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '焼菓子',
'item_description' => '琉球の伝統菓子「ちんすこう」に京都産の抹茶とチョコチップを加えました。風味豊かな抹茶とチョコチップの甘さが美味しさを一層引き立てます。',
'jan_code' => '4540118004201',
'item_price' => '183',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081947_4540118004201.jpg"}]',
'internal_capacity' => '6個(2×3袋)',
'best_by_date' => '70日',
'item_weight' => '70g',
'c_s_quantity' => '60袋',
'c_s_weight' => '4.7kg',
'product_dimensions' => '165×120×30',
'case_dimensions' => '475×350×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081947_4540118004201.jpg',
'sort' => (int) 375,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 103 => object(App\Model\Entity\TProduct) {
'id' => (int) 104,
'product_id' => (int) 99740,
'product_name' => 'ゴーヤーかりんとう',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '油菓子',
'item_description' => '沖縄県産のゴーヤーを使用したカリカリ食感のかりんとうです。ほのかな苦みがおいしい逸品です。',
'jan_code' => '4540118018345',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082004_4540118018345.jpg"}]',
'internal_capacity' => '45g',
'best_by_date' => '90日',
'item_weight' => '52g',
'c_s_quantity' => '40袋',
'c_s_weight' => '2.48kg',
'product_dimensions' => '165×120×25',
'case_dimensions' => '475×350×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082004_4540118018345.jpg',
'sort' => (int) 485,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 104 => object(App\Model\Entity\TProduct) {
'id' => (int) 105,
'product_id' => (int) 38300,
'product_name' => '紅芋かりんとう',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '油菓子',
'item_description' => '県産の紅芋を使用したカリカリ食感のかりんとうです。ほのかな紅芋の甘みと風味がおいしい逸品です。',
'jan_code' => '4540118018352',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082019_4540118018352.jpg"}]',
'internal_capacity' => '45g',
'best_by_date' => '90日',
'item_weight' => '52g',
'c_s_quantity' => '40袋',
'c_s_weight' => '2.48kg',
'product_dimensions' => '165×120×25',
'case_dimensions' => '475×350×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082019_4540118018352.jpg',
'sort' => (int) 588,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 105 => object(App\Model\Entity\TProduct) {
'id' => (int) 106,
'product_id' => (int) 12849,
'product_name' => '黒糖かりんとう',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '油菓子',
'item_description' => '沖縄県産の黒糖を使用したカリカリ食感のかりんとうです。県産の黒糖を使用し、コクの豊かな味に仕上がりました。',
'jan_code' => '4540118018420',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082034_4540118018420.jpg"}]',
'internal_capacity' => '45g',
'best_by_date' => '90日',
'item_weight' => '52g',
'c_s_quantity' => '40袋',
'c_s_weight' => '2.48kg',
'product_dimensions' => '165×120×25',
'case_dimensions' => '475×350×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082034_4540118018420.jpg',
'sort' => (int) 671,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 106 => object(App\Model\Entity\TProduct) {
'id' => (int) 107,
'product_id' => (int) 68671,
'product_name' => 'プレーンちんすこう',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '焼き菓子',
'item_description' => '琉球の伝統菓子「ちんすこう」です。しっとりサクサクのちんすこうに仕上がっています。',
'jan_code' => '4540118018444',
'item_price' => '183',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082049_4540118018444.jpg"}]',
'internal_capacity' => '6個(2×3袋)',
'best_by_date' => '70日',
'item_weight' => '70g',
'c_s_quantity' => '60袋',
'c_s_weight' => '4.7kg',
'product_dimensions' => '165×120×30',
'case_dimensions' => '475×350×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082049_4540118018444.jpg',
'sort' => (int) 465,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 107 => object(App\Model\Entity\TProduct) {
'id' => (int) 108,
'product_id' => (int) 94047,
'product_name' => 'チョコチップちんすこう',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '焼き菓子',
'item_description' => '生地にココアとチョコチップを練り込みしっとりサクサクに焼き上げた『ちんすこう』です。',
'jan_code' => '4540118018451',
'item_price' => '183',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082107_4540118018451.jpg"}]',
'internal_capacity' => '6個(2×3袋)',
'best_by_date' => '70日',
'item_weight' => '70g',
'c_s_quantity' => '60袋',
'c_s_weight' => '4.7kg',
'product_dimensions' => '165×120×30',
'case_dimensions' => '475×350×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082107_4540118018451.jpg',
'sort' => (int) 564,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 108 => object(App\Model\Entity\TProduct) {
'id' => (int) 109,
'product_id' => (int) 51412,
'product_name' => 'さんぴん茶ティーパック(8パック入り)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => 'お茶',
'item_description' => '甘く豊かな香りとさわやかな味のジャスミン茶です。沖縄定番のお茶です。',
'jan_code' => '4571169645693',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082130_4571169645693.jpg"}]',
'internal_capacity' => '40g(5g×8)',
'best_by_date' => '730日',
'item_weight' => '48g',
'c_s_quantity' => '40g(5g×8)',
'c_s_weight' => '5.2kg',
'product_dimensions' => '167×125×20',
'case_dimensions' => '300×400×290',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082130_4571169645693.jpg',
'sort' => (int) 659,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 109 => object(App\Model\Entity\TProduct) {
'id' => (int) 110,
'product_id' => (int) 45033,
'product_name' => '西表島産黒糖',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '黒糖',
'item_description' => '西表島産の黒糖を100%使用した純黒糖です。',
'jan_code' => '4540118022779',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081234_4540118022779.jpg"}]',
'internal_capacity' => '50g',
'best_by_date' => '365日',
'item_weight' => '60g',
'c_s_quantity' => '120袋',
'c_s_weight' => '7.5kg',
'product_dimensions' => '108×140×20',
'case_dimensions' => '415×320×195',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081234_4540118022779.jpg',
'sort' => (int) 455,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 110 => object(App\Model\Entity\TProduct) {
'id' => (int) 111,
'product_id' => (int) 87176,
'product_name' => '沖縄ポップコーン',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '菓子',
'item_description' => '沖縄の塩を使った風味豊かなポップコーンに仕上げました。',
'jan_code' => '4954160006029',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082154_4954160006029.jpg"}]',
'internal_capacity' => '15g',
'best_by_date' => '120日',
'item_weight' => '17g',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '140×150×25',
'case_dimensions' => '540×310×300',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082154_4954160006029.jpg',
'sort' => (int) 550,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 111 => object(App\Model\Entity\TProduct) {
'id' => (int) 112,
'product_id' => (int) 17906,
'product_name' => '石垣島ラー油チップス',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '揚げ菓子',
'item_description' => '沖縄県石垣島のラー油を使用した辛みのあるチップスです。辛みがもう1枚と食べたくなる逸品です。',
'jan_code' => '4990624901479',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082222_4990624901479.jpg"}]',
'internal_capacity' => '20g',
'best_by_date' => '150日',
'item_weight' => '25g',
'c_s_quantity' => '80袋(10×8)',
'c_s_weight' => '2.6kg',
'product_dimensions' => '140×150×25',
'case_dimensions' => '540×310×300',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082222_4990624901479.jpg',
'sort' => (int) 651,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 112 => object(App\Model\Entity\TProduct) {
'id' => (int) 113,
'product_id' => (int) 78910,
'product_name' => 'ゴーヤーチャンプルーチップス',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '揚げ菓子',
'item_description' => '沖縄の代表料理ゴーヤーチャンプルーの味を食べやすくチップスにしました。サクサクの食感が好評です。',
'jan_code' => '4990624903299',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082245_4990624903299.jpg"}]',
'internal_capacity' => '20g',
'best_by_date' => '150日',
'item_weight' => '25g',
'c_s_quantity' => '80袋(10×8)',
'c_s_weight' => '2.6kg',
'product_dimensions' => '140×150×25',
'case_dimensions' => '540×310×300',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082245_4990624903299.jpg',
'sort' => (int) 18,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 113 => object(App\Model\Entity\TProduct) {
'id' => (int) 114,
'product_id' => (int) 81187,
'product_name' => 'パインキャンディー',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '飴',
'item_description' => '沖縄県産のパインピューレを使用。沖縄の定番、南国果実パインのキャンディです。',
'jan_code' => '4540118018512',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082304_4540118018512.jpg"}]',
'internal_capacity' => '30g',
'best_by_date' => '365日',
'item_weight' => '32g',
'c_s_quantity' => '200袋(10×20',
'c_s_weight' => '7.4Lg',
'product_dimensions' => '168×132×10',
'case_dimensions' => '490×320×310',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082304_4540118018512.jpg',
'sort' => (int) 530,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 114 => object(App\Model\Entity\TProduct) {
'id' => (int) 115,
'product_id' => (int) 41346,
'product_name' => 'マンゴーキャンディー',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '飴',
'item_description' => '沖縄県産のマンゴーピューレを使用。南国果実マンゴーのキャンティです。',
'jan_code' => '4540118018529',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082318_4540118018529.jpg"}]',
'internal_capacity' => '30g',
'best_by_date' => '365日',
'item_weight' => '32g',
'c_s_quantity' => '200袋(10×20',
'c_s_weight' => '7.4Lg',
'product_dimensions' => '168×132×10',
'case_dimensions' => '490×320×310',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082318_4540118018529.jpg',
'sort' => (int) 633,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 115 => object(App\Model\Entity\TProduct) {
'id' => (int) 116,
'product_id' => (int) 53115,
'product_name' => 'シークヮーサーキャンディー',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '飴',
'item_description' => '沖縄県産のシークヮーサー果汁を使用。爽やかな南国の柑橘果実のキャンディです。',
'jan_code' => '4540118018536',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082332_4540118018536.jpg"}]',
'internal_capacity' => '30g',
'best_by_date' => '365日',
'item_weight' => '32g',
'c_s_quantity' => '200袋(10×20',
'c_s_weight' => '7.4Lg',
'product_dimensions' => '168×132×10',
'case_dimensions' => '490×320×310',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082332_4540118018536.jpg',
'sort' => (int) 399,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 116 => object(App\Model\Entity\TProduct) {
'id' => (int) 117,
'product_id' => (int) 54512,
'product_name' => 'ゴーヤーチップス',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '揚げ菓子',
'item_description' => 'ゴーヤーをチップスにしました。低温フライでパリパリにし沖縄産の粟国の塩を振りかけました。ゴーヤーはベトナム産です。',
'jan_code' => '4540118021529',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082347_4540118021529.jpg"}]',
'internal_capacity' => '12g',
'best_by_date' => '180日',
'item_weight' => '14g',
'c_s_quantity' => '200袋(10×20',
'c_s_weight' => '4.2kg',
'product_dimensions' => '180×120×15',
'case_dimensions' => '500×405×300',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082347_4540118021529.jpg',
'sort' => (int) 512,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 117 => object(App\Model\Entity\TProduct) {
'id' => (int) 118,
'product_id' => (int) 74446,
'product_name' => '沖縄せんべい',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '揚げ菓子',
'item_description' => 'かめせんを小さくし食べやすくしました。昔懐かしい味をお楽しみください。',
'jan_code' => '4540118022502',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082404_4540118022502.jpg"}]',
'internal_capacity' => '42g',
'best_by_date' => '90日',
'item_weight' => '45g',
'c_s_quantity' => '40袋',
'c_s_weight' => '2.6kg',
'product_dimensions' => '170×180×50',
'case_dimensions' => '475×350×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082404_4540118022502.jpg',
'sort' => (int) 599,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 118 => object(App\Model\Entity\TProduct) {
'id' => (int) 119,
'product_id' => (int) 48248,
'product_name' => 'ピーナッツ黒糖',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '豆菓子',
'item_description' => 'ピーナツを黒糖で絡めた素朴な味です。1くち、2くちと止まらないうまさが好評です。沖縄県小浜島産黒糖使用。',
'jan_code' => '4971952600036',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082418_4971952600036.jpg"}]',
'internal_capacity' => '42g',
'best_by_date' => '180日',
'item_weight' => '50g',
'c_s_quantity' => '80袋',
'c_s_weight' => '4.2kg',
'product_dimensions' => '160×110×15',
'case_dimensions' => '350×270×200',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082418_4971952600036.jpg',
'sort' => (int) 381,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 119 => object(App\Model\Entity\TProduct) {
'id' => (int) 120,
'product_id' => (int) 95658,
'product_name' => '島とうがらし豆',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '豆菓子',
'item_description' => '沖縄産の島唐辛子を使用し沖縄の黒糖で味にアクセントをつけた沖縄ならではの美味しさです。',
'jan_code' => '4962679627475',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082436_4962679627475.jpg"}]',
'internal_capacity' => '35g',
'best_by_date' => '150日',
'item_weight' => '36g',
'c_s_quantity' => '80袋(10×8)',
'c_s_weight' => '3.5kg',
'product_dimensions' => '150×102×20',
'case_dimensions' => '530×280×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082436_4962679627475.jpg',
'sort' => (int) 493,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 120 => object(App\Model\Entity\TProduct) {
'id' => (int) 121,
'product_id' => (int) 22316,
'product_name' => '島ラー油柿ピー',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => 'ミックス菓子',
'item_description' => '島シリーズからラー油柿ピーがリニューアル。
ピリリッと辛い島唐辛子を使ったラー油で仕上げた柿ピーです。
おつまみにどーぞ♪',
'jan_code' => '4962679654716',
'item_price' => '216',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230627020941_新ラー油柿ピー2023.png"}]',
'internal_capacity' => '50g',
'best_by_date' => '150日',
'item_weight' => '52g',
'c_s_quantity' => '80袋(10×8)',
'c_s_weight' => '4.83kg',
'product_dimensions' => '102×173×15',
'case_dimensions' => '530×275×210',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20230627020941_新ラー油柿ピー2023.png',
'sort' => (int) 427,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 121 => object(App\Model\Entity\TProduct) {
'id' => (int) 122,
'product_id' => (int) 78545,
'product_name' => 'タコライスせんべい',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '揚げ菓子',
'item_description' => '沖縄で一般的に食べられる「タコライス」をスナック菓子にしました。チーズ風味のピリ辛味は食べるとくせになります。',
'jan_code' => '4962679634978',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082530_4962679634978.jpg"}]',
'internal_capacity' => '25g',
'best_by_date' => '150日',
'item_weight' => '30g',
'c_s_quantity' => '50袋(10×5)',
'c_s_weight' => '2kg',
'product_dimensions' => '175×110×30',
'case_dimensions' => '525×280×215',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082530_4962679634978.jpg',
'sort' => (int) 541,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 122 => object(App\Model\Entity\TProduct) {
'id' => (int) 123,
'product_id' => (int) 39291,
'product_name' => '島とうがらしラーメン(コーン入り)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '揚げ菓子',
'item_description' => '沖縄県産の島とうがらしを使用したピリッと辛いカリカリのスナックラーメンです。カリカリのコーン入り。',
'jan_code' => '4962679648180',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082545_4962679648480.jpg"}]',
'internal_capacity' => '33g',
'best_by_date' => '150日',
'item_weight' => '36g',
'c_s_quantity' => '80袋(10×8)',
'c_s_weight' => '3.3kg',
'product_dimensions' => '150×102×20',
'case_dimensions' => '530×280×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082545_4962679648480.jpg',
'sort' => (int) 618,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 123 => object(App\Model\Entity\TProduct) {
'id' => (int) 124,
'product_id' => (int) 10242,
'product_name' => '新ソーキ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '15',
'item_name' => 'あばら肉',
'item_description' => '琉球王朝時代からの代表的な料理です。豚の骨付アバラ肉の煮付けです。真空パックで長期保存を可能にしました。',
'jan_code' => '4540118020683',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082635_4540118020683.jpg"}]',
'internal_capacity' => '250g',
'best_by_date' => '365日',
'item_weight' => '350g',
'c_s_quantity' => '28個',
'c_s_weight' => '9.43kg',
'product_dimensions' => '215×150×30',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082635_4540118020683.jpg',
'sort' => (int) 411,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 124 => object(App\Model\Entity\TProduct) {
'id' => (int) 125,
'product_id' => (int) 36327,
'product_name' => 'ラフティー角煮',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '15',
'item_name' => '角煮',
'item_description' => '琉球王朝時代からの代表的な料理です。真空パックで長期保存を可能にしました。',
'jan_code' => '4540118020690',
'item_price' => '972',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082653_4540118020690.jpg"}]',
'internal_capacity' => '250g',
'best_by_date' => '365日',
'item_weight' => '350g',
'c_s_quantity' => '28個',
'c_s_weight' => '9.43kg',
'product_dimensions' => '215×150×30',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082653_4540118020690.jpg',
'sort' => (int) 518,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 125 => object(App\Model\Entity\TProduct) {
'id' => (int) 126,
'product_id' => (int) 81347,
'product_name' => '沖縄そば(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '15',
'item_name' => '麺類',
'item_description' => '沖縄そばを乾燥麺で仕上げ長期保存を可能にしました。沖縄の塩を使用しています。',
'jan_code' => '4974942200001',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082709_4974942200001.jpg"}]',
'internal_capacity' => '5食入り',
'best_by_date' => '300日',
'item_weight' => '600g',
'c_s_quantity' => '20個',
'c_s_weight' => '12.6kg',
'product_dimensions' => '240×170×60',
'case_dimensions' => '495×370×330',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082709_4974942200001.jpg',
'sort' => (int) 594,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 126 => object(App\Model\Entity\TProduct) {
'id' => (int) 127,
'product_id' => (int) 12861,
'product_name' => '沖縄そば(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '15',
'item_name' => '麺類',
'item_description' => '沖縄そばを乾燥麺で仕上げ長期保存を可能にしました。沖縄の塩を使用しています。',
'jan_code' => '4974942200018',
'item_price' => '540',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082724_4974942200018.jpg"}]',
'internal_capacity' => '2食入り',
'best_by_date' => '300日',
'item_weight' => '270g',
'c_s_quantity' => '20個',
'c_s_weight' => '6.1kg',
'product_dimensions' => '190×170×40',
'case_dimensions' => '390×360×210',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082724_4974942200018.jpg',
'sort' => (int) 391,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 127 => object(App\Model\Entity\TProduct) {
'id' => (int) 128,
'product_id' => (int) 41662,
'product_name' => '琉球ラーメンとんこつ醤油味(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '15',
'item_name' => '麺類',
'item_description' => 'こだわりの沖縄の塩を使用し、コクと風味豊かなとんこつ醤油味に仕上げました。',
'jan_code' => '4974942200155',
'item_price' => '1350',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082740_4974942200155.jpg"}]',
'internal_capacity' => '5食入り',
'best_by_date' => '300日',
'item_weight' => '645g',
'c_s_quantity' => '10個',
'c_s_weight' => '6.8kg',
'product_dimensions' => '160×235×47',
'case_dimensions' => '490×260×180',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082740_4974942200155.jpg',
'sort' => (int) 481,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 128 => object(App\Model\Entity\TProduct) {
'id' => (int) 129,
'product_id' => (int) 46093,
'product_name' => '琉球ラーメンとんこつ醤油味(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '15',
'item_name' => '麺類',
'item_description' => 'こだわりの沖縄の塩を使用し、コクと風味豊かなとんこつ醤油味に仕上げました。',
'jan_code' => '4974942200162',
'item_price' => '918',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082755_4974942200162.jpg"}]',
'internal_capacity' => '3食入り',
'best_by_date' => '300日',
'item_weight' => '410g',
'c_s_quantity' => '15個',
'c_s_weight' => '6.5kg',
'product_dimensions' => '165×235×30',
'case_dimensions' => '490×260×180',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082755_4974942200162.jpg',
'sort' => (int) 579,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 129 => object(App\Model\Entity\TProduct) {
'id' => (int) 130,
'product_id' => (int) 28238,
'product_name' => 'あおさ味噌汁(5食)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '15',
'item_name' => '即席味噌汁',
'item_description' => 'あおさの味噌汁風味をそのまま生かした磯の香りただよう美味しさ。(あおさは三重産です。)',
'jan_code' => '4958250410444',
'item_price' => '648',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081913_4958250410444.jpg"}]',
'internal_capacity' => '5食入り',
'best_by_date' => '180日',
'item_weight' => '160g',
'c_s_quantity' => '30個',
'c_s_weight' => '5.8kg',
'product_dimensions' => '380×120×55',
'case_dimensions' => '595×385×330',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081913_4958250410444.jpg',
'sort' => (int) 679,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 130 => object(App\Model\Entity\TProduct) {
'id' => (int) 131,
'product_id' => (int) 44495,
'product_name' => 'あおさ味噌汁(3食)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '15',
'item_name' => 'レトルト味噌汁',
'item_description' => 'あおさの味噌汁風味をそのまま生かした磯の香りただよう美味しさ。(あおさは三重産です。)',
'jan_code' => '4958250414824',
'item_price' => '378',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081934_4958250414824.jpg"}]',
'internal_capacity' => '3食入り',
'best_by_date' => '180日',
'item_weight' => '90g',
'c_s_quantity' => '20個',
'c_s_weight' => '2.24kg',
'product_dimensions' => '225×100×20',
'case_dimensions' => '240×285×210',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081934_4958250414824.jpg',
'sort' => (int) 459,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 131 => object(App\Model\Entity\TProduct) {
'id' => (int) 132,
'product_id' => (int) 82644,
'product_name' => '塩もずく(500g)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '15',
'item_name' => 'もずく',
'item_description' => '沖縄県産のもずくです。',
'jan_code' => '4992957000683',
'item_price' => '702',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082103_4992957000683.jpg"}]',
'internal_capacity' => '500g',
'best_by_date' => '180日',
'item_weight' => '510g',
'c_s_quantity' => '20個',
'c_s_weight' => '10.5kg',
'product_dimensions' => '220×140×60',
'case_dimensions' => '400×290×140',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082103_4992957000683.jpg',
'sort' => (int) 567,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 132 => object(App\Model\Entity\TProduct) {
'id' => (int) 133,
'product_id' => (int) 30214,
'product_name' => 'シークヮーサージャム',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '16',
'item_name' => 'ジャム',
'item_description' => 'さわやかな甘酸っぱさが口いっぱいに広がる、沖縄県産シークヮ―サーのジャムです。',
'jan_code' => '4540118022199',
'item_price' => '270',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082135_4540118022199.jpg"}]',
'internal_capacity' => '50g',
'best_by_date' => '180日',
'item_weight' => '118g',
'c_s_quantity' => '40個',
'c_s_weight' => '4.8kg',
'product_dimensions' => '45×45×50',
'case_dimensions' => '240×200×130',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082135_4540118022199.jpg',
'sort' => (int) 654,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 133 => object(App\Model\Entity\TProduct) {
'id' => (int) 134,
'product_id' => (int) 40828,
'product_name' => 'パイナップルジャム',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '16',
'item_name' => 'ジャム',
'item_description' => '果肉がたっぷり入った、沖縄県産パインのジャムです。',
'jan_code' => '4540118022205',
'item_price' => '270',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082153_4540118022205.jpg"}]',
'internal_capacity' => '50g',
'best_by_date' => '180日',
'item_weight' => '118g',
'c_s_quantity' => '40個',
'c_s_weight' => '4.8kg',
'product_dimensions' => '45×45×50',
'case_dimensions' => '240×200×130',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082153_4540118022205.jpg',
'sort' => (int) 450,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 134 => object(App\Model\Entity\TProduct) {
'id' => (int) 135,
'product_id' => (int) 41863,
'product_name' => 'ハイビスカスジャム',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '16',
'item_name' => 'ジャム',
'item_description' => '洋酒入りで大人におすすめ。ハイビスカスのジャムです。お子様もお召し上がりになれます。',
'jan_code' => '4540118022212',
'item_price' => '270',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082219_4540118022212.jpg"}]',
'internal_capacity' => '50g',
'best_by_date' => '180日',
'item_weight' => '118g',
'c_s_quantity' => '40個',
'c_s_weight' => '4.8kg',
'product_dimensions' => '45×45×50',
'case_dimensions' => '240×200×130',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082219_4540118022212.jpg',
'sort' => (int) 544,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 135 => object(App\Model\Entity\TProduct) {
'id' => (int) 136,
'product_id' => (int) 54028,
'product_name' => '紅芋ジャム',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '16',
'item_name' => 'ジャム',
'item_description' => '濃厚な紅芋の甘みが味わえる、沖縄県産紅芋のジャムです。',
'jan_code' => '4540118022236',
'item_price' => '270',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082233_4540118022236.jpg"}]',
'internal_capacity' => '50g',
'best_by_date' => '180日',
'item_weight' => '118g',
'c_s_quantity' => '40個',
'c_s_weight' => '4.8kg',
'product_dimensions' => '45×45×50',
'case_dimensions' => '240×200×130',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082233_4540118022236.jpg',
'sort' => (int) 641,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 136 => object(App\Model\Entity\TProduct) {
'id' => (int) 137,
'product_id' => (int) 34681,
'product_name' => 'マンゴージャム',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '16',
'item_name' => 'ジャム',
'item_description' => '沖縄県産マンゴーのジャムです。',
'jan_code' => '4540118026081',
'item_price' => '270',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082250_4540118026081.jpg"}]',
'internal_capacity' => '50g',
'best_by_date' => '180日',
'item_weight' => '118g',
'c_s_quantity' => '40個',
'c_s_weight' => '4.8kg',
'product_dimensions' => '45×45×50',
'case_dimensions' => '240×200×130',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082250_4540118026081.jpg',
'sort' => (int) 435,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 137 => object(App\Model\Entity\TProduct) {
'id' => (int) 138,
'product_id' => (int) 45367,
'product_name' => 'さんぴん茶ティーパック 50P',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '16',
'item_name' => 'お茶',
'item_description' => '甘く豊かな香りとさわやかな味のジャスミン茶です。沖縄定番のお茶です。',
'jan_code' => '4571169645631',
'item_price' => '583',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082304_4571169645631.jpg"}]',
'internal_capacity' => '250g(5g×50袋)',
'best_by_date' => '730日',
'item_weight' => '270g',
'c_s_quantity' => '20袋',
'c_s_weight' => '6.8kg',
'product_dimensions' => '265×220×60',
'case_dimensions' => '420×305×300',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082304_4571169645631.jpg',
'sort' => (int) 521,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 138 => object(App\Model\Entity\TProduct) {
'id' => (int) 139,
'product_id' => (int) 71377,
'product_name' => 'さんぴん茶(8袋入り)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '16',
'item_name' => 'お茶',
'item_description' => '甘く豊かな香りとさわやかな味のジャスミン茶です。沖縄定番のお茶です。',
'jan_code' => '4571169645693',
'item_price' => '162',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210830025426_さんぴん茶8袋入り(正方形).jpg"}]',
'internal_capacity' => '40g(5g×8)',
'best_by_date' => '730日',
'item_weight' => '48g',
'c_s_quantity' => '100袋',
'c_s_weight' => '5.2kg',
'product_dimensions' => '167×125×20',
'case_dimensions' => '300×400×290',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210830025426_さんぴん茶8袋入り(正方形).jpg',
'sort' => (int) 625,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 139 => object(App\Model\Entity\TProduct) {
'id' => (int) 140,
'product_id' => (int) 93555,
'product_name' => 'コーレーグス',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '16',
'item_name' => '唐辛子',
'item_description' => '島唐辛子を泡盛に漬け込んだ沖縄独特の調味料で辛党の方におすすめです。主に沖縄そばに少量入れます。',
'jan_code' => '4934185110017',
'item_price' => '1188',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082345_4934185110017.jpg"}]',
'internal_capacity' => '150g',
'best_by_date' => '365日',
'item_weight' => '320g',
'c_s_quantity' => '25本',
'c_s_weight' => '8.3kg',
'product_dimensions' => '55×55×160',
'case_dimensions' => '300×300×170',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082345_4934185110017.jpg',
'sort' => (int) 415,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 140 => object(App\Model\Entity\TProduct) {
'id' => (int) 141,
'product_id' => (int) 70815,
'product_name' => 'コーレーグス(にんにく入り)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '16',
'item_name' => '唐辛子',
'item_description' => '島唐辛子を泡盛に漬け込んだ沖縄独特の調味料で辛党の方におすすめです。主に沖縄そばに少量入れます。',
'jan_code' => '4934185110048',
'item_price' => '1188',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082400_4934185110048.jpg"}]',
'internal_capacity' => '150g',
'best_by_date' => '365日',
'item_weight' => '320g',
'c_s_quantity' => '25本',
'c_s_weight' => '8.3kg',
'product_dimensions' => '55×55×160',
'case_dimensions' => '300×300×170',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082400_4934185110048.jpg',
'sort' => (int) 499,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 141 => object(App\Model\Entity\TProduct) {
'id' => (int) 142,
'product_id' => (int) 53036,
'product_name' => '島とうがらし(粉末)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '16',
'item_name' => '唐辛子',
'item_description' => '唐辛子を粉末にした沖縄独特の調味料です。激辛です。',
'jan_code' => '4934185110062',
'item_price' => '1134',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082414_4934185110062.jpg"}]',
'internal_capacity' => '18g',
'best_by_date' => '365日',
'item_weight' => '85g',
'c_s_quantity' => '35本',
'c_s_weight' => '3.2kg',
'product_dimensions' => '40×40×90',
'case_dimensions' => '270×205×135',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082414_4934185110062.jpg',
'sort' => (int) 606,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 142 => object(App\Model\Entity\TProduct) {
'id' => (int) 143,
'product_id' => (int) 81911,
'product_name' => '石垣島産パインジュース100%',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '17',
'item_name' => 'ジュース',
'item_description' => '石垣島産パイナップルを使用した100%ジュースです。',
'jan_code' => '4562119120193',
'item_price' => '3240',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082436_4562119120193-1.jpg"}]',
'internal_capacity' => '900ml',
'best_by_date' => '1年半',
'item_weight' => '1.5kg',
'c_s_quantity' => '6本',
'c_s_weight' => '9.1kg',
'product_dimensions' => '80×80×295',
'case_dimensions' => '175×260×310',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082436_4562119120193-1.jpg',
'sort' => (int) 0,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 143 => object(App\Model\Entity\TProduct) {
'id' => (int) 144,
'product_id' => (int) 31439,
'product_name' => '贅熟 石垣島産パインジュース',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '17',
'item_name' => 'ジュース',
'item_description' => '石垣島産のバランスのとれた原料のみを丸ごと搾った100%ストレートジュースです。',
'jan_code' => '4562119120407',
'item_price' => '2160',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082453_4562119120407-1.jpg"}]',
'internal_capacity' => '500ml',
'best_by_date' => '1年半',
'item_weight' => '965g',
'c_s_quantity' => '12本',
'c_s_weight' => '12kg',
'product_dimensions' => '70×70×300',
'case_dimensions' => '285×225×315',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082453_4562119120407-1.jpg',
'sort' => (int) 3,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 144 => object(App\Model\Entity\TProduct) {
'id' => (int) 145,
'product_id' => (int) 47521,
'product_name' => '贅熟 やんばる産タンカンジュース',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '17',
'item_name' => 'ジュース',
'item_description' => 'やんばる産のタンカンジュースです。程良い苦みを残し濃厚ながらもすっきりした味わいの100%ストレートジュースです。',
'jan_code' => '4562119120414',
'item_price' => '2160',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082508_4562119120414-1.jpg"}]',
'internal_capacity' => '500ml',
'best_by_date' => '180日',
'item_weight' => '965g',
'c_s_quantity' => '12本',
'c_s_weight' => '12kg',
'product_dimensions' => '70×70×300',
'case_dimensions' => '285×225×315',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082508_4562119120414-1.jpg',
'sort' => (int) 5,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 145 => object(App\Model\Entity\TProduct) {
'id' => (int) 146,
'product_id' => (int) 85305,
'product_name' => '贅熟 マンゴージュース',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '17',
'item_name' => 'ジュース',
'item_description' => '沖縄県産の鮮度、糖度、酸度のバランスのとれたマンゴーを使用し贅沢なジュースに仕上げました。',
'jan_code' => '4562119120421',
'item_price' => '3564',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082526_4562119120421-1.jpg"}]',
'internal_capacity' => '500ml',
'best_by_date' => '1年半',
'item_weight' => '965g',
'c_s_quantity' => '12本',
'c_s_weight' => '12kg',
'product_dimensions' => '70×70×300',
'case_dimensions' => '285×225×315',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082526_4562119120421-1.jpg',
'sort' => (int) 7,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 146 => object(App\Model\Entity\TProduct) {
'id' => (int) 147,
'product_id' => (int) 14638,
'product_name' => '贅熟 大宜見村産黄金シークヮーサー',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '17',
'item_name' => 'ジュース',
'item_description' => '大宜見村産の12月下旬以降の原料を使用し、青切りシークヮーサーに比べやわらかな酸味が特徴です。',
'jan_code' => '4562119120438',
'item_price' => '2160',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082555_4562119120438-1.jpg"}]',
'internal_capacity' => '500ml',
'best_by_date' => '365日',
'item_weight' => '965g',
'c_s_quantity' => '12本',
'c_s_weight' => '12kg',
'product_dimensions' => '70×70×300',
'case_dimensions' => '285×225×315',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082555_4562119120438-1.jpg',
'sort' => (int) 2,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 147 => object(App\Model\Entity\TProduct) {
'id' => (int) 148,
'product_id' => (int) 13171,
'product_name' => '青切りシークヮーサー100%',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '17',
'item_name' => 'ジュース',
'item_description' => '大宜味村産の9月から12月上旬に限定された青切り原料を使用し100%シークヮーサージュースしました。',
'jan_code' => '4562119120445',
'item_price' => '2160',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082611_4562119120445-1.jpg"}]',
'internal_capacity' => '500ml',
'best_by_date' => '365日',
'item_weight' => '965g',
'c_s_quantity' => '12本',
'c_s_weight' => '12kg',
'product_dimensions' => '70×70×300',
'case_dimensions' => '285×225×315',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082611_4562119120445-1.jpg',
'sort' => (int) 4,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 148 => object(App\Model\Entity\TProduct) {
'id' => (int) 149,
'product_id' => (int) 33177,
'product_name' => '青切りシークヮーサー(ミニボトル)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '17',
'item_name' => 'ジュース',
'item_description' => '大宜見村産の青切シークヮーサーをそのまま使用した贅沢な一本です。いろいろな用途にご使用いただけます。',
'jan_code' => '4562119120520',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630082626_4562119120520-1.jpg"}]',
'internal_capacity' => '270ml',
'best_by_date' => '365日',
'item_weight' => '580g',
'c_s_quantity' => '24本',
'c_s_weight' => '14.4kg',
'product_dimensions' => '55×55×210',
'case_dimensions' => '250×365×220',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630082626_4562119120520-1.jpg',
'sort' => (int) 6,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 149 => object(App\Model\Entity\TProduct) {
'id' => (int) 150,
'product_id' => (int) 94741,
'product_name' => 'ギフトジュースセット(マンゴー・パイン)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '17',
'item_name' => 'ジュース',
'item_description' => '沖縄県産のマンゴーとパインのジュースをセットにしました。ギフトにご利用になれます。',
'jan_code' => '4562119126119',
'item_price' => '5940',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20221128081142_20210630080804_4562119126119-1.jpg"}]',
'internal_capacity' => '500ml×2本',
'best_by_date' => '1年半',
'item_weight' => '2.2kg',
'c_s_quantity' => '6セット',
'c_s_weight' => '13.5kg',
'product_dimensions' => '340×185×70',
'case_dimensions' => '385×225×315',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20221128081142_20210630080804_4562119126119-1.jpg',
'sort' => (int) 1,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 150 => object(App\Model\Entity\TProduct) {
'id' => (int) 151,
'product_id' => (int) 41084,
'product_name' => '島肉みそ(宮古牛とにんにくみそ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '18',
'item_name' => '加工味噌',
'item_description' => '宮古牛を使用した贅沢な肉の旨味とニンニクを効かせた特製味噌が食欲をそそります。',
'jan_code' => '4540118026135',
'item_price' => '810',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230626074035_島肉みそ(宮古牛とにんにくみそ).jpg"}]',
'internal_capacity' => '110g',
'best_by_date' => '180日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20230626074035_島肉みそ(宮古牛とにんにくみそ).jpg',
'sort' => (int) 552,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 151 => object(App\Model\Entity\TProduct) {
'id' => (int) 152,
'product_id' => (int) 49159,
'product_name' => '島肉みそ(沖縄県産豚と甘みそ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '18',
'item_name' => '加工味噌',
'item_description' => 'パイナップルを食べて育った沖縄県産豚を使った甘味の乗った美味しい肉みそです。',
'jan_code' => '4540118026142',
'item_price' => '810',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230626072932_島肉みそ(沖縄県産豚と甘みそ).jpg"}]',
'internal_capacity' => '110g',
'best_by_date' => '120日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20230626072932_島肉みそ(沖縄県産豚と甘みそ).jpg',
'sort' => (int) 645,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 152 => object(App\Model\Entity\TProduct) {
'id' => (int) 153,
'product_id' => (int) 28322,
'product_name' => '島肉みそ(石垣牛と甘みそ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '18',
'item_name' => '加工味噌',
'item_description' => '石垣牛を贅沢に使用した肉みそ。ゴロっとした肉の食感と優しい甘みが絶品です。',
'jan_code' => '4540118026128',
'item_price' => '810',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230626073349_島肉みそ(石垣牛と甘みそ).jpg"}]',
'internal_capacity' => '110g',
'best_by_date' => '180日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20230626073349_島肉みそ(石垣牛と甘みそ).jpg',
'sort' => (int) 420,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 153 => object(App\Model\Entity\TProduct) {
'id' => (int) 154,
'product_id' => (int) 94579,
'product_name' => '島ラー油(島とうがらし)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '18',
'item_name' => 'ラー油',
'item_description' => '沖縄県産の辛みの強い島唐辛子を使用し、旨辛い食べるラー油に仕上ました。',
'jan_code' => '4540118026159',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230626071036_島ラー油(島とうがらし).jpg"}]',
'internal_capacity' => '100g',
'best_by_date' => '120日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20230626071036_島ラー油(島とうがらし).jpg',
'sort' => (int) 528,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 154 => object(App\Model\Entity\TProduct) {
'id' => (int) 155,
'product_id' => (int) 59299,
'product_name' => '島佃煮(もずく)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '18',
'item_name' => '佃煮',
'item_description' => '沖縄県産のもずくを使用した佃煮です。島唐辛子をピリッと効かせて仕上ました。',
'jan_code' => '4540118026180',
'item_price' => '702',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230626071730_島佃煮(もずく).jpg"}]',
'internal_capacity' => '110g',
'best_by_date' => '150日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20230626071730_島佃煮(もずく).jpg',
'sort' => (int) 634,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 155 => object(App\Model\Entity\TProduct) {
'id' => (int) 156,
'product_id' => (int) 89690,
'product_name' => '島佃煮(青パパイヤ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '18',
'item_name' => '佃煮',
'item_description' => '熟する前の若いパパイヤ(青パパイヤ)を甘旨醤油で味を調え、シャキッと食感に仕上げました。',
'jan_code' => '4540118026173',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230626075037_島佃煮(青パパイヤ).jpg"}]',
'internal_capacity' => '75g',
'best_by_date' => '180日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20230626075120_島佃煮(青パパイヤ).jpg',
'sort' => (int) 402,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 156 => object(App\Model\Entity\TProduct) {
'id' => (int) 157,
'product_id' => (int) 55718,
'product_name' => '島佃煮(ゴーヤー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '18',
'item_name' => '佃煮',
'item_description' => 'ゴーヤーの苦みとラー油の辛味が効いた佃煮に仕上ました。シャキッと食感が美味しい一品。',
'jan_code' => '4540118026166',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230626075206_島佃煮(ゴーヤー).jpg"}]',
'internal_capacity' => '75g',
'best_by_date' => '180日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20230626075220_島佃煮(ゴーヤー).jpg',
'sort' => (int) 508,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 157 => object(App\Model\Entity\TProduct) {
'id' => (int) 158,
'product_id' => (int) 68524,
'product_name' => '染紅型流水方マイバック',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '21',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4540118168644',
'item_price' => '2750',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080909_4540118168644.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '約420×450',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080909_4540118168644.jpg',
'sort' => (int) 600,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 158 => object(App\Model\Entity\TProduct) {
'id' => (int) 159,
'product_id' => (int) 99494,
'product_name' => '染紅型トートバック(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '21',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4540118171804',
'item_price' => '2090',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081050_4540118171804.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '約330×275',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081050_4540118171804.jpg',
'sort' => (int) 382,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 159 => object(App\Model\Entity\TProduct) {
'id' => (int) 160,
'product_id' => (int) 43587,
'product_name' => '染紅型トートバック(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '21',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4540118171811',
'item_price' => '1430',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081104_4540118171811.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '約220×190',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081104_4540118171811.jpg',
'sort' => (int) 474,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 160 => object(App\Model\Entity\TProduct) {
'id' => (int) 161,
'product_id' => (int) 96639,
'product_name' => '染紅型ランチバック',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '21',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4540118172412',
'item_price' => '2090',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081119_4540118172412.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081119_4540118172412.jpg',
'sort' => (int) 431,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 161 => object(App\Model\Entity\TProduct) {
'id' => (int) 162,
'product_id' => (int) 40096,
'product_name' => '染紅型底はぎポーチ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '21',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4540118173822',
'item_price' => '1430',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081137_4540118173822.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081137_4540118173822.jpg',
'sort' => (int) 540,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 162 => object(App\Model\Entity\TProduct) {
'id' => (int) 163,
'product_id' => (int) 45034,
'product_name' => '染紅型平ポーチ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '21',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4540118176267',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104113201_4540118176267.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104113201_4540118176267.jpg',
'sort' => (int) 615,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 163 => object(App\Model\Entity\TProduct) {
'id' => (int) 164,
'product_id' => (int) 53091,
'product_name' => '染紅型ショルダーバック',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '21',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4540118176342',
'item_price' => '3080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104113546_4540118176342.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104113546_4540118176342.jpg',
'sort' => (int) 405,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 164 => object(App\Model\Entity\TProduct) {
'id' => (int) 165,
'product_id' => (int) 69711,
'product_name' => '染紅型藤柄マイバック',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '21',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299101157',
'item_price' => '2750',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081654_4582299101157.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081654_4582299101157.jpg',
'sort' => (int) 513,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 165 => object(App\Model\Entity\TProduct) {
'id' => (int) 166,
'product_id' => (int) 90306,
'product_name' => '染紅型のしめ柄マイバック',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '21',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299101164',
'item_price' => '2750',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081723_4582299101164.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081723_4582299101164.jpg',
'sort' => (int) 596,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 166 => object(App\Model\Entity\TProduct) {
'id' => (int) 167,
'product_id' => (int) 20792,
'product_name' => '染紅型鶴柄マイバック',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '21',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299102840',
'item_price' => '2750',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081737_4582299102840.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081737_4582299102840.jpg',
'sort' => (int) 394,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 167 => object(App\Model\Entity\TProduct) {
'id' => (int) 168,
'product_id' => (int) 47181,
'product_name' => '染紅型松竹梅柄マイバック',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '21',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299102857',
'item_price' => '2750',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081750_4582299102857.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081750_4582299102857.jpg',
'sort' => (int) 479,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 168 => object(App\Model\Entity\TProduct) {
'id' => (int) 169,
'product_id' => (int) 38605,
'product_name' => '染紅型中絞り巾着(中)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '22',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4582299102918',
'item_price' => '1650',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630081824_4582299102918.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630081824_4582299102918.jpg',
'sort' => (int) 582,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 169 => object(App\Model\Entity\TProduct) {
'id' => (int) 170,
'product_id' => (int) 74486,
'product_name' => '染紅型中絞り巾着(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '22',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4582299101225',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075743_4582299102918.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075743_4582299102918.jpg',
'sort' => (int) 670,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 170 => object(App\Model\Entity\TProduct) {
'id' => (int) 171,
'product_id' => (int) 79439,
'product_name' => '染麻紅型中絞り巾着(中)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '22',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299102864',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075804_4582299102864.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン70%×麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075804_4582299102864.jpg',
'sort' => (int) 462,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 171 => object(App\Model\Entity\TProduct) {
'id' => (int) 172,
'product_id' => (int) 40574,
'product_name' => '染麻紅型中絞り巾着(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '22',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299101171',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075821_4582299101171.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン70%×麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075821_4582299101171.jpg',
'sort' => (int) 571,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 172 => object(App\Model\Entity\TProduct) {
'id' => (int) 173,
'product_id' => (int) 97053,
'product_name' => '古紅型中絞り巾着(中)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '22',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176748',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075838_4540118176748.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン70%×麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075838_4540118176748.jpg',
'sort' => (int) 657,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 173 => object(App\Model\Entity\TProduct) {
'id' => (int) 174,
'product_id' => (int) 44585,
'product_name' => '古紅型中絞り巾着(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '22',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176755',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075853_4540118176755.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン70%×麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075853_4540118176755.jpg',
'sort' => (int) 452,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 174 => object(App\Model\Entity\TProduct) {
'id' => (int) 175,
'product_id' => (int) 71809,
'product_name' => '染紅型P付ポシェット',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '22',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299108149',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075910_4582299108149.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075910_4582299108149.jpg',
'sort' => (int) 546,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 175 => object(App\Model\Entity\TProduct) {
'id' => (int) 176,
'product_id' => (int) 49402,
'product_name' => '染麻紅型P付ポシェット',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '22',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299108156',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075923_4582299108156.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン70%×麻30%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075923_4582299108156.jpg',
'sort' => (int) 639,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 176 => object(App\Model\Entity\TProduct) {
'id' => (int) 177,
'product_id' => (int) 70765,
'product_name' => '染紅型3.3小銭入れ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '23',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4540118171798',
'item_price' => '1650',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075957_4540118171798.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075957_4540118171798.jpg',
'sort' => (int) 439,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 177 => object(App\Model\Entity\TProduct) {
'id' => (int) 178,
'product_id' => (int) 30259,
'product_name' => '染紅型ブックカバー',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '23',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4540118176274',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080018_4540118176274.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080018_4540118176274.jpg',
'sort' => (int) 524,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 178 => object(App\Model\Entity\TProduct) {
'id' => (int) 179,
'product_id' => (int) 29139,
'product_name' => '染紅型手鏡み',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '23',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4540118181315',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080038_4540118181315.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080038_4540118181315.jpg',
'sort' => (int) 629,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 179 => object(App\Model\Entity\TProduct) {
'id' => (int) 180,
'product_id' => (int) 87110,
'product_name' => '染紅型メガネケース',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '23',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4540118184675',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080053_4540118184675.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080053_4540118184675.jpg',
'sort' => (int) 414,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 180 => object(App\Model\Entity\TProduct) {
'id' => (int) 181,
'product_id' => (int) 13250,
'product_name' => '染紅型小物ケース',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '23',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4540118184682',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20220929053255_4582299103397.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20220929053255_4582299103397.jpg',
'sort' => (int) 502,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 181 => object(App\Model\Entity\TProduct) {
'id' => (int) 182,
'product_id' => (int) 74222,
'product_name' => '染紅型ティッシュ入れ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '23',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4582299101249',
'item_price' => '770',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080132_4582299101249.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080132_4582299101249.jpg',
'sort' => (int) 610,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 182 => object(App\Model\Entity\TProduct) {
'id' => (int) 183,
'product_id' => (int) 39754,
'product_name' => '染麻紅型ティッシュ入れ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '23',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299101201',
'item_price' => '770',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080148_4582299101201.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン70%×麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080148_4582299101201.jpg',
'sort' => (int) 384,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 183 => object(App\Model\Entity\TProduct) {
'id' => (int) 184,
'product_id' => (int) 16970,
'product_name' => '染紅型豆財布',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '23',
'item_name' => '',
'item_description' => '赤/黄/紺/白',
'jan_code' => '4582299101713',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080205_4582299101713.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080205_4582299101713.jpg',
'sort' => (int) 489,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 184 => object(App\Model\Entity\TProduct) {
'id' => (int) 185,
'product_id' => (int) 64315,
'product_name' => '染麻紅型豆財布',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '23',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299103366',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080510_4582299103366.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン70%×麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080510_4582299103366.jpg',
'sort' => (int) 590,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 185 => object(App\Model\Entity\TProduct) {
'id' => (int) 186,
'product_id' => (int) 30410,
'product_name' => '染紅型印鑑入れ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '23',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299103397',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210908063735_4540118184682.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210908063735_4540118184682.jpg',
'sort' => (int) 674,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 186 => object(App\Model\Entity\TProduct) {
'id' => (int) 187,
'product_id' => (int) 93664,
'product_name' => '古紅型サイコロガマ口財布',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '23',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176809',
'item_price' => '1760',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080548_4540118176809.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン70%×麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080548_4540118176809.jpg',
'sort' => (int) 472,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 187 => object(App\Model\Entity\TProduct) {
'id' => (int) 188,
'product_id' => (int) 21480,
'product_name' => '古紅型まち付ガマ口財布',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '23',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176816',
'item_price' => '1430',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080611_4540118176816.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン70%×麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080611_4540118176816.jpg',
'sort' => (int) 563,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 188 => object(App\Model\Entity\TProduct) {
'id' => (int) 189,
'product_id' => (int) 97841,
'product_name' => '古紅型3.3小銭入れ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '23',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176823',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080632_4540118176823.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン70%×麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080632_4540118176823.jpg',
'sort' => (int) 667,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 189 => object(App\Model\Entity\TProduct) {
'id' => (int) 190,
'product_id' => (int) 17890,
'product_name' => '古紅型豆財布',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '23',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176830',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073638_4540118176830.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン70%×麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073638_4540118176830.jpg',
'sort' => (int) 444,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 190 => object(App\Model\Entity\TProduct) {
'id' => (int) 191,
'product_id' => (int) 80463,
'product_name' => 'ミンサー織トートバック',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '25',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177479',
'item_price' => '14850',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073820_4540118177479-1.jpg"},{"url":"\/files\/uploads\/products\/20210630073820_4540118177479-2.jpg"},{"url":"\/files\/uploads\/products\/20210630073820_4540118177479-3.jpg"},{"url":"\/files\/uploads\/products\/20210630073820_4540118177479-4.jpg"},{"url":"\/files\/uploads\/products\/20210630073820_4540118177479-5.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '約W450×H275×D140',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073820_4540118177479-1.jpg',
'sort' => (int) 554,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 191 => object(App\Model\Entity\TProduct) {
'id' => (int) 192,
'product_id' => (int) 83793,
'product_name' => 'ミンサー織木玉バック',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '25',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177486',
'item_price' => '7700',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073857_4540118177486-1.jpg"},{"url":"\/files\/uploads\/products\/20210630073857_4540118177486-2.jpg"},{"url":"\/files\/uploads\/products\/20210630073857_4540118177486-3.jpg"},{"url":"\/files\/uploads\/products\/20210630073857_4540118177486-4.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073857_4540118177486-1.jpg',
'sort' => (int) 649,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 192 => object(App\Model\Entity\TProduct) {
'id' => (int) 193,
'product_id' => (int) 96628,
'product_name' => 'ミンサー織マルチケース',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '25',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177509',
'item_price' => '3080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104114800_4540118177509.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104114800_4540118177509.jpg',
'sort' => (int) 423,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 193 => object(App\Model\Entity\TProduct) {
'id' => (int) 194,
'product_id' => (int) 84601,
'product_name' => 'ミンサー織ハンドルポーチ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '25',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177400',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073944_4540118177400.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073944_4540118177400.jpg',
'sort' => (int) 531,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 194 => object(App\Model\Entity\TProduct) {
'id' => (int) 195,
'product_id' => (int) 63951,
'product_name' => 'ミンサー織プチハンドバック',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '25',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177417',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074001_4540118177417.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074001_4540118177417.jpg',
'sort' => (int) 620,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 195 => object(App\Model\Entity\TProduct) {
'id' => (int) 196,
'product_id' => (int) 78595,
'product_name' => 'ミンサー織コスメポーチ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '25',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177424',
'item_price' => '1980',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074018_4540118177424.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074018_4540118177424.jpg',
'sort' => (int) 401,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 196 => object(App\Model\Entity\TProduct) {
'id' => (int) 197,
'product_id' => (int) 51048,
'product_name' => 'ミンサー織ファスナーキーケース',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '25',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177448',
'item_price' => '1650',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074037_4540118177448.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074037_4540118177448.jpg',
'sort' => (int) 510,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 197 => object(App\Model\Entity\TProduct) {
'id' => (int) 198,
'product_id' => (int) 90687,
'product_name' => 'ミンサー織スマホケース',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '25',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177455',
'item_price' => '1650',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074050_4540118177455.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074050_4540118177455.jpg',
'sort' => (int) 593,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 198 => object(App\Model\Entity\TProduct) {
'id' => (int) 199,
'product_id' => (int) 87795,
'product_name' => 'ミンサー織中絞り巾着(中)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '26',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299101089',
'item_price' => '3080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074113_4582299101089.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074113_4582299101089.jpg',
'sort' => (int) 386,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 199 => object(App\Model\Entity\TProduct) {
'id' => (int) 200,
'product_id' => (int) 70105,
'product_name' => 'ミンサー織中絞り巾着(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '26',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299102765',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074132_4582299102765.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074132_4582299102765.jpg',
'sort' => (int) 494,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 200 => object(App\Model\Entity\TProduct) {
'id' => (int) 201,
'product_id' => (int) 39589,
'product_name' => 'ミンサー織ミニポシェット',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '26',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299102802',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074147_4582299102802.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074147_4582299102802.jpg',
'sort' => (int) 426,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 201 => object(App\Model\Entity\TProduct) {
'id' => (int) 202,
'product_id' => (int) 36949,
'product_name' => 'ミンサー織3.3小銭入れ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '27',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176281',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074216_4540118176281.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074216_4540118176281.jpg',
'sort' => (int) 539,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 202 => object(App\Model\Entity\TProduct) {
'id' => (int) 203,
'product_id' => (int) 21257,
'product_name' => 'ミンサー織まち付ガマ口財布',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '27',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176298',
'item_price' => '2530',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074231_4540118176298.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074231_4540118176298.jpg',
'sort' => (int) 614,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 203 => object(App\Model\Entity\TProduct) {
'id' => (int) 204,
'product_id' => (int) 27442,
'product_name' => 'ミンサー織サイコロガマ口財布',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '27',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176304',
'item_price' => '3190',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074247_4540118176304.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074247_4540118176304.jpg',
'sort' => (int) 410,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 204 => object(App\Model\Entity\TProduct) {
'id' => (int) 205,
'product_id' => (int) 34782,
'product_name' => 'ミンサー織豆財布',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '27',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299101577',
'item_price' => '1980',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074309_4582299101577.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074309_4582299101577.jpg',
'sort' => (int) 497,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 205 => object(App\Model\Entity\TProduct) {
'id' => (int) 206,
'product_id' => (int) 58413,
'product_name' => 'ミンサー織かぶせティッシュ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '27',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118181322',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074330_4540118181322.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074330_4540118181322.jpg',
'sort' => (int) 602,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 206 => object(App\Model\Entity\TProduct) {
'id' => (int) 207,
'product_id' => (int) 23426,
'product_name' => 'ミンサー織印鑑入れ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '27',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299103250',
'item_price' => '770',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074357_4582299103250.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074357_4582299103250.jpg',
'sort' => (int) 389,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 207 => object(App\Model\Entity\TProduct) {
'id' => (int) 209,
'product_id' => (int) 21827,
'product_name' => 'ミンサーコースター(シングル)各色',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '27',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299100433',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074419_4582299100433.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '黒/黄/赤/緑/水色',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074419_4582299100433.jpg',
'sort' => (int) 575,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 208 => object(App\Model\Entity\TProduct) {
'id' => (int) 210,
'product_id' => (int) 11859,
'product_name' => 'ミンサー織コースター(5枚セット)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '27',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299100440',
'item_price' => '2530',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072822_4582299100440.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072822_4582299100440.jpg',
'sort' => (int) 682,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 209 => object(App\Model\Entity\TProduct) {
'id' => (int) 211,
'product_id' => (int) 33995,
'product_name' => 'うちな~きっちんタオル(パインシーサー・ハイビ・ゴーヤー・クイナ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118162932',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072903_4540118162932.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072903_4540118162932.jpg',
'sort' => (int) 463,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 210 => object(App\Model\Entity\TProduct) {
'id' => (int) 212,
'product_id' => (int) 60936,
'product_name' => 'うちな~きっちんたおる(ハートシーサー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118172313',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072920_4540118172313.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072920_4540118172313.jpg',
'sort' => (int) 574,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 211 => object(App\Model\Entity\TProduct) {
'id' => (int) 213,
'product_id' => (int) 91011,
'product_name' => 'うちな~きっちんたおる(クローバーシーサー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118172320',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072936_4540118172320.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072936_4540118172320.jpg',
'sort' => (int) 655,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 212 => object(App\Model\Entity\TProduct) {
'id' => (int) 214,
'product_id' => (int) 88375,
'product_name' => '刺繍蚊帳織ふきん(シーサー柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179916',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072954_4540118179916.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072954_4540118179916.jpg',
'sort' => (int) 449,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 213 => object(App\Model\Entity\TProduct) {
'id' => (int) 215,
'product_id' => (int) 73154,
'product_name' => '刺繍蚊帳織ふきん(ハイビ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179923',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073013_4540118179923.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073013_4540118179923.jpg',
'sort' => (int) 557,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 214 => object(App\Model\Entity\TProduct) {
'id' => (int) 216,
'product_id' => (int) 55409,
'product_name' => '刺繍蚊帳織ふきん(チンアナゴ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179930',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073031_4540118179930.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073031_4540118179930.jpg',
'sort' => (int) 643,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 215 => object(App\Model\Entity\TProduct) {
'id' => (int) 217,
'product_id' => (int) 39848,
'product_name' => '刺繍蚊帳織ふきん(ヤンバルクイナ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179947',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073049_4540118179947.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073049_4540118179947.jpg',
'sort' => (int) 434,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 216 => object(App\Model\Entity\TProduct) {
'id' => (int) 218,
'product_id' => (int) 24326,
'product_name' => '刺繍蚊帳織ふきん(ジンベイザメ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179954',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073110_4540118179954.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'レーヨン100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073110_4540118179954.jpg',
'sort' => (int) 526,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 217 => object(App\Model\Entity\TProduct) {
'id' => (int) 219,
'product_id' => (int) 92704,
'product_name' => 'うちな~きっちんたおる(屋根シーサー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180189',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073128_4540118180189.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073128_4540118180189.jpg',
'sort' => (int) 627,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 218 => object(App\Model\Entity\TProduct) {
'id' => (int) 220,
'product_id' => (int) 45798,
'product_name' => 'うちな~きっちんたおる(ジンベイザメ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180196',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073141_4540118180196.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073141_4540118180196.jpg',
'sort' => (int) 396,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 219 => object(App\Model\Entity\TProduct) {
'id' => (int) 221,
'product_id' => (int) 80040,
'product_name' => '3重シャガードふきん(ミンサー柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400164',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073157_4540118400164.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073157_4540118400164.jpg',
'sort' => (int) 506,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 220 => object(App\Model\Entity\TProduct) {
'id' => (int) 222,
'product_id' => (int) 15299,
'product_name' => '3重シャガードふきん(ブーゲン柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400171',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073212_4540118400171.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073212_4540118400171.jpg',
'sort' => (int) 604,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 221 => object(App\Model\Entity\TProduct) {
'id' => (int) 223,
'product_id' => (int) 74514,
'product_name' => 'うちな~きっちんタオル(シーサー・ジンベイ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400294',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073227_4540118400294.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073227_4540118400294.jpg',
'sort' => (int) 387,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 222 => object(App\Model\Entity\TProduct) {
'id' => (int) 224,
'product_id' => (int) 87973,
'product_name' => '染紅型エプロン',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '30',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299130232',
'item_price' => '3080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073308_4582299130232-1.jpg"},{"url":"\/files\/uploads\/products\/20210630073308_4582299130232-2.jpg"},{"url":"\/files\/uploads\/products\/20210630073308_4582299130232-3.jpg"},{"url":"\/files\/uploads\/products\/20210630073308_4582299130232-4.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073308_4582299130232-1.jpg',
'sort' => (int) 486,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 223 => object(App\Model\Entity\TProduct) {
'id' => (int) 225,
'product_id' => (int) 89425,
'product_name' => '染紅型前掛けエプロン(ポイント柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '30',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299130263',
'item_price' => '2750',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073344_4582299130263-1.jpg"},{"url":"\/files\/uploads\/products\/20210630073344_4582299130263-2.jpg"},{"url":"\/files\/uploads\/products\/20210630073344_4582299130263-3.jpg"},{"url":"\/files\/uploads\/products\/20210630073344_4582299130263-4.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073344_4582299130263-1.jpg',
'sort' => (int) 584,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 224 => object(App\Model\Entity\TProduct) {
'id' => (int) 226,
'product_id' => (int) 96175,
'product_name' => '染紅型ヒダ付前掛けエプロン',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '30',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299138245',
'item_price' => '2017',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073415_4582299138245-1.jpg"},{"url":"\/files\/uploads\/products\/20210630073415_4582299138245-2.jpg"},{"url":"\/files\/uploads\/products\/20210630073415_4582299138245-3.jpg"},{"url":"\/files\/uploads\/products\/20210630073415_4582299138245-4.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073415_4582299138245-1.jpg',
'sort' => (int) 677,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 225 => object(App\Model\Entity\TProduct) {
'id' => (int) 227,
'product_id' => (int) 53047,
'product_name' => '沖縄柄お箸5膳セット',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118154722',
'item_price' => '2090',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073445_4540118154722.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '天然木',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073445_4540118154722.jpg',
'sort' => (int) 464,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 226 => object(App\Model\Entity\TProduct) {
'id' => (int) 228,
'product_id' => (int) 32157,
'product_name' => '沖縄柄夫婦箸セット',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118154739',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073527_4540118154739.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '天然木',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073527_4540118154739.jpg',
'sort' => (int) 566,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 227 => object(App\Model\Entity\TProduct) {
'id' => (int) 229,
'product_id' => (int) 85834,
'product_name' => '子供箸(親子シーサー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118155866',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073544_4540118155866.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '黄/ピンク/青',
'item_size' => '天然木',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073544_4540118155866.jpg',
'sort' => (int) 658,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 228 => object(App\Model\Entity\TProduct) {
'id' => (int) 230,
'product_id' => (int) 20451,
'product_name' => 'ミンサー柄夫婦箸セット',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118155873',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630071918_4540118155873.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '天然木',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630071918_4540118155873.jpg',
'sort' => (int) 456,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 229 => object(App\Model\Entity\TProduct) {
'id' => (int) 231,
'product_id' => (int) 20317,
'product_name' => '沖縄柄夫婦箸セット(藤柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179046',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630071952_4540118179046.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '天然木',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630071952_4540118179046.jpg',
'sort' => (int) 549,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 230 => object(App\Model\Entity\TProduct) {
'id' => (int) 232,
'product_id' => (int) 62999,
'product_name' => '沖縄柄夫婦箸セット(のしめ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179053',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072010_4540118179053.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '天然木',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072010_4540118179053.jpg',
'sort' => (int) 652,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 231 => object(App\Model\Entity\TProduct) {
'id' => (int) 233,
'product_id' => (int) 78141,
'product_name' => '沖縄柄夫婦箸セット(シーサー柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179060',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072024_4540118179060.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '天然木',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072024_4540118179060.jpg',
'sort' => (int) 8,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 232 => object(App\Model\Entity\TProduct) {
'id' => (int) 234,
'product_id' => (int) 98882,
'product_name' => '沖縄柄夫婦箸セット(琉球舞踊・エイサー柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179077',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072041_4540118179077.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '天然木',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072041_4540118179077.jpg',
'sort' => (int) 534,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 233 => object(App\Model\Entity\TProduct) {
'id' => (int) 235,
'product_id' => (int) 43969,
'product_name' => '願寿長寿箸(黒壇)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118182831',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072059_4540118182831.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '天然木',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072059_4540118182831.jpg',
'sort' => (int) 636,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 234 => object(App\Model\Entity\TProduct) {
'id' => (int) 236,
'product_id' => (int) 74537,
'product_name' => '願寿長寿箸(紫壇)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118182848',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072115_4540118182848.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '天然木',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072115_4540118182848.jpg',
'sort' => (int) 400,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 235 => object(App\Model\Entity\TProduct) {
'id' => (int) 237,
'product_id' => (int) 68197,
'product_name' => '願寿長寿箸(桑)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118182862',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072129_4540118182862.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '天然木',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072129_4540118182862.jpg',
'sort' => (int) 514,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 236 => object(App\Model\Entity\TProduct) {
'id' => (int) 238,
'product_id' => (int) 44118,
'product_name' => '子供箸(パイン&シーサー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118187386',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072151_4540118187386.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '黄/ピンク/青',
'item_size' => '天然木',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072151_4540118187386.jpg',
'sort' => (int) 591,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 237 => object(App\Model\Entity\TProduct) {
'id' => (int) 239,
'product_id' => (int) 74946,
'product_name' => '子供箸(ハート&シーサー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118187393',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072331_4540118187393.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '黄/ピンク/青',
'item_size' => '天然木',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072331_4540118187393.jpg',
'sort' => (int) 379,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 238 => object(App\Model\Entity\TProduct) {
'id' => (int) 240,
'product_id' => (int) 52161,
'product_name' => '子供箸(海のなかま)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118187409',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072414_4540118187409.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '黄/ピンク/青',
'item_size' => '天然木',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072414_4540118187409.jpg',
'sort' => (int) 495,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 239 => object(App\Model\Entity\TProduct) {
'id' => (int) 241,
'product_id' => (int) 20593,
'product_name' => '大判ハンカチ(古紅型柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '33',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118113477',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072510_4540118113477.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072510_4540118113477.jpg',
'sort' => (int) 429,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 240 => object(App\Model\Entity\TProduct) {
'id' => (int) 242,
'product_id' => (int) 42325,
'product_name' => '大判ハンカチ(ミンサー柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '33',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118137688',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072525_4540118137688.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿89%×麻11%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072525_4540118137688.jpg',
'sort' => (int) 542,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 241 => object(App\Model\Entity\TProduct) {
'id' => (int) 243,
'product_id' => (int) 68274,
'product_name' => '大判ハンカチ/14(花織り柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '33',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118175895',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072542_4540118175895.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%×麻15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072542_4540118175895.jpg',
'sort' => (int) 616,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 242 => object(App\Model\Entity\TProduct) {
'id' => (int) 244,
'product_id' => (int) 71423,
'product_name' => '大判ハンカチ/14(紅型柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '33',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118175901',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072558_4540118175901.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072558_4540118175901.jpg',
'sort' => (int) 412,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 243 => object(App\Model\Entity\TProduct) {
'id' => (int) 246,
'product_id' => (int) 11153,
'product_name' => '島の色ハンカチ(ウミガメ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '33',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118475070',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072628_4540118475070.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072628_4540118475070.jpg',
'sort' => (int) 595,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 244 => object(App\Model\Entity\TProduct) {
'id' => (int) 247,
'product_id' => (int) 51244,
'product_name' => '島の色ハンカチ(ハイビスカス柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '33',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118475087',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072642_4540118475087.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072642_4540118475087.jpg',
'sort' => (int) 392,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 245 => object(App\Model\Entity\TProduct) {
'id' => (int) 248,
'product_id' => (int) 70517,
'product_name' => '島の色ハンカチ(ハートシーサー柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '33',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118475094',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072659_4540118475094.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072659_4540118475094.jpg',
'sort' => (int) 482,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 246 => object(App\Model\Entity\TProduct) {
'id' => (int) 249,
'product_id' => (int) 15862,
'product_name' => '島の色ハンカチ(ブルメリア柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '33',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118475100',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072713_4540118475100.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072713_4540118475100.jpg',
'sort' => (int) 578,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 247 => object(App\Model\Entity\TProduct) {
'id' => (int) 250,
'product_id' => (int) 40979,
'product_name' => '染紅型 小風呂敷(松竹梅柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118100477',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630071832_4540118100477.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630071832_4540118100477.jpg',
'sort' => (int) 681,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 248 => object(App\Model\Entity\TProduct) {
'id' => (int) 251,
'product_id' => (int) 91597,
'product_name' => '染紅型 小風呂敷(鶴柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118100484',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630071819_4540118100484.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630071819_4540118100484.jpg',
'sort' => (int) 458,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 249 => object(App\Model\Entity\TProduct) {
'id' => (int) 252,
'product_id' => (int) 98099,
'product_name' => '染紅型 小風呂敷(のしめ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118100491',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630071756_4540118100491.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630071756_4540118100491.jpg',
'sort' => (int) 569,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 250 => object(App\Model\Entity\TProduct) {
'id' => (int) 253,
'product_id' => (int) 18767,
'product_name' => '染紅型 小風呂敷(藤柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118139286',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630071729_4540118139286.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630071729_4540118139286.jpg',
'sort' => (int) 653,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 251 => object(App\Model\Entity\TProduct) {
'id' => (int) 254,
'product_id' => (int) 52084,
'product_name' => '染紅型 中風呂敷(藤柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118111336',
'item_price' => '1980',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630071656_4540118111336-1.jpg"},{"url":"\/files\/uploads\/products\/20210630071656_4540118111336-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630071656_4540118111336-1.jpg',
'sort' => (int) 451,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 252 => object(App\Model\Entity\TProduct) {
'id' => (int) 255,
'product_id' => (int) 26725,
'product_name' => '染紅型 中風呂敷(鶴柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118111350',
'item_price' => '1980',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630070920_4540118111350-1.jpg"},{"url":"\/files\/uploads\/products\/20210630070920_4540118111350-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630070920_4540118111350-1.jpg',
'sort' => (int) 543,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 253 => object(App\Model\Entity\TProduct) {
'id' => (int) 256,
'product_id' => (int) 39311,
'product_name' => '染紅型 大風呂敷 自遊布(藤柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118139200',
'item_price' => '4180',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630065714_4540118139200.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630065714_4540118139200.jpg',
'sort' => (int) 638,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 254 => object(App\Model\Entity\TProduct) {
'id' => (int) 257,
'product_id' => (int) 16857,
'product_name' => '染紅型 大風呂敷 自遊布(鶴柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118150960',
'item_price' => '4180',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630065950_4540118150960.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630065950_4540118150960.jpg',
'sort' => (int) 437,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 255 => object(App\Model\Entity\TProduct) {
'id' => (int) 258,
'product_id' => (int) 90053,
'product_name' => '染紅型 大風呂敷 自遊布(松竹梅柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118150984',
'item_price' => '4180',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630070154_4540118150984.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630070154_4540118150984.jpg',
'sort' => (int) 520,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 256 => object(App\Model\Entity\TProduct) {
'id' => (int) 259,
'product_id' => (int) 74289,
'product_name' => '中風呂敷(鳳凰柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118154234',
'item_price' => '1980',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630070306_4540118154234.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630070306_4540118154234.jpg',
'sort' => (int) 630,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 257 => object(App\Model\Entity\TProduct) {
'id' => (int) 260,
'product_id' => (int) 25998,
'product_name' => '魔除け獅子のれん',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118134052',
'item_price' => '4400',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630070439_4540118134052-2.jpg"},{"url":"\/files\/uploads\/products\/20210630070439_4540118134052-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240710055305_4540118134052-2.jpg',
'sort' => (int) 417,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 258 => object(App\Model\Entity\TProduct) {
'id' => (int) 261,
'product_id' => (int) 43145,
'product_name' => '紅型のれん(藤柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299100716',
'item_price' => '5280',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630070552_4582299100716.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630070552_4582299100716.jpg',
'sort' => (int) 498,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 259 => object(App\Model\Entity\TProduct) {
'id' => (int) 262,
'product_id' => (int) 49729,
'product_name' => '紅型のれん(鶴柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118151639',
'item_price' => '5280',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630071618_4540118151639.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630071618_4540118151639.jpg',
'sort' => (int) 609,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 260 => object(App\Model\Entity\TProduct) {
'id' => (int) 263,
'product_id' => (int) 97002,
'product_name' => '紅型のれん(松竹梅柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118151646',
'item_price' => '5280',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630071721_4540118151646.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630071721_4540118151646.jpg',
'sort' => (int) 377,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 261 => object(App\Model\Entity\TProduct) {
'id' => (int) 264,
'product_id' => (int) 44897,
'product_name' => '方言麻のれん(シーサー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118182428',
'item_price' => '3080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630071844_4540118182428.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630071844_4540118182428.jpg',
'sort' => (int) 488,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 262 => object(App\Model\Entity\TProduct) {
'id' => (int) 265,
'product_id' => (int) 37161,
'product_name' => '方言麻のれん(ハイビ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118182411',
'item_price' => '3080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072101_4540118182411.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072101_4540118182411.jpg',
'sort' => (int) 585,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 263 => object(App\Model\Entity\TProduct) {
'id' => (int) 266,
'product_id' => (int) 39643,
'product_name' => '紅型流水柄のれん',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118182435',
'item_price' => '3300',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072247_4540118182435-1.jpg"},{"url":"\/files\/uploads\/products\/20210630072247_4540118182435-2.jpg"},{"url":"\/files\/uploads\/products\/20210630072247_4540118182435-3.jpg"},{"url":"\/files\/uploads\/products\/20210630072247_4540118182435-4.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100% 120cmx90cm',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072247_4540118182435-1.jpg',
'sort' => (int) 672,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 264 => object(App\Model\Entity\TProduct) {
'id' => (int) 267,
'product_id' => (int) 48593,
'product_name' => 'のれん(のしめ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118184880',
'item_price' => '3300',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072433_4540118184880-1.jpg"},{"url":"\/files\/uploads\/products\/20210630072433_4540118184880-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072433_4540118184880-1.jpg',
'sort' => (int) 466,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 265 => object(App\Model\Entity\TProduct) {
'id' => (int) 268,
'product_id' => (int) 99933,
'product_name' => '麻のれん(ゴーヤ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299137637',
'item_price' => '3080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072536_4582299137637.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%×レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072536_4582299137637.jpg',
'sort' => (int) 561,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 266 => object(App\Model\Entity\TProduct) {
'id' => (int) 269,
'product_id' => (int) 51853,
'product_name' => '麻のれん大(藤柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299137644',
'item_price' => '3080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072625_4582299137644.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%×レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072625_4582299137644.jpg',
'sort' => (int) 661,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 267 => object(App\Model\Entity\TProduct) {
'id' => (int) 270,
'product_id' => (int) 10547,
'product_name' => '麻のれん大(のしめ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '34',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299137651',
'item_price' => '3080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630072719_4582299137651.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%×レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630072719_4582299137651.jpg',
'sort' => (int) 442,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 268 => object(App\Model\Entity\TProduct) {
'id' => (int) 271,
'product_id' => (int) 43231,
'product_name' => '花織柄朱子織ミニタオル',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118120246',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073112_4540118120246.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿65%×レーヨン35%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073112_4540118120246.jpg',
'sort' => (int) 551,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 269 => object(App\Model\Entity\TProduct) {
'id' => (int) 272,
'product_id' => (int) 26117,
'product_name' => 'ミンサー柄朱子織ミニタオル',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118120253',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073128_4540118120253.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿65%×レーヨン35%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073128_4540118120253.jpg',
'sort' => (int) 644,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 270 => object(App\Model\Entity\TProduct) {
'id' => (int) 274,
'product_id' => (int) 58082,
'product_name' => 'ジンベイザメ朱子織ミニタオル',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118182718',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073244_4540118182718.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ブルー/パープル/ピンク',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073244_4540118182718.jpg',
'sort' => (int) 421,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 271 => object(App\Model\Entity\TProduct) {
'id' => (int) 275,
'product_id' => (int) 94259,
'product_name' => 'ハイビスカス スカラミニタオル',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118162222',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073305_4540118162222.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073305_4540118162222.jpg',
'sort' => (int) 527,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 272 => object(App\Model\Entity\TProduct) {
'id' => (int) 276,
'product_id' => (int) 42151,
'product_name' => '刺繍スカラップミニタオル(シーサー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173464',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073329_4540118173464.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073329_4540118173464.jpg',
'sort' => (int) 635,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 273 => object(App\Model\Entity\TProduct) {
'id' => (int) 277,
'product_id' => (int) 72319,
'product_name' => '刺繍スカラップミニタオル(クイナ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173471',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073355_4540118173471.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/ブルー/イエロー',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073355_4540118173471.jpg',
'sort' => (int) 403,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 274 => object(App\Model\Entity\TProduct) {
'id' => (int) 278,
'product_id' => (int) 43364,
'product_name' => '刺繍スカラップミニタオル(ホヌ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118440016',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073419_4540118440016.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073419_4540118440016.jpg',
'sort' => (int) 507,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 275 => object(App\Model\Entity\TProduct) {
'id' => (int) 279,
'product_id' => (int) 13421,
'product_name' => 'うちな~ガーゼたおる(シーサー柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173587',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073446_4540118173587.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073446_4540118173587.jpg',
'sort' => (int) 592,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 276 => object(App\Model\Entity\TProduct) {
'id' => (int) 280,
'product_id' => (int) 51103,
'product_name' => 'うちな~ガーゼたおる(紅型藤柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173594',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073507_4540118173594.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'イエロー/ホワイト/ピンク',
'item_size' => '綿100%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073507_4540118173594.jpg',
'sort' => (int) 383,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 277 => object(App\Model\Entity\TProduct) {
'id' => (int) 281,
'product_id' => (int) 46897,
'product_name' => 'うちな~ガーゼたおる(ジンベイザメ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118183289',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073552_4540118183289.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ブルー/グリーン/ピンク',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073552_4540118183289.jpg',
'sort' => (int) 473,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 278 => object(App\Model\Entity\TProduct) {
'id' => (int) 282,
'product_id' => (int) 76990,
'product_name' => '刺繍ふぇるとみにたおる(親子シーサー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177066',
'item_price' => '770',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073619_4540118177066.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073619_4540118177066.jpg',
'sort' => (int) 432,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 279 => object(App\Model\Entity\TProduct) {
'id' => (int) 283,
'product_id' => (int) 49891,
'product_name' => 'カラフルミンサーミニタオル',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177516',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073638_4540118177516.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073638_4540118177516.jpg',
'sort' => (int) 538,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 280 => object(App\Model\Entity\TProduct) {
'id' => (int) 284,
'product_id' => (int) 39065,
'product_name' => '刺繍スカラップミニタオル(ジンベイザメ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118182695',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073709_4540118182695.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'イエロー/ピンク/ブルー',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073709_4540118182695.jpg',
'sort' => (int) 619,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 281 => object(App\Model\Entity\TProduct) {
'id' => (int) 285,
'product_id' => (int) 81793,
'product_name' => '竹繊維刺繍ワンポイントミニタオル(シーサー柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400188',
'item_price' => '770',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073733_4540118400188.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '青/赤/紫',
'item_size' => 'バンブーレーヨン68%×綿32%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073733_4540118400188.jpg',
'sort' => (int) 406,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 282 => object(App\Model\Entity\TProduct) {
'id' => (int) 286,
'product_id' => (int) 90040,
'product_name' => '竹繊維刺繍ワンポイントミニタオル(ハイビ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400195',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073752_4540118400195.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'バンブーレーヨン68%×綿32%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073752_4540118400195.jpg',
'sort' => (int) 515,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 283 => object(App\Model\Entity\TProduct) {
'id' => (int) 287,
'product_id' => (int) 91802,
'product_name' => '竹繊維刺繍ワンポイントミニタオル(マンタ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400201',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073812_4540118400201.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'バンブーレーヨン68%×綿32%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073812_4540118400201.jpg',
'sort' => (int) 598,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 284 => object(App\Model\Entity\TProduct) {
'id' => (int) 288,
'product_id' => (int) 20686,
'product_name' => '竹繊維刺繍ワンポイントミニタオル(ジンベイザメ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400218',
'item_price' => '770',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073829_4540118400218.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'バンブーレーヨン68%×綿32%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073829_4540118400218.jpg',
'sort' => (int) 395,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 285 => object(App\Model\Entity\TProduct) {
'id' => (int) 289,
'product_id' => (int) 20483,
'product_name' => 'うちな~ふぇいすたおる(ミンサー柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118170524',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073859_4540118170524.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073859_4540118170524.jpg',
'sort' => (int) 480,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 286 => object(App\Model\Entity\TProduct) {
'id' => (int) 290,
'product_id' => (int) 93651,
'product_name' => 'うちな~ふぇいすたおる(紅型藤柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '美しい沖縄の伝統柄。紅型の藤柄をイメージしたフェイスタオルです。',
'jan_code' => '4540118170531',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630073932_4540118170531.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'オフ/イエロー/ピンク',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630073932_4540118170531.jpg',
'sort' => (int) 581,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 287 => object(App\Model\Entity\TProduct) {
'id' => (int) 291,
'product_id' => (int) 72047,
'product_name' => 'うちな~ふぇいすたおる(シーサー柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173570',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074706_4540118173570.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074706_4540118173570.jpg',
'sort' => (int) 669,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 288 => object(App\Model\Entity\TProduct) {
'id' => (int) 292,
'product_id' => (int) 51399,
'product_name' => 'うちな~ふぇいすたおる(ジンベイザメ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118183296',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074730_4540118183296.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ブルー/グリーン/ピンク',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074730_4540118183296.jpg',
'sort' => (int) 461,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 289 => object(App\Model\Entity\TProduct) {
'id' => (int) 293,
'product_id' => (int) 96031,
'product_name' => 'うちな~ふぇいすたおる(のしめ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118186600',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630074756_4540118186600.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630074756_4540118186600.jpg',
'sort' => (int) 573,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 290 => object(App\Model\Entity\TProduct) {
'id' => (int) 302,
'product_id' => (int) 26828,
'product_name' => 'ひんやりタオル(ブーゲン柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400232',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075117_4540118400232.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'ポリエステル100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075117_4540118400232.jpg',
'sort' => (int) 501,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 291 => object(App\Model\Entity\TProduct) {
'id' => (int) 303,
'product_id' => (int) 44078,
'product_name' => 'ひんやりタオル(ハイビ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400249',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075134_4540118400249.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'ポリエステル100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075134_4540118400249.jpg',
'sort' => (int) 611,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 292 => object(App\Model\Entity\TProduct) {
'id' => (int) 304,
'product_id' => (int) 16829,
'product_name' => 'ひんやりタオル(ブルメリア柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400256',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075150_4540118400256.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'ポリエステル100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075150_4540118400256.jpg',
'sort' => (int) 373,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 293 => object(App\Model\Entity\TProduct) {
'id' => (int) 305,
'product_id' => (int) 97871,
'product_name' => 'ひんやりタオル(シーサー柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400287',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075206_4540118400287.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'ポリエステル100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075206_4540118400287.jpg',
'sort' => (int) 490,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 294 => object(App\Model\Entity\TProduct) {
'id' => (int) 306,
'product_id' => (int) 86450,
'product_name' => '美らピカ歯ブラシ(各種)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '36',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118161140',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075702_4540118161140.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ジュゴン&カメ/クローバーシーサー/ハイビスカス/ハートシーサー/ジンベイザメ/パインシーサー/ゴーヤー/熱帯魚',
'item_size' => 'AS樹脂、ナイロン',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075702_4540118161140.jpg',
'sort' => (int) 587,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 295 => object(App\Model\Entity\TProduct) {
'id' => (int) 307,
'product_id' => (int) 64841,
'product_name' => 'シルク扇子(紅型藤柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '37',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176489',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075729_4540118176489.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'シルク',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075729_4540118176489.jpg',
'sort' => (int) 676,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 296 => object(App\Model\Entity\TProduct) {
'id' => (int) 308,
'product_id' => (int) 62102,
'product_name' => 'シルク扇子(のしめ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '37',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176496',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075747_4540118176496.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'シルク',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075747_4540118176496.jpg',
'sort' => (int) 471,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 297 => object(App\Model\Entity\TProduct) {
'id' => (int) 309,
'product_id' => (int) 35217,
'product_name' => 'シルク扇子(魔除け獅子柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '37',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176502',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075808_4540118176502.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'シルク',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075808_4540118176502.jpg',
'sort' => (int) 565,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 298 => object(App\Model\Entity\TProduct) {
'id' => (int) 310,
'product_id' => (int) 25379,
'product_name' => 'シルク扇子(ブーゲンビリア柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '37',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176519',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075825_4540118176519.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'シルク',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075825_4540118176519.jpg',
'sort' => (int) 665,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 299 => object(App\Model\Entity\TProduct) {
'id' => (int) 311,
'product_id' => (int) 42490,
'product_name' => 'シルク扇子(神龍柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '37',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118182367',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075850_4540118182367.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'シルク',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075850_4540118182367.jpg',
'sort' => (int) 445,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 300 => object(App\Model\Entity\TProduct) {
'id' => (int) 312,
'product_id' => (int) 74331,
'product_name' => 'シルク扇子(古紅型柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '37',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118182374',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075907_4540118182374.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'シルク',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075907_4540118182374.jpg',
'sort' => (int) 553,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 301 => object(App\Model\Entity\TProduct) {
'id' => (int) 313,
'product_id' => (int) 97251,
'product_name' => 'シルク扇子(松竹梅柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '37',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118187430',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075926_4540118187430.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'シルク',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075926_4540118187430.jpg',
'sort' => (int) 647,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 302 => object(App\Model\Entity\TProduct) {
'id' => (int) 314,
'product_id' => (int) 48480,
'product_name' => 'シルク扇子(鶴柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '37',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118187447',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630075945_4540118187447.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'シルク',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630075945_4540118187447.jpg',
'sort' => (int) 424,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 303 => object(App\Model\Entity\TProduct) {
'id' => (int) 315,
'product_id' => (int) 61049,
'product_name' => 'シルク扇子(南十字星柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '37',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118187454',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630080009_4540118187454.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'シルク',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630080009_4540118187454.jpg',
'sort' => (int) 529,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 304 => object(App\Model\Entity\TProduct) {
'id' => (int) 316,
'product_id' => (int) 85444,
'product_name' => 'シルク扇子(ハイビスカス柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '37',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118187461',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630045528_4540118187461.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => 'シルク',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630045528_4540118187461.jpg',
'sort' => (int) 346,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 305 => object(App\Model\Entity\TProduct) {
'id' => (int) 317,
'product_id' => (int) 65344,
'product_name' => '【ちゅら】中絞り巾着(中)クイナ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176649',
'item_price' => '1650',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630045557_4540118176649.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630045557_4540118176649.jpg',
'sort' => (int) 210,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 306 => object(App\Model\Entity\TProduct) {
'id' => (int) 318,
'product_id' => (int) 18909,
'product_name' => '【ちゅら】中絞り巾着(小)クイナ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176656',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630045616_4540118176656.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630045616_4540118176656.jpg',
'sort' => (int) 275,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 307 => object(App\Model\Entity\TProduct) {
'id' => (int) 319,
'product_id' => (int) 16780,
'product_name' => '【ちゅら】平ポーチクイナ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176663',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630045639_4540118176663.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630045639_4540118176663.jpg',
'sort' => (int) 322,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 308 => object(App\Model\Entity\TProduct) {
'id' => (int) 320,
'product_id' => (int) 37813,
'product_name' => '【ちゅら】底はぎポーチクイナ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176670',
'item_price' => '1430',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630045653_4540118176670.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630045653_4540118176670.jpg',
'sort' => (int) 200,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 309 => object(App\Model\Entity\TProduct) {
'id' => (int) 321,
'product_id' => (int) 40497,
'product_name' => '【ちゅら】かぶせティッシュ 各種',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '[4540118176687]クイナ柄、
[4540118179510]ブーゲン・ハイビ柄、
[4540118180219]ジンベイ・マンタ柄、
[4540118176731]シーサー柄',
'jan_code' => '',
'item_price' => '770',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630045708_4540118176687.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630045708_4540118176687.jpg',
'sort' => (int) 252,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 310 => object(App\Model\Entity\TProduct) {
'id' => (int) 322,
'product_id' => (int) 29876,
'product_name' => '【ちゅら】中絞り巾着(中)シーサー柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176694',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630045725_4540118176694.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630045725_4540118176694.jpg',
'sort' => (int) 227,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 311 => object(App\Model\Entity\TProduct) {
'id' => (int) 323,
'product_id' => (int) 64585,
'product_name' => '【ちゅら】中絞り巾着(小)シーサー柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176700',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630045742_4540118176700.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630045742_4540118176700.jpg',
'sort' => (int) 289,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 312 => object(App\Model\Entity\TProduct) {
'id' => (int) 324,
'product_id' => (int) 20429,
'product_name' => '【ちゅら】平ポーチシーサー柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176717',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630045756_4540118176717.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630045756_4540118176717.jpg',
'sort' => (int) 335,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 313 => object(App\Model\Entity\TProduct) {
'id' => (int) 325,
'product_id' => (int) 11296,
'product_name' => '【ちゅら】底はぎポーチ 各種',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '[4540118176724]シーサー柄、
[4540118179503]ブーゲン・ハイビ柄、
[4540118180202]ジンベイ・マンタ柄、
[4540118176670]クイナ柄',
'jan_code' => '',
'item_price' => '1430',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630045810_4540118176724.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630045810_4540118176724.jpg',
'sort' => (int) 216,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 314 => object(App\Model\Entity\TProduct) {
'id' => (int) 326,
'product_id' => (int) 38208,
'product_name' => '【ちゅら】かぶせティッシュシーサー柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176731',
'item_price' => '550',
'product_image_url' => '[{"url":""}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => null,
'sort' => (int) 279,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 315 => object(App\Model\Entity\TProduct) {
'id' => (int) 327,
'product_id' => (int) 41113,
'product_name' => '【ちゅら】P付ポシェットシーサー柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177202',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630050329_4540118177202.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630050329_4540118177202.jpg',
'sort' => (int) 324,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 316 => object(App\Model\Entity\TProduct) {
'id' => (int) 328,
'product_id' => (int) 65826,
'product_name' => '【ちゅら】まち付ガマ口シーサー柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177219',
'item_price' => '2090',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630050608_4540118177219.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630050608_4540118177219.jpg',
'sort' => (int) 205,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 317 => object(App\Model\Entity\TProduct) {
'id' => (int) 329,
'product_id' => (int) 16476,
'product_name' => '【ちゅら】P付ポシェット 各種',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '[4540118177226]クイナ柄、
[4540118177202]シーサー柄、
[4540118179541]ブーゲン・ハイビ柄、
[4540118180240]ジンベイ・マンタ柄',
'jan_code' => '',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630050548_4540118177226.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630050548_4540118177226.jpg',
'sort' => (int) 254,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 318 => object(App\Model\Entity\TProduct) {
'id' => (int) 330,
'product_id' => (int) 80593,
'product_name' => '【ちゅら】まち付ガマ口クイナ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177233',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630050629_4540118177233.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630050629_4540118177233.jpg',
'sort' => (int) 315,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 319 => object(App\Model\Entity\TProduct) {
'id' => (int) 331,
'product_id' => (int) 52206,
'product_name' => '【ちゅら】3.3小銭入れ 各種',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '[4540118177295]シーサー柄、
[4540118177301]クイナ柄、
[4540118179565]ブーゲン・ハイビ柄、
[4540118180264]ジンベイ・マンタ柄',
'jan_code' => '',
'item_price' => '1650',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630050706_4540118177295.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630050706_4540118177295.jpg',
'sort' => (int) 371,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 320 => object(App\Model\Entity\TProduct) {
'id' => (int) 332,
'product_id' => (int) 72977,
'product_name' => '【ちゅら】3.3小銭入れクイナ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177301',
'item_price' => '1650',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630050727_4540118177301.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630050727_4540118177301.jpg',
'sort' => (int) 4,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 321 => object(App\Model\Entity\TProduct) {
'id' => (int) 333,
'product_id' => (int) 50652,
'product_name' => '【ちゅら】底はぎポーチブーゲン・ハイビ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179503',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630050840_4540118179503.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630050840_4540118179503.jpg',
'sort' => (int) 307,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 322 => object(App\Model\Entity\TProduct) {
'id' => (int) 334,
'product_id' => (int) 40635,
'product_name' => '【ちゅら】かぶせティッシュブーゲン・ハイビ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179510',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630050859_4540118179510.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630050859_4540118179510.jpg',
'sort' => (int) 359,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 323 => object(App\Model\Entity\TProduct) {
'id' => (int) 335,
'product_id' => (int) 85998,
'product_name' => '【ちゅら】中絞り巾着(中)ブーゲン・ハイビ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179527',
'item_price' => '1650',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630050913_4540118179527.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630050913_4540118179527.jpg',
'sort' => (int) 240,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 324 => object(App\Model\Entity\TProduct) {
'id' => (int) 336,
'product_id' => (int) 92217,
'product_name' => '【ちゅら】中絞り巾着(小)ブーゲン・ハイビ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179534',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630050931_4540118179534.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630050931_4540118179534.jpg',
'sort' => (int) 293,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 325 => object(App\Model\Entity\TProduct) {
'id' => (int) 337,
'product_id' => (int) 29813,
'product_name' => '【ちゅら】P付ポシェットブーゲン・ハイビ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179541',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630050949_4540118179541.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630050949_4540118179541.jpg',
'sort' => (int) 349,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 326 => object(App\Model\Entity\TProduct) {
'id' => (int) 338,
'product_id' => (int) 91689,
'product_name' => '【ちゅら】まち付ガマ口 各柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '[4540118179558]ブーゲン・ハイビ柄、
[4540118177219]シーサー柄、
[4540118177233]クイナ柄、
[4540118180257]ジンベイ・マンタ柄',
'jan_code' => '',
'item_price' => '2030',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051020_4540118179558.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051020_4540118179558.jpg',
'sort' => (int) 232,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 327 => object(App\Model\Entity\TProduct) {
'id' => (int) 339,
'product_id' => (int) 84696,
'product_name' => '【ちゅら】3.3小銭入れブーゲン・ハイビ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179565',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051037_4540118179565.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051037_4540118179565.jpg',
'sort' => (int) 280,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 328 => object(App\Model\Entity\TProduct) {
'id' => (int) 340,
'product_id' => (int) 12321,
'product_name' => '【ちゅら】豆財布ブーゲン・ハイビ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179886',
'item_price' => '770',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051056_4540118179886.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051056_4540118179886.jpg',
'sort' => (int) 341,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 329 => object(App\Model\Entity\TProduct) {
'id' => (int) 341,
'product_id' => (int) 77724,
'product_name' => '【ちゅら】豆財布シーサー柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179893',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051117_4540118179893.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051117_4540118179893.jpg',
'sort' => (int) 207,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 330 => object(App\Model\Entity\TProduct) {
'id' => (int) 342,
'product_id' => (int) 96572,
'product_name' => '【ちゅら】豆財布 各種',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '[4540118179909]クイナ柄、
[4540118179886]ブーゲン・ハイビ柄、
[4540118179893]シーサー柄、
[4540118180271]ジンベイ・マンタ柄',
'jan_code' => '',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051138_4540118179909.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051138_4540118179909.jpg',
'sort' => (int) 269,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 331 => object(App\Model\Entity\TProduct) {
'id' => (int) 343,
'product_id' => (int) 58393,
'product_name' => '【ちゅら】底はぎポーチジンベイ・マンタ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180202',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051200_4540118180202.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051200_4540118180202.jpg',
'sort' => (int) 329,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 332 => object(App\Model\Entity\TProduct) {
'id' => (int) 344,
'product_id' => (int) 66866,
'product_name' => '【ちゅら】かぶせティッシュジンベイ・マンタ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180219',
'item_price' => '770',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051223_4540118180219.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051223_4540118180219.jpg',
'sort' => (int) 195,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 333 => object(App\Model\Entity\TProduct) {
'id' => (int) 345,
'product_id' => (int) 26511,
'product_name' => '【ちゅら】中絞り巾着(中)ジンベイ・マンタ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180226',
'item_price' => '1650',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051245_4540118180226.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051245_4540118180226.jpg',
'sort' => (int) 261,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 334 => object(App\Model\Entity\TProduct) {
'id' => (int) 346,
'product_id' => (int) 98577,
'product_name' => '【ちゅら】中絞り巾着(小)ジンベイ・マンタ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180233',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051304_4540118180233.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051304_4540118180233.jpg',
'sort' => (int) 311,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 335 => object(App\Model\Entity\TProduct) {
'id' => (int) 347,
'product_id' => (int) 52254,
'product_name' => '【ちゅら】P付ポシェットジンベイ・マンタ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180240',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051325_4540118180240.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051325_4540118180240.jpg',
'sort' => (int) 367,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 336 => object(App\Model\Entity\TProduct) {
'id' => (int) 348,
'product_id' => (int) 54752,
'product_name' => '【ちゅら】まち付ガマ口ジンベイ・マンタ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180257',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051340_4540118180257.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051340_4540118180257.jpg',
'sort' => (int) 247,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 337 => object(App\Model\Entity\TProduct) {
'id' => (int) 349,
'product_id' => (int) 76524,
'product_name' => '【ちゅら】3.3小銭入れジンベイ・マンタ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180264',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051358_4540118180264.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051358_4540118180264.jpg',
'sort' => (int) 302,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 338 => object(App\Model\Entity\TProduct) {
'id' => (int) 350,
'product_id' => (int) 24775,
'product_name' => '【ちゅら】豆財布ジンベイ・マンタ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180271',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051416_4540118180271.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051416_4540118180271.jpg',
'sort' => (int) 6,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 339 => object(App\Model\Entity\TProduct) {
'id' => (int) 351,
'product_id' => (int) 25386,
'product_name' => '【ちゅら】平ポーチブーゲン・ハイビ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118181339',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051433_4540118181339.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051433_4540118181339.jpg',
'sort' => (int) 235,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 340 => object(App\Model\Entity\TProduct) {
'id' => (int) 352,
'product_id' => (int) 47365,
'product_name' => '【ちゅら】平ポーチジンベイ・マンタ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118181346',
'item_price' => '1320',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051446_4540118181346.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051446_4540118181346.jpg',
'sort' => (int) 299,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 341 => object(App\Model\Entity\TProduct) {
'id' => (int) 353,
'product_id' => (int) 25855,
'product_name' => '【ちゅら】コースター5枚セット(ブーゲン・ハイビ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180059',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051511_4540118180059.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ブーゲンビレア&ハイビスカス柄',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051511_4540118180059.jpg',
'sort' => (int) 354,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 342 => object(App\Model\Entity\TProduct) {
'id' => (int) 354,
'product_id' => (int) 98295,
'product_name' => '【ちゅら】コースター5枚セット(シーサー柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180066',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051525_4540118180066.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051525_4540118180066.jpg',
'sort' => (int) 224,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 343 => object(App\Model\Entity\TProduct) {
'id' => (int) 355,
'product_id' => (int) 40539,
'product_name' => '【ちゅら】コースター5枚セット(クイナ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180073',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051541_4540118180073.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051541_4540118180073.jpg',
'sort' => (int) 285,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 344 => object(App\Model\Entity\TProduct) {
'id' => (int) 356,
'product_id' => (int) 87750,
'product_name' => '【ちゅら】コースター5枚セット(ジンベイ・マンタ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '39',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180684',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051617_4540118180684.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿85%.レーヨン15%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051617_4540118180684.jpg',
'sort' => (int) 334,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 345 => object(App\Model\Entity\TProduct) {
'id' => (int) 357,
'product_id' => (int) 29232,
'product_name' => 'ミニ親子シーサー 縦',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118139613',
'item_price' => '330',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051648_4540118139613.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '樹脂',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051648_4540118139613.jpg',
'sort' => (int) 212,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 346 => object(App\Model\Entity\TProduct) {
'id' => (int) 358,
'product_id' => (int) 83996,
'product_name' => 'ミニ親子シーサー 横',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118139644',
'item_price' => '330',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051705_4540118139644.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '樹脂',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051705_4540118139644.jpg',
'sort' => (int) 273,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 347 => object(App\Model\Entity\TProduct) {
'id' => (int) 359,
'product_id' => (int) 64280,
'product_name' => 'ゆんたくシーサー(大)座',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '沖縄の言葉で『ゆんたく』は『おしゃべり』の事。',
'jan_code' => '4540118166299',
'item_price' => '1650',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051738_4540118166299.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '樹脂',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051738_4540118166299.jpg',
'sort' => (int) 321,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 348 => object(App\Model\Entity\TProduct) {
'id' => (int) 360,
'product_id' => (int) 83972,
'product_name' => 'ゆんたくシーサー(中)座',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '沖縄の言葉で『ゆんたく』は『おしゃべり』の事。',
'jan_code' => '4540118166305',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051848_4540118166305-1.jpg"},{"url":"\/files\/uploads\/products\/20210630051848_4540118166305-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '茶/こげ茶',
'item_size' => '樹脂',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051848_4540118166305-1.jpg',
'sort' => (int) 197,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 349 => object(App\Model\Entity\TProduct) {
'id' => (int) 361,
'product_id' => (int) 79104,
'product_name' => 'ゆんたくシーサー(小)座',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118166312',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051920_4540118166312-1.jpg"},{"url":"\/files\/uploads\/products\/20210630051920_4540118166312-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '樹脂',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051920_4540118166312-1.jpg',
'sort' => (int) 264,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 350 => object(App\Model\Entity\TProduct) {
'id' => (int) 362,
'product_id' => (int) 47200,
'product_name' => 'ゆんたくシーサー(大)伏せ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118166329',
'item_price' => '1650',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630051948_4540118166329-1.jpg"},{"url":"\/files\/uploads\/products\/20210630051948_4540118166329-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '樹脂',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630051948_4540118166329-1.jpg',
'sort' => (int) 229,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 351 => object(App\Model\Entity\TProduct) {
'id' => (int) 363,
'product_id' => (int) 82818,
'product_name' => 'ゆんたくシーサー(中)伏せ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118166336',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052017_4540118166336-1.jpg"},{"url":"\/files\/uploads\/products\/20210630052017_4540118166336-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '樹脂',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052017_4540118166336-1.jpg',
'sort' => (int) 291,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 352 => object(App\Model\Entity\TProduct) {
'id' => (int) 364,
'product_id' => (int) 84805,
'product_name' => 'ゆんたくシーサー(小)伏せ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118166343',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052040_4540118166343-1.jpg"},{"url":"\/files\/uploads\/products\/20210630052040_4540118166343-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '樹脂',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052040_4540118166343-1.jpg',
'sort' => (int) 337,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 353 => object(App\Model\Entity\TProduct) {
'id' => (int) 365,
'product_id' => (int) 78753,
'product_name' => 'なんくるないさシーサー(大)全6色',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '愛らしいシーサーがお出迎え。
沖縄の言葉で『なんくるないさ』はで来ることは全てやったあとは『なんとかなる』の意味です。',
'jan_code' => '4540118173525',
'item_price' => '1980',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052200_4540118173525-3.jpg"},{"url":"\/files\/uploads\/products\/20210630052200_4540118173525-4.jpg"},{"url":"\/files\/uploads\/products\/20210630052200_4540118173525-5.jpg"},{"url":"\/files\/uploads\/products\/20210630052200_4540118173525-6.jpg"},{"url":"\/files\/uploads\/products\/20210630052110_4540118173525-1.jpg"},{"url":"\/files\/uploads\/products\/20210630052110_4540118173525-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '黄/黒/金/ピンク/赤/青',
'item_size' => '樹脂',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052226_4540118173525-1.jpg',
'sort' => (int) 219,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 354 => object(App\Model\Entity\TProduct) {
'id' => (int) 366,
'product_id' => (int) 96205,
'product_name' => 'なんくるないさシーサー(中)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '愛らしいシーサーがお出迎え。中央の文字『なんくるないさぁ』は沖縄の言葉でやれることは全てやった『あとは何とかなるさ』の意味です。',
'jan_code' => '4540118173518',
'item_price' => '1650',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052323_4540118173518.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '黄/黒/金/ピンク/赤/青',
'item_size' => '樹脂',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052323_4540118173518.jpg',
'sort' => (int) 266,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 355 => object(App\Model\Entity\TProduct) {
'id' => (int) 367,
'product_id' => (int) 36263,
'product_name' => 'なんくるないさシーサー(ミニ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173501',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052353_4540118173501.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '樹脂',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052353_4540118173501.jpg',
'sort' => (int) 326,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 356 => object(App\Model\Entity\TProduct) {
'id' => (int) 370,
'product_id' => (int) 23885,
'product_name' => 'ちばりよーシーサー(座)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '沖縄の方言で『ちばりよー』は『がんばれ』の意味。',
'jan_code' => '4540118170029',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052507_4540118170029.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '樹脂',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052507_4540118170029.jpg',
'sort' => (int) 317,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 357 => object(App\Model\Entity\TProduct) {
'id' => (int) 371,
'product_id' => (int) 11400,
'product_name' => 'ちばりよーシーサー(伏)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118170036',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052524_4540118170036.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '樹脂',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052524_4540118170036.jpg',
'sort' => (int) 364,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 358 => object(App\Model\Entity\TProduct) {
'id' => (int) 373,
'product_id' => (int) 20289,
'product_name' => '親子シーサーストラップ(スポーツ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118155743',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052622_4540118155743.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052622_4540118155743.jpg',
'sort' => (int) 309,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 359 => object(App\Model\Entity\TProduct) {
'id' => (int) 374,
'product_id' => (int) 66456,
'product_name' => '親子シーサーストラップ(クラッシュ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118155781',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052640_4540118155781.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '赤/青/黄',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052640_4540118155781.jpg',
'sort' => (int) 358,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 360 => object(App\Model\Entity\TProduct) {
'id' => (int) 375,
'product_id' => (int) 83171,
'product_name' => 'ゆんたくシーサープレートストラップ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118166350',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052707_4540118166350.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052707_4540118166350.jpg',
'sort' => (int) 241,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 361 => object(App\Model\Entity\TProduct) {
'id' => (int) 376,
'product_id' => (int) 77379,
'product_name' => 'ゆんたくシーサーミンサー柄ストラップ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118166374',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052725_4540118166374.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052725_4540118166374.jpg',
'sort' => (int) 295,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 362 => object(App\Model\Entity\TProduct) {
'id' => (int) 377,
'product_id' => (int) 11273,
'product_name' => 'ゆんたくシーサー木製ストラップ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118166398',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052743_4540118166398.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052743_4540118166398.jpg',
'sort' => (int) 351,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 363 => object(App\Model\Entity\TProduct) {
'id' => (int) 378,
'product_id' => (int) 25126,
'product_name' => 'なんくるないさシーサープレートストラップ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179091',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052828_4540118179091.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '赤/青/黄/黒/ピンク',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052828_4540118179091.jpg',
'sort' => (int) 233,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 364 => object(App\Model\Entity\TProduct) {
'id' => (int) 379,
'product_id' => (int) 61917,
'product_name' => 'なんくるないさシーサー木製ストラップ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179107',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052846_4540118179107.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '赤/青/黄/黒/ピンク',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052846_4540118179107.jpg',
'sort' => (int) 278,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 365 => object(App\Model\Entity\TProduct) {
'id' => (int) 380,
'product_id' => (int) 62293,
'product_name' => 'なんくるないさシーサー方言トストラップ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179114',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052902_4540118179114.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '赤/青/黄/黒/ピンク',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052902_4540118179114.jpg',
'sort' => (int) 342,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 366 => object(App\Model\Entity\TProduct) {
'id' => (int) 381,
'product_id' => (int) 13564,
'product_name' => 'なんくるないさシーサーミンサー柄ストラップ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179121',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052919_4540118179121.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '赤/青/黄/黒/ピンク',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052919_4540118179121.jpg',
'sort' => (int) 209,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 367 => object(App\Model\Entity\TProduct) {
'id' => (int) 382,
'product_id' => (int) 21559,
'product_name' => 'なんくるないさシーサーキーホルダー',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179152',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630052937_4540118179152.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '赤/青/黄/黒/ピンク',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630052937_4540118179152.jpg',
'sort' => (int) 270,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 368 => object(App\Model\Entity\TProduct) {
'id' => (int) 383,
'product_id' => (int) 52151,
'product_name' => '親子シーサーうちなー方言ストラップ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118160020',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630053002_4540118160020.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '赤/青/黄',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630053002_4540118160020.jpg',
'sort' => (int) 331,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 369 => object(App\Model\Entity\TProduct) {
'id' => (int) 384,
'product_id' => (int) 62941,
'product_name' => 'あしながシーサー小銭入れ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '41',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173907',
'item_price' => '770',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630053029_4540118173907.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/青/黄',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630053029_4540118173907.jpg',
'sort' => (int) 196,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 370 => object(App\Model\Entity\TProduct) {
'id' => (int) 388,
'product_id' => (int) 54155,
'product_name' => 'うちな~柄マスキングテープ(各種)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '41',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180554',
'item_price' => '330',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630053141_4540118180554.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'シーサー(ハート、クローバー、パイン)、クイナ、花、熱帯魚、方言(2柄)、ミンサー(青・赤)',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630053141_4540118180554.jpg',
'sort' => (int) 249,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 371 => object(App\Model\Entity\TProduct) {
'id' => (int) 389,
'product_id' => (int) 97389,
'product_name' => 'うちな~アイマスク(シーサー柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '41',
'item_name' => '',
'item_description' => 'レンジで15秒温めれば程よいあったかアイマスク、冷凍庫で30分凍らせれば冷たいアイマスクに♪',
'jan_code' => '4540118200887',
'item_price' => '1430',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630053157_4540118200887.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '黄/赤/黒',
'item_size' => '表地:ポリエステル、裏地:綿100%、中身:ジェル',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630053157_4540118200887.jpg',
'sort' => (int) 304,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 372 => object(App\Model\Entity\TProduct) {
'id' => (int) 390,
'product_id' => (int) 20168,
'product_name' => 'うちな~小物ケース(シーサー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '41',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118201020',
'item_price' => '715',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630053212_4540118201020.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630053212_4540118201020.jpg',
'sort' => (int) 362,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 373 => object(App\Model\Entity\TProduct) {
'id' => (int) 391,
'product_id' => (int) 46718,
'product_name' => 'うちな~小物ケース(ジンベイザメ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '41',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118201037',
'item_price' => '715',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630053225_4540118201037.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630053225_4540118201037.jpg',
'sort' => (int) 236,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 374 => object(App\Model\Entity\TProduct) {
'id' => (int) 392,
'product_id' => (int) 30844,
'product_name' => 'うちな~小物ケース(チンアナゴ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '41',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118201044',
'item_price' => '715',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630053238_4540118201044.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630053238_4540118201044.jpg',
'sort' => (int) 300,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 375 => object(App\Model\Entity\TProduct) {
'id' => (int) 393,
'product_id' => (int) 72369,
'product_name' => 'BINS バンスミニクリップ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '44',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118166190',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240730120821_ミニヘアクリップ切抜き.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'レッド/ネイビー/イエロー/アイボリー',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240730120821_ミニヘアクリップ切抜き.jpg',
'sort' => (int) 355,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 376 => object(App\Model\Entity\TProduct) {
'id' => (int) 394,
'product_id' => (int) 34101,
'product_name' => 'BINS バンスクリップ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '44',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118166206',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240730120650_ヘアクリップ切抜き.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'レッド/ネイビー/イエロー/アイボリー',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240730120650_ヘアクリップ切抜き.jpg',
'sort' => (int) 222,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 377 => object(App\Model\Entity\TProduct) {
'id' => (int) 395,
'product_id' => (int) 90041,
'product_name' => 'BINS コンコルドヘアクリップ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '44',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118166213',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240730120734_コンコルド切抜き.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'レッド/ネイビー/イエロー/アイボリー',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240730120734_コンコルド切抜き.jpg',
'sort' => (int) 286,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 378 => object(App\Model\Entity\TProduct) {
'id' => (int) 396,
'product_id' => (int) 48983,
'product_name' => 'BINS ヘアカチューム',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '44',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118167623',
'item_price' => '638',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630060323_4540118167623.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'レッド/ネイビー/イエロー/アイボリー',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630060323_4540118167623.jpg',
'sort' => (int) 345,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 379 => object(App\Model\Entity\TProduct) {
'id' => (int) 397,
'product_id' => (int) 63555,
'product_name' => 'トライバルハイビCAP',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '45',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118183692',
'item_price' => '2530',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630060402_454018183692-1.jpg"},{"url":"\/files\/uploads\/products\/20210630060402_454018183692-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'スカイブルー/レッド',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630060402_454018183692-1.jpg',
'sort' => (int) 214,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 380 => object(App\Model\Entity\TProduct) {
'id' => (int) 401,
'product_id' => (int) 87411,
'product_name' => '家紋ミンサーCAP',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '45',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118183753',
'item_price' => '2530',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630060608_4540118183753-1.jpg"},{"url":"\/files\/uploads\/products\/20210630060608_4540118183753-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ネイビー/ベージュ',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630060608_4540118183753-1.jpg',
'sort' => (int) 251,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 381 => object(App\Model\Entity\TProduct) {
'id' => (int) 402,
'product_id' => (int) 98801,
'product_name' => 'ペーパーヤーンハットI型(紅型)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '45',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118184637',
'item_price' => '3520',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630060630_4540118184637-1.jpg"},{"url":"\/files\/uploads\/products\/20210630060630_4540118184637-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'オフ/ブラウン/ブラック',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630060630_4540118184637-1.jpg',
'sort' => (int) 225,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 382 => object(App\Model\Entity\TProduct) {
'id' => (int) 403,
'product_id' => (int) 62400,
'product_name' => 'ペーパーヤーンハットII型(紅型)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '45',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118184644',
'item_price' => '3520',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630060659_4540118184644-1.jpg"},{"url":"\/files\/uploads\/products\/20210630060659_4540118184644-2.jpg"},{"url":"\/files\/uploads\/products\/20210630060659_4540118184644-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'オフ/ブラウン/ブラック',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630060659_4540118184644-1.jpg',
'sort' => (int) 287,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 383 => object(App\Model\Entity\TProduct) {
'id' => (int) 406,
'product_id' => (int) 63881,
'product_name' => '美らピカ足袋ソックス(クマノミ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '48',
'item_name' => '',
'item_description' => '沖縄をモチーフにした、足袋ソックスです。',
'jan_code' => '4540118182534',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630060937_4540118182534.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630060937_4540118182534.jpg',
'sort' => (int) 267,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 384 => object(App\Model\Entity\TProduct) {
'id' => (int) 407,
'product_id' => (int) 53977,
'product_name' => '美らピカ足袋ソックス(うみかめ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '48',
'item_name' => '',
'item_description' => '沖縄をモチーフにした、足袋ソックスです。',
'jan_code' => '4540118182541',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630061015_4540118182541.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630061015_4540118182541.jpg',
'sort' => (int) 328,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 385 => object(App\Model\Entity\TProduct) {
'id' => (int) 408,
'product_id' => (int) 41767,
'product_name' => '美らピカ足袋ソックス(ジンベイ2)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '48',
'item_name' => '',
'item_description' => '沖縄をモチーフにした、足袋ソックスです。',
'jan_code' => '4540118182558',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630061051_4540118182558.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630061051_4540118182558.jpg',
'sort' => (int) 201,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 386 => object(App\Model\Entity\TProduct) {
'id' => (int) 409,
'product_id' => (int) 76325,
'product_name' => '美らピカ足袋ソックス(チンアナゴ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '48',
'item_name' => '',
'item_description' => '沖縄をモチーフにした、足袋ソックスです。',
'jan_code' => '4540118182565',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630061108_4540118182565.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630061108_4540118182565.jpg',
'sort' => (int) 259,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 387 => object(App\Model\Entity\TProduct) {
'id' => (int) 410,
'product_id' => (int) 49312,
'product_name' => '美らピカ足袋ソックス(なんくる)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '48',
'item_name' => '',
'item_description' => '沖縄をモチーフにした、足袋ソックスです。',
'jan_code' => '4540118183098',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630061126_4540118183098.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630061126_4540118183098.jpg',
'sort' => (int) 313,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 388 => object(App\Model\Entity\TProduct) {
'id' => (int) 411,
'product_id' => (int) 76912,
'product_name' => '美らピカ足袋ソックス(ちばりよ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '48',
'item_name' => '',
'item_description' => '沖縄をモチーフにした、足袋ソックスです。',
'jan_code' => '4540118183104',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630061146_4540118183104.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630061146_4540118183104.jpg',
'sort' => (int) 366,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 389 => object(App\Model\Entity\TProduct) {
'id' => (int) 413,
'product_id' => (int) 20709,
'product_name' => '美らピカキッズソックス(親子シーサー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '49',
'item_name' => '',
'item_description' => '可愛い沖縄柄をモチーフにした、キッズソックスです。足底にすべり止め付き。',
'jan_code' => '4540118187133',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630061319_4540118187133.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630061319_4540118187133.jpg',
'sort' => (int) 305,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 390 => object(App\Model\Entity\TProduct) {
'id' => (int) 414,
'product_id' => (int) 21191,
'product_name' => '美らピカキッズソックス(シーサーちゃん)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '49',
'item_name' => '',
'item_description' => '可愛い沖縄柄をモチーフにした、キッズソックスです。足底にすべり止め付き。',
'jan_code' => '4540118187140',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630061341_4540118187140.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630061341_4540118187140.jpg',
'sort' => (int) 356,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 391 => object(App\Model\Entity\TProduct) {
'id' => (int) 415,
'product_id' => (int) 13079,
'product_name' => '美らピカ足袋ソックス(ハナハナ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '49',
'item_name' => '',
'item_description' => '可愛い沖縄柄をモチーフにした、キッズソックスです。足底にすべり止め付き。',
'jan_code' => '4540118183180',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630061402_4540118183180.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630061402_4540118183180.jpg',
'sort' => (int) 242,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 392 => object(App\Model\Entity\TProduct) {
'id' => (int) 416,
'product_id' => (int) 26935,
'product_name' => '美らピカキッズソックス(パイナップル)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '49',
'item_name' => '',
'item_description' => '可愛い沖縄柄をモチーフにした、キッズソックスです。足底にすべり止め付き。',
'jan_code' => '4540118183197',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630061424_4540118183197.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630061424_4540118183197.jpg',
'sort' => (int) 298,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 393 => object(App\Model\Entity\TProduct) {
'id' => (int) 417,
'product_id' => (int) 58420,
'product_name' => '美らピカキッズソックス(クイナ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '49',
'item_name' => '',
'item_description' => '可愛い沖縄柄をモチーフにした、キッズソックスです。足底にすべり止め付き。',
'jan_code' => '4540118183203',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630061507_4540118183203.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630061507_4540118183203.jpg',
'sort' => (int) 347,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 394 => object(App\Model\Entity\TProduct) {
'id' => (int) 418,
'product_id' => (int) 63505,
'product_name' => '美らピカキッズソックス(ジンベイザメ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '49',
'item_name' => '',
'item_description' => '可愛い沖縄柄をモチーフにした、キッズソックスです。足底にすべり止め付き。',
'jan_code' => '4540118183210',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630061529_4540118183210.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630061529_4540118183210.jpg',
'sort' => (int) 230,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 395 => object(App\Model\Entity\TProduct) {
'id' => (int) 419,
'product_id' => (int) 61891,
'product_name' => '美らピカ足袋ソックス(チンアナゴ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '49',
'item_name' => '',
'item_description' => '可愛い沖縄柄をモチーフにした、キッズソックスです。足底にすべり止め付き。',
'jan_code' => '4540118182572',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630061703_4540118182572.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630061703_4540118182572.jpg',
'sort' => (int) 282,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 396 => object(App\Model\Entity\TProduct) {
'id' => (int) 420,
'product_id' => (int) 24517,
'product_name' => '美らピカキッズソックス(ハートシーサー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '49',
'item_name' => '',
'item_description' => '可愛い沖縄柄をモチーフにした、キッズソックスです。足底にすべり止め付き。',
'jan_code' => '4540118182589',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630061808_4540118182589.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630061808_4540118182589.jpg',
'sort' => (int) 340,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 397 => object(App\Model\Entity\TProduct) {
'id' => (int) 421,
'product_id' => (int) 22832,
'product_name' => '美らピカキッズソックス(クローバーシーサー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '49',
'item_name' => '',
'item_description' => '可愛い沖縄柄をモチーフにした、キッズソックスです。足底にすべり止め付き。',
'jan_code' => '4540118182596',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630061851_4540118182596.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630061851_4540118182596.jpg',
'sort' => (int) 217,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 398 => object(App\Model\Entity\TProduct) {
'id' => (int) 428,
'product_id' => (int) 97296,
'product_name' => 'ジャガードストールミンサー柄(3色)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '51',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180295',
'item_price' => '1650',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630062258_4540118180295.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '3色',
'item_size' => '綿100% 約1800×300',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630062258_4540118180295.jpg',
'sort' => (int) 250,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 399 => object(App\Model\Entity\TProduct) {
'id' => (int) 429,
'product_id' => (int) 18794,
'product_name' => 'ジャガードストールブーゲン柄(3色)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '51',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180301',
'item_price' => '1650',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630062315_4540118180301.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '3色',
'item_size' => '綿100% 約1800×300',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630062315_4540118180301.jpg',
'sort' => (int) 303,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 400 => object(App\Model\Entity\TProduct) {
'id' => (int) 430,
'product_id' => (int) 93234,
'product_name' => '美ら島虫除け加工ストール(ブーゲン柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '51',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400263',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630062330_4540118400263.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '赤/青',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630062330_4540118400263.jpg',
'sort' => (int) 363,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 401 => object(App\Model\Entity\TProduct) {
'id' => (int) 431,
'product_id' => (int) 38470,
'product_name' => '美ら島虫除け加工ストール(ホヌ&モンステラ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '51',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400270',
'item_price' => '1100',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630062353_4540118400270.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '赤/青',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630062353_4540118400270.jpg',
'sort' => (int) 239,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 402 => object(App\Model\Entity\TProduct) {
'id' => (int) 432,
'product_id' => (int) 84129,
'product_name' => 'Ryukyu Collage コインケース(市場)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300105',
'item_price' => '2750',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20220930081747_コインケース市場.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/イエロー',
'item_size' => '表:綿100%(ビニールコーティング)、裏:ポリウレタン',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20220930081747_コインケース市場.jpg',
'sort' => (int) 296,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 403 => object(App\Model\Entity\TProduct) {
'id' => (int) 433,
'product_id' => (int) 39993,
'product_name' => 'Ryukyu Collage パスケース(ちゃんぷるー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300112',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20220930082250_ブックカバーちゃんぷる.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ネイビー/オレンジ',
'item_size' => '表:綿100%(ビニールコーティング)、裏:ポリウレタン',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20220930082250_パスケースちゃんぷる.jpg',
'sort' => (int) 352,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 404 => object(App\Model\Entity\TProduct) {
'id' => (int) 434,
'product_id' => (int) 88976,
'product_name' => 'Ryukyu Collage パスケース(市場)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300129',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20220930082422_パスケース市場.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/イエロー',
'item_size' => '表:綿100%(ビニールコーティング)、裏:ポリウレタン',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20220930082422_パスケース市場.jpg',
'sort' => (int) 223,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 405 => object(App\Model\Entity\TProduct) {
'id' => (int) 435,
'product_id' => (int) 38195,
'product_name' => 'Ryukyu Collage コインケース(ちゃんぷるー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300136',
'item_price' => '2750',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20220929063948_コインケースちゃんぷる.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ネイビー/オレンジ',
'item_size' => '表:綿100%(ビニールコーティング)、裏:ポリウレタン',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20220929063948_コインケースちゃんぷる.jpg',
'sort' => (int) 283,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 406 => object(App\Model\Entity\TProduct) {
'id' => (int) 436,
'product_id' => (int) 17880,
'product_name' => 'Ryukyu Collage 2WAYポーチ(ちゃんぷるー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300143',
'item_price' => '7480',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104125555_4540118300143-1.jpg"},{"url":"\/files\/uploads\/products\/20211104125555_4540118300143-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ネイビー/オレンジ',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104125555_4540118300143-1.jpg',
'sort' => (int) 344,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 407 => object(App\Model\Entity\TProduct) {
'id' => (int) 437,
'product_id' => (int) 81266,
'product_name' => 'Ryukyu Collage 2WAYポーチ(市場)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300150',
'item_price' => '7480',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104125916_4540118300150-1.jpg"},{"url":"\/files\/uploads\/products\/20211104125916_4540118300150-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/イエロー',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104125916_4540118300150-1.jpg',
'sort' => (int) 211,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 408 => object(App\Model\Entity\TProduct) {
'id' => (int) 438,
'product_id' => (int) 62576,
'product_name' => 'Ryukyu Collage 3.3小銭入れ(ちゃんぷるー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300167',
'item_price' => '1980',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20220929063750_3.3小銭入れちゃんぷる.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ネイビー/オレンジ',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20220929063750_3.3小銭入れちゃんぷる.jpg',
'sort' => (int) 276,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 409 => object(App\Model\Entity\TProduct) {
'id' => (int) 439,
'product_id' => (int) 65368,
'product_name' => 'Ryukyu Collage 3.3小銭入れ(市場)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300174',
'item_price' => '1980',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20220930082158_3.3小銭入れ市場.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/イエロー',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20220930082158_3.3小銭入れ市場.jpg',
'sort' => (int) 319,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 410 => object(App\Model\Entity\TProduct) {
'id' => (int) 440,
'product_id' => (int) 95090,
'product_name' => 'Ryukyu Collage BIgポーチ(ちゃんぷるー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300181',
'item_price' => '6050',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104125705_4540118300181-1.jpg"},{"url":"\/files\/uploads\/products\/20211104125705_4540118300181-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ネイビー/オレンジ',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104125705_4540118300181-1.jpg',
'sort' => (int) 198,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 411 => object(App\Model\Entity\TProduct) {
'id' => (int) 441,
'product_id' => (int) 77687,
'product_name' => 'Ryukyu Collage BIgポーチ(市場)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300198',
'item_price' => '6050',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104010041_4540118300198-1.jpg"},{"url":"\/files\/uploads\/products\/20211104010041_4540118300198-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/イエロー',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104010041_4540118300198-1.jpg',
'sort' => (int) 253,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 412 => object(App\Model\Entity\TProduct) {
'id' => (int) 442,
'product_id' => (int) 29996,
'product_name' => 'Ryukyu Collage トートバック大(ちゃんぷるー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300204',
'item_price' => '19800',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104010347_4540118300204-1.jpg"},{"url":"\/files\/uploads\/products\/20211104010347_4540118300204-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ネイビー/オレンジ',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104010347_4540118300204-1.jpg',
'sort' => (int) 226,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 413 => object(App\Model\Entity\TProduct) {
'id' => (int) 443,
'product_id' => (int) 36980,
'product_name' => 'Ryukyu Collage トートバック大(市場)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300211',
'item_price' => '19800',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104125515_4540118300211-1.jpg"},{"url":"\/files\/uploads\/products\/20211104125515_4540118300211-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/イエロー',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104125515_4540118300211-1.jpg',
'sort' => (int) 288,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 414 => object(App\Model\Entity\TProduct) {
'id' => (int) 444,
'product_id' => (int) 72171,
'product_name' => 'Ryukyu Collage トートバック中(ちゃんぷるー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300228',
'item_price' => '14300',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104125843_4540118300228-1.jpg"},{"url":"\/files\/uploads\/products\/20211104125843_4540118300228-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ネイビー/オレンジ',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104125843_4540118300228-1.jpg',
'sort' => (int) 336,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 415 => object(App\Model\Entity\TProduct) {
'id' => (int) 445,
'product_id' => (int) 92459,
'product_name' => 'Ryukyu Collage トートバック中(市場)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300235',
'item_price' => '14300',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104010155_4540118300235-1.jpg"},{"url":"\/files\/uploads\/products\/20211104010155_4540118300235-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/イエロー',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104010155_4540118300235-1.jpg',
'sort' => (int) 218,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 416 => object(App\Model\Entity\TProduct) {
'id' => (int) 446,
'product_id' => (int) 20125,
'product_name' => 'Ryukyu Collage トートバック小(ちゃんぷるー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300242',
'item_price' => '11000',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104125041_4540118300242-1.jpg"},{"url":"\/files\/uploads\/products\/20211104125041_4540118300242-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ネイビー/オレンジ',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104125041_4540118300242-1.jpg',
'sort' => (int) 277,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 417 => object(App\Model\Entity\TProduct) {
'id' => (int) 447,
'product_id' => (int) 74770,
'product_name' => 'Ryukyu Collage トートバック小(市場)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300259',
'item_price' => '11000',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104125632_4540118300259-1.jpg"},{"url":"\/files\/uploads\/products\/20211104125632_4540118300259-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/イエロー',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104125632_4540118300259-1.jpg',
'sort' => (int) 325,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 418 => object(App\Model\Entity\TProduct) {
'id' => (int) 448,
'product_id' => (int) 79647,
'product_name' => 'Ryukyu Collage ブックカバー(ちゃんぷるー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300266',
'item_price' => '2420',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104125958_4540118300266-1.jpg"},{"url":"\/files\/uploads\/products\/20211104125958_4540118300266-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ネイビー/オレンジ',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104125958_4540118300266-1.jpg',
'sort' => (int) 203,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 419 => object(App\Model\Entity\TProduct) {
'id' => (int) 449,
'product_id' => (int) 84127,
'product_name' => 'Ryukyu Collage ブックカバー(市場)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300273',
'item_price' => '2420',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104010308_4540118300273-1.jpg"},{"url":"\/files\/uploads\/products\/20211104010308_4540118300273-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/イエロー',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104010308_4540118300273-1.jpg',
'sort' => (int) 255,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 420 => object(App\Model\Entity\TProduct) {
'id' => (int) 450,
'product_id' => (int) 86975,
'product_name' => 'Ryukyu Collage まち付ポーチ(ちゃんぷるー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300280',
'item_price' => '2750',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104125432_4540118300280-1.jpg"},{"url":"\/files\/uploads\/products\/20211104125432_4540118300280-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ネイビー/オレンジ',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104125432_4540118300280-1.jpg',
'sort' => (int) 314,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 421 => object(App\Model\Entity\TProduct) {
'id' => (int) 451,
'product_id' => (int) 86406,
'product_name' => 'Ryukyu Collage まち付ポーチ(市場)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118300297',
'item_price' => '2750',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20211104125810_4540118300297-1.jpg"},{"url":"\/files\/uploads\/products\/20211104125810_4540118300297-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/イエロー',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20211104125810_4540118300297-1.jpg',
'sort' => (int) 372,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 422 => object(App\Model\Entity\TProduct) {
'id' => (int) 452,
'product_id' => (int) 92863,
'product_name' => 'Ryukyu Collage Wガーゼハンカチ(大)(市場)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118400423',
'item_price' => '1430',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630062742_4540118400423.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/イエロー',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630062742_4540118400423.jpg',
'sort' => (int) 243,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 423 => object(App\Model\Entity\TProduct) {
'id' => (int) 453,
'product_id' => (int) 16371,
'product_name' => 'Ryukyu Collage Wガーゼ手拭い(ちゃんぷるー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118400430',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630062800_4540118400430.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ネイビー/オレンジ',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630062800_4540118400430.jpg',
'sort' => (int) 306,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 424 => object(App\Model\Entity\TProduct) {
'id' => (int) 454,
'product_id' => (int) 20225,
'product_name' => 'Ryukyu Collage Wガーゼ手拭い(市場)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118400447',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630062827_4540118400447.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/イエロー',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630062827_4540118400447.jpg',
'sort' => (int) 357,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 425 => object(App\Model\Entity\TProduct) {
'id' => (int) 455,
'product_id' => (int) 73174,
'product_name' => 'Ryukyu Collage Wガーゼハンカチ(小)(ちゃんぷるー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118400454',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630062843_4540118400454.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ネイビー/オレンジ',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630062843_4540118400454.jpg',
'sort' => (int) 238,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 426 => object(App\Model\Entity\TProduct) {
'id' => (int) 456,
'product_id' => (int) 86319,
'product_name' => 'Ryukyu Collage Wガーゼハンカチ(小)(市場)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118400461',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630062901_4540118400461.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/イエロー',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630062901_4540118400461.jpg',
'sort' => (int) 292,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 427 => object(App\Model\Entity\TProduct) {
'id' => (int) 457,
'product_id' => (int) 94112,
'product_name' => 'Ryukyu Collage Wガーゼハンカチ(大)(ちゃんぷるー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118400478',
'item_price' => '1430',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630062916_4540118400478.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ネイビー/オレンジ',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630062916_4540118400478.jpg',
'sort' => (int) 348,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 428 => object(App\Model\Entity\TProduct) {
'id' => (int) 458,
'product_id' => (int) 81293,
'product_name' => 'Ryukyu Collage ストール(ちゃんぷるー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118400485',
'item_price' => '6380',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630062929_4540118400485.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ネイビー/オレンジ',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630062929_4540118400485.jpg',
'sort' => (int) 231,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 429 => object(App\Model\Entity\TProduct) {
'id' => (int) 459,
'product_id' => (int) 26495,
'product_name' => 'Ryukyu Collage ストール(市場)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '52',
'item_name' => '',
'item_description' => '古き良き琉球の暮らしの風景を型染家のデザインで鮮やかにアレンジ。日常使いの服飾雑貨ブランドです。',
'jan_code' => '4540118400492',
'item_price' => '6380',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630062950_4540118400492.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/イエロー',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630062950_4540118400492.jpg',
'sort' => (int) 281,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 430 => object(App\Model\Entity\TProduct) {
'id' => (int) 460,
'product_id' => (int) 72607,
'product_name' => '373 デニムファスナーポーチ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '53',
'item_name' => '',
'item_description' => '「373」は国産デニム発祥の地である岡山県「岡山デニム」と沖縄の「紅型柄」を組み合わせた、こだわりのブランドです。沖縄県内で丁寧に仕上げた信頼のmade in JAPAN',
'jan_code' => '4540118502868',
'item_price' => '1870',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630063028_4540118502868-1.jpg"},{"url":"\/files\/uploads\/products\/20210630063028_4540118502868-2.jpg"},{"url":"\/files\/uploads\/products\/20210630063028_4540118502868-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ホワイト/ブルー/レッド',
'item_size' => '岡山デニム生地、レーヨン70%、麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630063028_4540118502868-1.jpg',
'sort' => (int) 343,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 431 => object(App\Model\Entity\TProduct) {
'id' => (int) 461,
'product_id' => (int) 49033,
'product_name' => '373 デニムキャラメルポーチ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '53',
'item_name' => '',
'item_description' => '「373」は国産デニム発祥の地である岡山県「岡山デニム」と沖縄の「紅型柄」を組み合わせた、こだわりのブランドです。沖縄県内で丁寧に仕上げた信頼のmade in JAPAN',
'jan_code' => '4540118502875',
'item_price' => '1980',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630063051_4540118502875-1.jpg"},{"url":"\/files\/uploads\/products\/20210630063051_4540118502875-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ホワイト/ブルー/レッド',
'item_size' => '岡山デニム生地、レーヨン70%、麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630063051_4540118502875-1.jpg',
'sort' => (int) 208,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 432 => object(App\Model\Entity\TProduct) {
'id' => (int) 462,
'product_id' => (int) 40944,
'product_name' => '373 デニムトートバック',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '53',
'item_name' => '',
'item_description' => '「373」は国産デニム発祥の地である岡山県「岡山デニム」と沖縄の「紅型柄」を組み合わせた、こだわりのブランドです。沖縄県内で丁寧に仕上げた信頼のmade in JAPAN',
'jan_code' => '4540118502882',
'item_price' => '6160',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630063114_4540118502882-1.jpg"},{"url":"\/files\/uploads\/products\/20210630063114_4540118502882-2.jpg"},{"url":"\/files\/uploads\/products\/20210630063114_4540118502882-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ホワイト/ブルー/レッド',
'item_size' => '岡山デニム生地、レーヨン70%、麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630063114_4540118502882-1.jpg',
'sort' => (int) 268,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 433 => object(App\Model\Entity\TProduct) {
'id' => (int) 463,
'product_id' => (int) 89449,
'product_name' => '373 デニムマルシェバック(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '53',
'item_name' => '',
'item_description' => '「373」は国産デニム発祥の地である岡山県「岡山デニム」と沖縄の「紅型柄」を組み合わせた、こだわりのブランドです。沖縄県内で丁寧に仕上げた信頼のmade in JAPAN',
'jan_code' => '4540118502899',
'item_price' => '6380',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630063145_4540118502899-1.jpg"},{"url":"\/files\/uploads\/products\/20210630063145_4540118502899-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ホワイト/ブルー/レッド',
'item_size' => '岡山デニム生地、レーヨン70%、麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630063145_4540118502899-1.jpg',
'sort' => (int) 330,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 434 => object(App\Model\Entity\TProduct) {
'id' => (int) 464,
'product_id' => (int) 27203,
'product_name' => '373 デニムマルシェバック(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '53',
'item_name' => '',
'item_description' => '「373」は国産デニム発祥の地である岡山県「岡山デニム」と沖縄の「紅型柄」を組み合わせた、こだわりのブランドです。沖縄県内で丁寧に仕上げた信頼のmade in JAPAN',
'jan_code' => '4540118502905',
'item_price' => '4180',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630063213_4540118502905-1.jpg"},{"url":"\/files\/uploads\/products\/20210630063213_4540118502905-2.jpg"},{"url":"\/files\/uploads\/products\/20210630063213_4540118502905-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ホワイト/ブルー/レッド',
'item_size' => '岡山デニム生地、レーヨン70%、麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630063213_4540118502905-1.jpg',
'sort' => (int) 194,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 435 => object(App\Model\Entity\TProduct) {
'id' => (int) 465,
'product_id' => (int) 61492,
'product_name' => '373 デニム2WAYサコッシュバック',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '53',
'item_name' => '',
'item_description' => '「373」は国産デニム発祥の地である岡山県「岡山デニム」と沖縄の「紅型柄」を組み合わせた、こだわりのブランドです。沖縄県内で丁寧に仕上げた信頼のmade in JAPAN',
'jan_code' => '4540118502912',
'item_price' => '3960',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630063245_4540118502912-1.jpg"},{"url":"\/files\/uploads\/products\/20210630063245_4540118502912-2.jpg"},{"url":"\/files\/uploads\/products\/20210630063245_4540118502912-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ホワイト/ブルー/レッド',
'item_size' => '岡山デニム生地、レーヨン70%、麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630063245_4540118502912-1.jpg',
'sort' => (int) 258,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 436 => object(App\Model\Entity\TProduct) {
'id' => (int) 466,
'product_id' => (int) 41102,
'product_name' => '373 デニムカードケース',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '53',
'item_name' => '',
'item_description' => '「373」は国産デニム発祥の地である岡山県「岡山デニム」と沖縄の「紅型柄」を組み合わせた、こだわりのブランドです。沖縄県内で丁寧に仕上げた信頼のmade in JAPAN',
'jan_code' => '4540118502929',
'item_price' => '1980',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630063345_4540118502929.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ホワイト/ブルー/レッド',
'item_size' => '岡山デニム生地、レーヨン70%、麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630063345_4540118502929.jpg',
'sort' => (int) 310,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 437 => object(App\Model\Entity\TProduct) {
'id' => (int) 467,
'product_id' => (int) 25508,
'product_name' => '373 デニム名刺入れ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '53',
'item_name' => '',
'item_description' => '「373」は国産デニム発祥の地である岡山県「岡山デニム」と沖縄の「紅型柄」を組み合わせた、こだわりのブランドです。沖縄県内で丁寧に仕上げた信頼のmade in JAPAN',
'jan_code' => '4540118502936',
'item_price' => '1650',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630063420_4540118502936-1.jpg"},{"url":"\/files\/uploads\/products\/20210630063420_4540118502936-2.jpg"},{"url":"\/files\/uploads\/products\/20210630063420_4540118502936-3.jpg"},{"url":"\/files\/uploads\/products\/20210630063420_4540118502936-4.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ホワイト/ブルー/レッド',
'item_size' => '岡山デニム生地、レーヨン70%、麻30%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630063420_4540118502936-1.jpg',
'sort' => (int) 368,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 438 => object(App\Model\Entity\TProduct) {
'id' => (int) 468,
'product_id' => (int) 66527,
'product_name' => 'メンズTシャツ風神雷神柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '56',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176557',
'item_price' => '1980',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630063512_4540118176557-1.jpg"},{"url":"\/files\/uploads\/products\/20210630063512_4540118176557-2.jpg"},{"url":"\/files\/uploads\/products\/20210630063512_4540118176557-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'オフ/ブルー/ブラック',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630063512_4540118176557-1.jpg',
'sort' => (int) 248,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 439 => object(App\Model\Entity\TProduct) {
'id' => (int) 473,
'product_id' => (int) 68935,
'product_name' => '美らポロ シーサートライバル柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '59',
'item_name' => '',
'item_description' => '沖縄をモチーフにした柄をあしらったオリジナルブランド「美らポロ」',
'jan_code' => '4540118175635',
'item_price' => '3080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630063754_4540118175635.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630063754_4540118175635.jpg',
'sort' => (int) 353,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 440 => object(App\Model\Entity\TProduct) {
'id' => (int) 474,
'product_id' => (int) 21699,
'product_name' => '美らポロ マンタトライバル柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '59',
'item_name' => '',
'item_description' => '沖縄をモチーフにした柄をあしらったオリジナルブランド「美らポロ」',
'jan_code' => '4540118175659',
'item_price' => '3080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630063813_4540118175659.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630063813_4540118175659.jpg',
'sort' => (int) 221,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 441 => object(App\Model\Entity\TProduct) {
'id' => (int) 476,
'product_id' => (int) 30816,
'product_name' => '美らポロ バイヤスハイビ柄',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '59',
'item_name' => '',
'item_description' => '沖縄をモチーフにした柄をあしらったオリジナルブランド「美らポロ」',
'jan_code' => '4540118175697',
'item_price' => '3080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630063857_4540118175697.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630063857_4540118175697.jpg',
'sort' => (int) 333,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 442 => object(App\Model\Entity\TProduct) {
'id' => (int) 481,
'product_id' => (int) 39733,
'product_name' => 'トライバルシーサーTシャツ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '61',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173341',
'item_price' => '2640',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630064201_4540118173341-1.jpg"},{"url":"\/files\/uploads\/products\/20210630064201_4540118173341-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'オフ/グレー/ブラック',
'item_size' => 'M/L/2L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630064201_4540118173341-1.jpg',
'sort' => (int) 263,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 443 => object(App\Model\Entity\TProduct) {
'id' => (int) 482,
'product_id' => (int) 86328,
'product_name' => 'ハイビ柄Tシャツ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '61',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173358',
'item_price' => '2640',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630064221_4540118173358-1.jpg"},{"url":"\/files\/uploads\/products\/20210630064221_4540118173358-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'オフ/グレー/ブラック',
'item_size' => 'M/L/2L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630064221_4540118173358-1.jpg',
'sort' => (int) 228,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 444 => object(App\Model\Entity\TProduct) {
'id' => (int) 483,
'product_id' => (int) 23155,
'product_name' => '顔面シーサーTシャツ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '61',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173372',
'item_price' => '2640',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630064246_4540118173372-1.jpg"},{"url":"\/files\/uploads\/products\/20210630064246_4540118173372-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'オフ/グレー/ブラック',
'item_size' => 'M/L/2L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630064246_4540118173372-1.jpg',
'sort' => (int) 290,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 445 => object(App\Model\Entity\TProduct) {
'id' => (int) 484,
'product_id' => (int) 86321,
'product_name' => 'シーサーポイントTシャツ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '61',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173785',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630064314_4540118173785-1.jpg"},{"url":"\/files\/uploads\/products\/20210630064314_4540118173785-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'オフ/グレー/ブラック',
'item_size' => 'M/L/2L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630064314_4540118173785-1.jpg',
'sort' => (int) 338,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 446 => object(App\Model\Entity\TProduct) {
'id' => (int) 485,
'product_id' => (int) 46037,
'product_name' => 'マンタトライバルTシャツ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '61',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173808',
'item_price' => '2640',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630064341_4540118173808-1.jpg"},{"url":"\/files\/uploads\/products\/20210630064341_4540118173808-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'オフ/グレー/ブラック',
'item_size' => 'M/L/2L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630064341_4540118173808-1.jpg',
'sort' => (int) 220,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 447 => object(App\Model\Entity\TProduct) {
'id' => (int) 486,
'product_id' => (int) 76482,
'product_name' => 'ホヌ&ハイビOKINAWATシャツ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '61',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118635009',
'item_price' => '2640',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630064425_4540118635009-1.jpg"},{"url":"\/files\/uploads\/products\/20210630064425_4540118635009-2.jpg"},{"url":"\/files\/uploads\/products\/20210630064425_4540118635009-3.jpg"},{"url":"\/files\/uploads\/products\/20210630064425_4540118635009-4.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'オフ/グレー/ブラック①/ブラック②',
'item_size' => 'M/L/2L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630064425_4540118635009-1.jpg',
'sort' => (int) 265,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 448 => object(App\Model\Entity\TProduct) {
'id' => (int) 487,
'product_id' => (int) 27445,
'product_name' => 'モンステラ&ハイビOKINAWATシャツ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '61',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118635016',
'item_price' => '2640',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630064500_4540118635016-1.jpg"},{"url":"\/files\/uploads\/products\/20210630064500_4540118635016-2.jpg"},{"url":"\/files\/uploads\/products\/20210630064500_4540118635016-3.jpg"},{"url":"\/files\/uploads\/products\/20210630064500_4540118635016-4.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'オフ/グレー/ネイビー/ブラック',
'item_size' => 'M/L/2L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630064500_4540118635016-1.jpg',
'sort' => (int) 327,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 449 => object(App\Model\Entity\TProduct) {
'id' => (int) 488,
'product_id' => (int) 32802,
'product_name' => '親子ジンベイザメ・キッズTシャツ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '61',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118662005',
'item_price' => '2640',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630064519_4540118662005.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'イエロー/オフ/ピンク/ブルー',
'item_size' => '100/110/120/130/140',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630064519_4540118662005.jpg',
'sort' => (int) 206,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 450 => object(App\Model\Entity\TProduct) {
'id' => (int) 489,
'product_id' => (int) 30831,
'product_name' => '親子マンタ・キッズTシャツ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '61',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118662012',
'item_price' => '2640',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630064532_4540118662012.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'イエロー/オフ/ピンク/ブルー',
'item_size' => '100/110/120/130/140',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630064532_4540118662012.jpg',
'sort' => (int) 257,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 451 => object(App\Model\Entity\TProduct) {
'id' => (int) 490,
'product_id' => (int) 50153,
'product_name' => '親子シーサー・キッズTシャツ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '61',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118662029',
'item_price' => '2640',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630064549_4540118662029.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'イエロー/オフ/ピンク/ブルー',
'item_size' => '100/110/120/130/140',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630064549_4540118662029.jpg',
'sort' => (int) 316,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 452 => object(App\Model\Entity\TProduct) {
'id' => (int) 491,
'product_id' => (int) 28572,
'product_name' => 'THIDA Tシャツ No509',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '63',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118635092',
'item_price' => '4180',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630064741_4540118635092-1.jpg"},{"url":"\/files\/uploads\/products\/20210630064741_4540118635092-2.jpg"},{"url":"\/files\/uploads\/products\/20210630064741_4540118635092-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100% M/L/2L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630064741_4540118635092-1.jpg',
'sort' => (int) 365,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 453 => object(App\Model\Entity\TProduct) {
'id' => (int) 492,
'product_id' => (int) 78511,
'product_name' => 'THIDA Tシャツ No510',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '63',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118635108',
'item_price' => '4180',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630064822_4540118635108-1.jpg"},{"url":"\/files\/uploads\/products\/20210630064822_4540118635108-2.jpg"},{"url":"\/files\/uploads\/products\/20210630064822_4540118635108-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100% M/L/2L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630064822_4540118635108-1.jpg',
'sort' => (int) 245,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 454 => object(App\Model\Entity\TProduct) {
'id' => (int) 493,
'product_id' => (int) 81420,
'product_name' => 'THIDA Tシャツ No002',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '63',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118620029',
'item_price' => '4180',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630064856_4540118620029-1.jpg"},{"url":"\/files\/uploads\/products\/20210630064856_4540118620029-2.jpg"},{"url":"\/files\/uploads\/products\/20210630064856_4540118620029-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100% M/L/2L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630064856_4540118620029-1.jpg',
'sort' => (int) 308,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 455 => object(App\Model\Entity\TProduct) {
'id' => (int) 494,
'product_id' => (int) 51718,
'product_name' => 'THIDA Tシャツ No003',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '63',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118620036',
'item_price' => '4180',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630064950_4540118620036-1.jpg"},{"url":"\/files\/uploads\/products\/20210630064950_4540118620036-2.jpg"},{"url":"\/files\/uploads\/products\/20210630064950_4540118620036-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100% M/L/2L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630064950_4540118620036-1.jpg',
'sort' => (int) 360,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 456 => object(App\Model\Entity\TProduct) {
'id' => (int) 495,
'product_id' => (int) 96243,
'product_name' => 'THIDA Tシャツ 国旗',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '63',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118635375',
'item_price' => '4180',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630065104_4540118635375.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100% M/L/2L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630065104_4540118635375.jpg',
'sort' => (int) 237,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 457 => object(App\Model\Entity\TProduct) {
'id' => (int) 496,
'product_id' => (int) 11093,
'product_name' => 'THIDA Tシャツ 迷彩',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '63',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118635368',
'item_price' => '4180',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630065145_4540118635368-1.jpg"},{"url":"\/files\/uploads\/products\/20210630065145_4540118635368-2.jpg"},{"url":"\/files\/uploads\/products\/20210630065145_4540118635368-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100% M/L/2L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630065145_4540118635368-1.jpg',
'sort' => (int) 294,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 458 => object(App\Model\Entity\TProduct) {
'id' => (int) 497,
'product_id' => (int) 47005,
'product_name' => 'THIDA Tシャツ No515',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '64',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118635153',
'item_price' => '3520',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630065231_4540118635153-1.jpg"},{"url":"\/files\/uploads\/products\/20210630065231_4540118635153-2.jpg"},{"url":"\/files\/uploads\/products\/20210630065231_4540118635153-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100% S/M/L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630065231_4540118635153-1.jpg',
'sort' => (int) 350,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 459 => object(App\Model\Entity\TProduct) {
'id' => (int) 498,
'product_id' => (int) 28326,
'product_name' => 'THIDA Tシャツ No516',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '64',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118635160',
'item_price' => '3520',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630044329_4540118635160-1.jpg"},{"url":"\/files\/uploads\/products\/20210630044329_4540118635160-2.jpg"},{"url":"\/files\/uploads\/products\/20210630044329_4540118635160-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100% S/M/L',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210630044329_4540118635160-1.jpg',
'sort' => (int) 56,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 460 => object(App\Model\Entity\TProduct) {
'id' => (int) 499,
'product_id' => (int) 67469,
'product_name' => 'THIDA Tシャツ 国旗',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '64',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118635399',
'item_price' => '3520',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630044415_4540118635399-1.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100% S/M/L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630044415_4540118635399-1.jpg',
'sort' => (int) 107,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 461 => object(App\Model\Entity\TProduct) {
'id' => (int) 500,
'product_id' => (int) 98250,
'product_name' => 'THIDA Tシャツ 迷彩',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '64',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118635382',
'item_price' => '3520',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630044500_4540118635382-1.jpg"},{"url":"\/files\/uploads\/products\/20210630044500_4540118635382-2.jpg"},{"url":"\/files\/uploads\/products\/20210630044500_4540118635382-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100% S/M/L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630044500_4540118635382-1.jpg',
'sort' => (int) 162,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 462 => object(App\Model\Entity\TProduct) {
'id' => (int) 501,
'product_id' => (int) 66205,
'product_name' => 'THIDA BREEZEメンズハーフパンツ(Botanical)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '65',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118560097',
'item_price' => '8690',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630044609_4540118560097-1.jpg"},{"url":"\/files\/uploads\/products\/20210630044609_4540118560097-2.jpg"},{"url":"\/files\/uploads\/products\/20210630044609_4540118560097-3.jpg"},{"url":"\/files\/uploads\/products\/20210630044609_4540118560097-4.jpg"},{"url":"\/files\/uploads\/products\/20210630044609_4540118560097-5.jpg"},{"url":"\/files\/uploads\/products\/20210630044609_4540118560097-6.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿90%、麻10% M/L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630044609_4540118560097-1.jpg',
'sort' => (int) 50,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 463 => object(App\Model\Entity\TProduct) {
'id' => (int) 502,
'product_id' => (int) 16493,
'product_name' => 'THIDA BREEZE Aラインワンピース L/サヴァトロピカル',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '66',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118560042',
'item_price' => '8030',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630044653_4540118560042-1.jpg"},{"url":"\/files\/uploads\/products\/20210630044653_4540118560042-2.jpg"},{"url":"\/files\/uploads\/products\/20210630044653_4540118560042-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿70%、ポリエステル30% M/L',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630044653_4540118560042-1.jpg',
'sort' => (int) 95,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 464 => object(App\Model\Entity\TProduct) {
'id' => (int) 503,
'product_id' => (int) 76715,
'product_name' => 'THIDA BREEZE Aラインワンピース L/リーフアイランド',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '66',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118560059',
'item_price' => '8030',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630044725_4540118560059-1.jpg"},{"url":"\/files\/uploads\/products\/20210630044725_4540118560059-2.jpg"},{"url":"\/files\/uploads\/products\/20210630044725_4540118560059-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿70%、ポリエステル30% M/L',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630044725_4540118560059-1.jpg',
'sort' => (int) 153,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 465 => object(App\Model\Entity\TProduct) {
'id' => (int) 504,
'product_id' => (int) 62630,
'product_name' => 'THIDA BREEZE Aラインワンピース S(リゾートハイビスカス)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '66',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118635351',
'item_price' => '7480',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630044809_4540118635351-1.jpg"},{"url":"\/files\/uploads\/products\/20210630044809_4540118635351-2.jpg"},{"url":"\/files\/uploads\/products\/20210630044809_4540118635351-3.jpg"},{"url":"\/files\/uploads\/products\/20210630044809_4540118635351-4.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100% M/L',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210630044809_4540118635351-1.jpg',
'sort' => (int) 25,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 466 => object(App\Model\Entity\TProduct) {
'id' => (int) 505,
'product_id' => (int) 99401,
'product_name' => 'THIDA BREEZE Vネックラインワンピース(大柄ハイビストレッチア)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '66',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118635344',
'item_price' => '8580',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630044844_4540118635344-1.jpg"},{"url":"\/files\/uploads\/products\/20210630044844_4540118635344-2.jpg"},{"url":"\/files\/uploads\/products\/20210630044844_4540118635344-3.jpg"},{"url":"\/files\/uploads\/products\/20210630044844_4540118635344-4.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100% M/L',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630044844_4540118635344-1.jpg',
'sort' => (int) 87,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 467 => object(App\Model\Entity\TProduct) {
'id' => (int) 506,
'product_id' => (int) 59182,
'product_name' => 'THIDA BREEZE Vネックワンピース(リゾートハイビ&プルメリア)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '66',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118635337',
'item_price' => '8580',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630044930_4540118635337-1.jpg"},{"url":"\/files\/uploads\/products\/20210630044930_4540118635337-2.jpg"},{"url":"\/files\/uploads\/products\/20210630044930_4540118635337-3.jpg"},{"url":"\/files\/uploads\/products\/20210630044930_4540118635337-4.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100% M/L',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630044930_4540118635337-1.jpg',
'sort' => (int) 139,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 468 => object(App\Model\Entity\TProduct) {
'id' => (int) 507,
'product_id' => (int) 63418,
'product_name' => 'THIDA BREEZE Lady'sワイドパンツ(リゾートハイビ&プルメリア)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '66',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118560080',
'item_price' => '9790',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630045007_4540118560080-1.jpg"},{"url":"\/files\/uploads\/products\/20210630045007_4540118560080-2.jpg"},{"url":"\/files\/uploads\/products\/20210630045007_4540118560080-3.jpg"},{"url":"\/files\/uploads\/products\/20210630045007_4540118560080-4.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿100% F',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630045007_4540118560080-1.jpg',
'sort' => (int) 190,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 469 => object(App\Model\Entity\TProduct) {
'id' => (int) 508,
'product_id' => (int) 10631,
'product_name' => 'THIDA BREEZE キッズワンピース(衿付)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '67',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118620012',
'item_price' => '6050',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630045045_4540118620012-1.jpg"},{"url":"\/files\/uploads\/products\/20210630045045_4540118620012-2.jpg"},{"url":"\/files\/uploads\/products\/20210630045045_4540118620012-3.jpg"},{"url":"\/files\/uploads\/products\/20210630045045_4540118620012-4.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿70%、ポリエステル30% 90/100/110/120',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630045045_4540118620012-1.jpg',
'sort' => (int) 78,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 470 => object(App\Model\Entity\TProduct) {
'id' => (int) 509,
'product_id' => (int) 47800,
'product_name' => 'THIDA BREEZE Kid'sギャザーワンピース(ハイドクイナ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '67',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118560073',
'item_price' => '6050',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630045121_4540118560073-1.jpg"},{"url":"\/files\/uploads\/products\/20210630045121_4540118560073-2.jpg"},{"url":"\/files\/uploads\/products\/20210630045121_4540118560073-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿70%、ポリエステル30% 80/90/100/110/120',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630045121_4540118560073-1.jpg',
'sort' => (int) 128,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 471 => object(App\Model\Entity\TProduct) {
'id' => (int) 510,
'product_id' => (int) 83365,
'product_name' => 'THIDA BREEZE マチ付ポーチ(Botanical)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '68',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118300051',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630045417_4540118300051-1.jpg"},{"url":"\/files\/uploads\/products\/20210630045417_4540118300051-2.jpg"},{"url":"\/files\/uploads\/products\/20210630045417_4540118300051-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '表:綿90%、麻10%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630045417_4540118300051-1.jpg',
'sort' => (int) 184,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 472 => object(App\Model\Entity\TProduct) {
'id' => (int) 511,
'product_id' => (int) 55985,
'product_name' => 'THIDA BREEZE 平ポーチ(Botanical)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '68',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118300068',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630045446_4540118300068-1.jpg"},{"url":"\/files\/uploads\/products\/20210630045446_4540118300068-2.jpg"},{"url":"\/files\/uploads\/products\/20210630045446_4540118300068-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '表:綿90%、麻10%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630045446_4540118300068-1.jpg',
'sort' => (int) 66,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 473 => object(App\Model\Entity\TProduct) {
'id' => (int) 512,
'product_id' => (int) 17908,
'product_name' => 'THIDA BREEZE巾着ショルダーBag(Botanical)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '68',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118300075',
'item_price' => '4730',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/4540118300075-1.jpg"},{"url":"\/files\/uploads\/products\/4540118300075-2.jpg"},{"url":"\/files\/uploads\/products\/4540118300075-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '表:綿90%、麻10%',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210630011955_4540118300075-1.jpg',
'sort' => (int) 121,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 474 => object(App\Model\Entity\TProduct) {
'id' => (int) 513,
'product_id' => (int) 45040,
'product_name' => 'THIDA BREEZE 2Way Bag(Botanical)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '68',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118300082',
'item_price' => '4620',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/4540118300082-1.jpg"},{"url":"\/files\/uploads\/products\/4540118300082-2.jpg"},{"url":"\/files\/uploads\/products\/4540118300082-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '表:綿90%、麻10%',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210630012012_4540118300082-1.jpg',
'sort' => (int) 173,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 475 => object(App\Model\Entity\TProduct) {
'id' => (int) 514,
'product_id' => (int) 57897,
'product_name' => 'THIDA BREEZE Porch Bag(Botanical)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '68',
'item_name' => '',
'item_description' => 'ラグジュアリー&リラックスがコンセプトの大人のリゾートブランド「THIDA BREEZE」',
'jan_code' => '4540118300099',
'item_price' => '4180',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/4540118300099-1.jpg"},{"url":"\/files\/uploads\/products\/4540118300099-2.jpg"},{"url":"\/files\/uploads\/products\/4540118300099-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '表:綿90%、麻10%',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210630012039_4540118300099-1.jpg',
'sort' => (int) 51,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 476 => object(App\Model\Entity\TProduct) {
'id' => (int) 696,
'product_id' => (int) 55726,
'product_name' => 'フルーツパイ黒糖(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '生地を何層にも織り込みサクサクの黒糖味のパイに焼き上げました。',
'jan_code' => '4989596004653',
'item_price' => '432',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906033424_フルーツパイ黒糖小.png"}]',
'internal_capacity' => '10枚入り',
'best_by_date' => '150日',
'item_weight' => '110g',
'c_s_quantity' => '50箱',
'c_s_weight' => '6.2㎏',
'product_dimensions' => '225×135×40',
'case_dimensions' => '715×245×410',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210906033424_フルーツパイ黒糖小.png',
'sort' => (int) 1,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 477 => object(App\Model\Entity\TProduct) {
'id' => (int) 697,
'product_id' => (int) 93116,
'product_name' => 'フルーツパイ黒糖(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '5',
'item_name' => '焼き菓子',
'item_description' => '生地を何層にも折り込みサクサクの黒糖味の美味しいパイに焼き上げました。',
'jan_code' => '4989596004646',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906040311_フルーツパイ黒糖大.png"}]',
'internal_capacity' => '17枚入り',
'best_by_date' => '150日',
'item_weight' => '180g',
'c_s_quantity' => '30箱',
'c_s_weight' => '6㎏',
'product_dimensions' => '325×135×40',
'case_dimensions' => '425×350×420',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210906040311_フルーツパイ黒糖大.png',
'sort' => (int) 0,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 478 => object(App\Model\Entity\TProduct) {
'id' => (int) 698,
'product_id' => (int) 32939,
'product_name' => '親子シーサー朱子織ミニタオル',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118182701',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210909103645_親子シーサー朱子織ミニタオル.png"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '260×260',
'case_dimensions' => '',
'item_color' => 'ブルー/ピンク/イエロー',
'item_size' => '綿100%、',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210909103645_親子シーサー朱子織ミニタオル.png',
'sort' => (int) 9,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 479 => object(App\Model\Entity\TProduct) {
'id' => (int) 699,
'product_id' => (int) 68499,
'product_name' => '島バター(石垣島の紅芋 沖夢紫)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '18',
'item_name' => 'スプレット',
'item_description' => '石垣島の紅芋品種「沖夢紫」を使用した風味豊かなスプレット。',
'jan_code' => '4540118032035',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230627091401_島バター(石垣島の紅芋 沖夢紫).jpg"},{"url":"\/files\/uploads\/products\/20220930031026_紅芋バターアップイメージ.jpg"}]',
'internal_capacity' => '130g',
'best_by_date' => '120日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20230627091401_島バター(石垣島の紅芋 沖夢紫).jpg',
'sort' => (int) 2,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 480 => object(App\Model\Entity\TProduct) {
'id' => (int) 701,
'product_id' => (int) 32513,
'product_name' => '島バター(石垣島のティダパイン)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '18',
'item_name' => 'スプレット',
'item_description' => '石垣島のパインの匠「当銘さん」が作り上げた希少種の“ティダパイン”を使用。
ジューシーなパイナップルの美味しさが楽しめるスプレットです。',
'jan_code' => '4540118023042',
'item_price' => '918',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230627091923_島バター(石垣島のティダパイン).jpg"},{"url":"\/files\/uploads\/products\/20220930123110_s-パインバターイメージ②.jpg"},{"url":"\/files\/uploads\/products\/20220930123110_s-當銘さんフォト(當銘さん提供)②.jpg"}]',
'internal_capacity' => '120g',
'best_by_date' => '120日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20230627091923_島バター(石垣島のティダパイン).jpg',
'sort' => (int) 1,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 481 => object(App\Model\Entity\TProduct) {
'id' => (int) 702,
'product_id' => (int) 67191,
'product_name' => '島バター(西表島の黒糖)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '18',
'item_name' => 'スプレット',
'item_description' => '西表島産の黒糖を使用。
深いコクと甘みが特徴の黒糖にクラッシュアーモンドとバターをプラス。',
'jan_code' => '4540118023059',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230627091707_島バター(西表島の黒糖).jpg"},{"url":"\/files\/uploads\/products\/20220930031742_黒糖アーモンドバターアップ.jpg"}]',
'internal_capacity' => '120g',
'best_by_date' => '90日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20230627091707_島バター(西表島の黒糖).jpg',
'sort' => (int) 0,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 482 => object(App\Model\Entity\TProduct) {
'id' => (int) 716,
'product_id' => (int) 34387,
'product_name' => '光る!ナンデモ充電くん(ハイビ&ヤシ)黒/白',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '76',
'item_name' => '充電機器',
'item_description' => 'アイフォンを含む多様な機器の充電ができる優れもの♪沖縄限定で登場!',
'jan_code' => '4540118202614',
'item_price' => '1980',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230524053354_IMG_0128.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20230524053354_IMG_0128.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 483 => object(App\Model\Entity\TProduct) {
'id' => (int) 717,
'product_id' => (int) 18937,
'product_name' => '光る!ナンデモ充電くん(シーサー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '76',
'item_name' => '充電機器',
'item_description' => 'アイフォンを含む多様な機器の充電ができる優れもの♪沖縄限定で登場!',
'jan_code' => '4540118202607',
'item_price' => '1980',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230524054753_IMG_0129.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20230524054753_IMG_0129.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 484 => object(App\Model\Entity\TProduct) {
'id' => (int) 719,
'product_id' => (int) 27174,
'product_name' => 'ナンデモ充電くん(ハイビスカス)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '76',
'item_name' => '充電機器',
'item_description' => 'アイフォンを含む多様な機器の充電ができる優れもの♪沖縄限定で登場!',
'jan_code' => '4540118202652',
'item_price' => '1760',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230524055959_IMG_0125.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20230524055959_IMG_0125.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 485 => object(App\Model\Entity\TProduct) {
'id' => (int) 720,
'product_id' => (int) 59961,
'product_name' => 'ナンデモ充電くん(パイナップル)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '',
'item_name' => '充電機器',
'item_description' => 'アイフォンを含む多様な機器の充電ができる優れもの♪沖縄限定で登場!',
'jan_code' => '4540118202638',
'item_price' => '1760',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230524060215_IMG_0127.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20230524060215_IMG_0127.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 486 => object(App\Model\Entity\TProduct) {
'id' => (int) 721,
'product_id' => (int) 15161,
'product_name' => 'ナンデモ充電くん(シークワァーサー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '76',
'item_name' => '充電機器',
'item_description' => 'アイフォンを含む多様な機器の充電ができる優れもの♪沖縄限定で登場!',
'jan_code' => '4540118202621',
'item_price' => '1760',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230524060441_IMG_0126.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20230524060441_IMG_0126.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 487 => object(App\Model\Entity\TProduct) {
'id' => (int) 725,
'product_id' => (int) 10206,
'product_name' => '島かりんとう(ゴーヤー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '油菓子',
'item_description' => 'ゴーヤーパウダーを使って仕上げたかりんとう。カリッとした食感と甘さ控えめな素朴な美味しさです。',
'jan_code' => '4540118004652',
'item_price' => '216',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230831054233_島かりんとうゴーヤー.png"}]',
'internal_capacity' => '60g',
'best_by_date' => '90日',
'item_weight' => '61g',
'c_s_quantity' => '40',
'c_s_weight' => '',
'product_dimensions' => '150×160',
'case_dimensions' => '475×350×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20230831054233_島かりんとうゴーヤー.png',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 488 => object(App\Model\Entity\TProduct) {
'id' => (int) 726,
'product_id' => (int) 19411,
'product_name' => '島かりんとう(黒糖)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '油菓子',
'item_description' => '多良間島産の黒糖を使い、コクのある美味しさとカリッとした食感が◎
',
'jan_code' => '4540118004669',
'item_price' => '216',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230831054907_島かりんとう黒糖.png"}]',
'internal_capacity' => '60g',
'best_by_date' => '90日',
'item_weight' => '61g',
'c_s_quantity' => '40',
'c_s_weight' => '',
'product_dimensions' => '150×160',
'case_dimensions' => '475×350×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20230831054907_島かりんとう黒糖.png',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 489 => object(App\Model\Entity\TProduct) {
'id' => (int) 727,
'product_id' => (int) 12515,
'product_name' => '島かりんとう(紅芋)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '油菓子',
'item_description' => '石垣島の紅芋『沖夢紫』を使ったかりんとう。甘さ控えめで紅芋の豊かな香りと味が楽しめます。',
'jan_code' => '4540118004645',
'item_price' => '216',
'product_image_url' => '""',
'internal_capacity' => '60g',
'best_by_date' => '90日',
'item_weight' => '61g',
'c_s_quantity' => '40',
'c_s_weight' => '',
'product_dimensions' => '150×160',
'case_dimensions' => '475×350×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20230831054651_島かりんとう紅芋.png',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 490 => object(App\Model\Entity\TProduct) {
'id' => (int) 729,
'product_id' => (int) 38279,
'product_name' => '島さーたーあんだぎー(紅芋)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '13',
'item_name' => '油菓子',
'item_description' => '食べやすいサイズで丁寧に揚げた『サータ
ーアンダギー』に紅芋使った蜜をコーティ
ングしました。',
'jan_code' => '4540118004607',
'item_price' => '216',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240418021239_島サーターアンダギー紅芋.png"}]',
'internal_capacity' => '4個',
'best_by_date' => '60日',
'item_weight' => '69g',
'c_s_quantity' => '40袋',
'c_s_weight' => '3.26kg',
'product_dimensions' => '150×150×30',
'case_dimensions' => '460×360×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20240418021239_島サーターアンダギー紅芋.png',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 491 => object(App\Model\Entity\TProduct) {
'id' => (int) 730,
'product_id' => (int) 47251,
'product_name' => '雪塩ちんすこう袋入り(2×6袋)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '90',
'item_name' => '焼き菓子',
'item_description' => '宮古島の地下海水を汲み上げて精製された
「雪塩」と琉球の伝統菓子「ちんすこう」を
独自の製法で組み合わせた自信作です。',
'jan_code' => '4540118004539',
'item_price' => '367',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240618110428_雪塩ちんすこう袋12個入.png"},{"url":"\/files\/uploads\/products\/20240618110428_雪塩ちんすこう03.png"}]',
'internal_capacity' => '12個(2×6袋)',
'best_by_date' => '70日',
'item_weight' => '140g',
'c_s_quantity' => '40袋',
'c_s_weight' => '5.97kg',
'product_dimensions' => '215×120×20',
'case_dimensions' => '445×285×175',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20240618110428_雪塩ちんすこう袋12個入.png',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 492 => object(App\Model\Entity\TProduct) {
'id' => (int) 731,
'product_id' => (int) 77084,
'product_name' => '雪塩ちんすこうミルク風味(2×6袋)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '90',
'item_name' => '焼き菓子',
'item_description' => '人気の雪塩ちんすこうのミルク風味です。
ミルクの優しい甘さと雪塩の塩加減が
マッチした商品です。',
'jan_code' => '4540118004546',
'item_price' => '367',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240618110911_雪塩ちんすこうミルク風味2×6.jpg"}]',
'internal_capacity' => '12個(2×6袋)',
'best_by_date' => '70日',
'item_weight' => '140g',
'c_s_quantity' => '40袋',
'c_s_weight' => '5.97kg',
'product_dimensions' => '215×120×20',
'case_dimensions' => '445×285×175',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20240618110911_雪塩ちんすこうミルク風味2×6.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 493 => object(App\Model\Entity\TProduct) {
'id' => (int) 733,
'product_id' => (int) 14235,
'product_name' => 'あしあと凸凹ミニタオル',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => 'ミニタオル',
'item_description' => '沖縄のかわいいキャラクターを刺繍したミニタオル。足あとを施した加工も可愛いです♪',
'jan_code' => '各種別JAN',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240729023917_あしあとタオル4種.JPEG"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '①あしながシーサー(ブルー/ピンク/イエロー) ②ひーじゃー(ピンク/グリーン/イエロー) ③ヤンバルクイナ(パープル/ピンク/グリーン) ④アグー(ピンク/パープル/イエロー)',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20240729023917_あしあとタオル4種.JPEG',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 494 => object(App\Model\Entity\TProduct) {
'id' => (int) 734,
'product_id' => (int) 70088,
'product_name' => '23’プチタオル',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '35',
'item_name' => 'プチタオル',
'item_description' => 'かわいい沖縄のキャラクターがプリントされたプチタオルです。やさしい手触りで気持ちいいです。',
'jan_code' => '各種別JAN',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240729025645_23’プチタオル5種.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '180×180㎜',
'case_dimensions' => '',
'item_color' => 'シーサー&モンステラ(4540118400553)、シーサー&マンゴー(4540118400546)、シーサー&ハイビ(4540118400539)、シーサー&ジンベイ(4540118400515)、シーサー&ウミガメ(4540118400522)',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20240729025645_23’プチタオル5種.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 495 => object(App\Model\Entity\TProduct) {
'id' => (int) 735,
'product_id' => (int) 30663,
'product_name' => 'うちな~ばんそうこう',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '38',
'item_name' => 'ばんそうこう',
'item_description' => '沖縄限定の可愛いキャラクターの絆創膏です。出先での万が一の備えに重宝しますよ~',
'jan_code' => '各種JAN別',
'item_price' => '385',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240730013034_うちな~ばんそうこう3種.jpg"}]',
'internal_capacity' => '10枚入り',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => 'スタンダードサイス19㎜×72㎜',
'case_dimensions' => '',
'item_color' => '①ハートシーサー(4540118187362)、②パインシーサー(4540118187355)、③海の仲間(4540118187379)',
'item_size' => '19㎜×72㎜',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240730013034_うちな~ばんそうこう3種.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 496 => object(App\Model\Entity\TProduct) {
'id' => (int) 736,
'product_id' => (int) 23497,
'product_name' => '幸福の親子シーサー(置物)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '40',
'item_name' => 'シーサー置物',
'item_description' => '色ろりどりのシーサー置物。
昔から沖縄のシーサーは邪気を吸い込み運気は逃がさないといわれている言い伝えがあります。どこか愛らしい表情のシーサーに癒されて♪',
'jan_code' => '4540118203376',
'item_price' => '2640',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240730015155_幸福の親子シーサー置物1.jpg"},{"url":"\/files\/uploads\/products\/20240730015155_幸福の親子シーサー(黄).jpg"},{"url":"\/files\/uploads\/products\/20240730015155_幸福の親子シーサー(青).jpg"},{"url":"\/files\/uploads\/products\/20240730015155_幸福の親子シーサー(赤).jpg"},{"url":"\/files\/uploads\/products\/20240730015155_幸福の親子シーサー(素焼調).jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '約W60×H75×D80㎜',
'case_dimensions' => '',
'item_color' => '黄色/青色/赤色/茶(素焼調)',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20240730015155_幸福の親子シーサー置物1.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 497 => object(App\Model\Entity\TProduct) {
'id' => (int) 737,
'product_id' => (int) 51164,
'product_name' => 'fipper×okinawa ビーチサンダル(メンズ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '50',
'item_name' => 'サンダル',
'item_description' => 'fipper(フィッパー)は2011年にマレーシアで誕生したビーチサンダルブランドです。他のビーチサンダルとは違うフィット感と天然ゴムならではのはき心地です。沖縄限定fipperデザインです。',
'jan_code' => '各種別JAN',
'item_price' => '3520',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240730065034_WIDE正面画像データ1201①.jpg"},{"url":"\/files\/uploads\/products\/20240730065034_フィッパーサンダルロゴアップ.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'navy / blue . black / blue . khaki / broun',
'item_size' => '天然ゴム、26cm~28cm',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20240730065034_WIDE正面画像データ1201①.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 498 => object(App\Model\Entity\TProduct) {
'id' => (int) 738,
'product_id' => (int) 59690,
'product_name' => 'fipper×okinawa ビーチサンダル(レディース)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '50',
'item_name' => 'サンダル',
'item_description' => 'fipper(フィッパー)は2011年にマレーシアで誕生したビーチサンダルブランドです。他のビーチサンダルとは違うフィット感と天然ゴムならではのはき心地です。沖縄限定fipperデザインです。',
'jan_code' => '各種別JAN',
'item_price' => '3300',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240730065605_SLIM正面画像データ1201①.jpg"},{"url":"\/files\/uploads\/products\/20240730065605_フィッパーサンダルロゴアップ.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'pink / black . black . gray / red',
'item_size' => '素材:天然ゴム、Size: 23.24.25cm',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20240730065605_SLIM正面画像データ1201①.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 499 => object(App\Model\Entity\TProduct) {
'id' => (int) 739,
'product_id' => (int) 79957,
'product_name' => 'はらまきとるにゃんストラップ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '38',
'item_name' => 'キャラクターストラップ',
'item_description' => 'ご当地キャラクターストラップの沖縄限定バージョンの愛らしいストラップです。',
'jan_code' => '4580416312295',
'item_price' => '770',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240731120033_はらまきとるにゃん集合ランダム.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20240731120033_はらまきとるにゃん集合ランダム.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 500 => object(App\Model\Entity\TProduct) {
'id' => (int) 740,
'product_id' => (int) 91739,
'product_name' => 'ナンデモ充電くん(沖縄限定デザイン)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '76',
'item_name' => 'マルチUSB充電コード',
'item_description' => 'iPhoneやAndroid等ほとんどの機器に対応しているマルチUSB充電コードです。沖縄限定の愛らしいデザインでいざという時に重宝しますよ~♪同時充電も出来てとっても重宝します。',
'jan_code' => '各種別JAN',
'item_price' => '1760',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240731032335_IMG_0132.JPEG"},{"url":"\/files\/uploads\/products\/20240731031340_IMG_0123.JPEG"},{"url":"\/files\/uploads\/products\/20240731031340_IMG_0125.JPEG"},{"url":"\/files\/uploads\/products\/20240731031340_IMG_0126.JPEG"},{"url":"\/files\/uploads\/products\/20240731031340_IMG_0127.JPEG"},{"url":"\/files\/uploads\/products\/20240731031340_IMG_0129.JPEG"},{"url":"\/files\/uploads\/products\/20240731031340_IMG_0130.JPEG"},{"url":"\/files\/uploads\/products\/20240731031340_IMG_0131.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'シーサー(黒/桃/黄)、シークヮーサー、沖縄チンアナゴ、提灯沖縄、ジンベイザメ、イリオモテヤマネコ',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20240731031340_充電くんフォト②.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 501 => object(App\Model\Entity\TProduct) {
'id' => (int) 741,
'product_id' => (int) 87197,
'product_name' => 'ナンデモUSBコンセント(沖縄限定デザイン)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '76',
'item_name' => '充電機器',
'item_description' => 'USB対応機器の充電用アダプターです。沖縄限定の愛らしいシーサーのデザインです。',
'jan_code' => '各種別JAN',
'item_price' => '2750',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240731033807_IMG_0054②.jpg"},{"url":"\/files\/uploads\/products\/20240731033807_ナンデモUSBコンセント(ツムツム風).png"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '黒シーサー(4540118203758)、黄シーサー(4540118203741)、桃シーサー(4540118203765)',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20240731033807_USBコンセントイメージ①.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 502 => object(App\Model\Entity\TProduct) {
'id' => (int) 742,
'product_id' => (int) 30508,
'product_name' => '沖縄mapTシャツ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '82',
'item_name' => '沖縄Tシャツ',
'item_description' => '沖縄のMAPをデザインした3色展開のオリジナルTシャツです。',
'jan_code' => '4540118600977',
'item_price' => '2640',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240731045217_MAPTシャツ2.png"},{"url":"\/files\/uploads\/products\/20240731045217_MAPTシャツ②2.png"},{"url":"\/files\/uploads\/products\/20240731045217_沖縄水色.jpg"},{"url":"\/files\/uploads\/products\/20240731045217_沖縄白.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'オフ/ブラック/ブルー',
'item_size' => 'M / L / XL',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240731045217_MAPTシャツ2.png',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 503 => object(App\Model\Entity\TProduct) {
'id' => (int) 743,
'product_id' => (int) 65679,
'product_name' => 'うみのなかまリコーダー',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '87',
'item_name' => 'リコーダー',
'item_description' => 'かわいい「チンアナゴ」と「ニシキアナゴ」のリコーダーです。',
'jan_code' => '各種別JAN',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240731060210_海の仲間リコーダー.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '約332×Φ30',
'case_dimensions' => '',
'item_color' => '①チンアナゴ(4540118200566) ②ニシキアナゴ(4540118200573)',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240731060210_海の仲間リコーダー.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 504 => object(App\Model\Entity\TProduct) {
'id' => (int) 744,
'product_id' => (int) 99517,
'product_name' => 'うみのなかま耳かき',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '87',
'item_name' => '耳かき',
'item_description' => 'かわいい「チンアナゴ」と「ニシキアナゴ」のパーツがついた耳かきです。',
'jan_code' => '各種別JAN',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240731061221_海の仲間耳かき.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '①チンアナゴ(4540118177622)、②ニシキアナゴ(4540118177714)',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240731061221_海の仲間耳かき.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 505 => object(App\Model\Entity\TProduct) {
'id' => (int) 745,
'product_id' => (int) 18236,
'product_name' => 'うみのなかま定規',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '87',
'item_name' => '定規',
'item_description' => 'かわいい「チンアナゴ」と「ニシキアナゴ」のデザインの定規です。',
'jan_code' => '各種別JAN',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240731061724_海の仲間定規.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '①チンアナゴ(4540118187287) ②ニシキアナゴ(4540118187294)',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240731061724_海の仲間定規.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 506 => object(App\Model\Entity\TProduct) {
'id' => (int) 746,
'product_id' => (int) 79790,
'product_name' => 'うみのなかまキャップ付き鉛筆',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '87',
'item_name' => 'キャップ付き鉛筆',
'item_description' => 'チンアナゴやニシキアナゴ柄の鉛筆とキャラクターキャップが可愛いです。',
'jan_code' => '各種別JAN',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240731062527_海の仲間キャップ付き鉛筆.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '①チンアナゴ(4540118187263) ②ニシキアナゴ(4540118187270)',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240731062527_海の仲間キャップ付き鉛筆.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 507 => object(App\Model\Entity\TProduct) {
'id' => (int) 747,
'product_id' => (int) 91467,
'product_name' => 'うみのなかまパスケースホルダー',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '79',
'item_name' => 'パスケース',
'item_description' => '愛らしいチンアナゴとニシキアナゴのパスケースホルダーです。
ジッパー付きで中に小銭や小物も収納できますよ。',
'jan_code' => '各種別JAN',
'item_price' => '1540',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240802122622_海の仲間パスケースホルダー.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '①チンアナゴ(4540118205141) ②ニシキアナゴ(4540118205158)',
'item_size' => '約140×95',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240802122622_海の仲間パスケースホルダー.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 508 => object(App\Model\Entity\TProduct) {
'id' => (int) 748,
'product_id' => (int) 29234,
'product_name' => 'うみのなかま コロぬいぐるみ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '41',
'item_name' => 'ぬいぐるみ(チェーン付き)',
'item_description' => '愛らしいチンアナゴとニシキアナゴのぬいぐるみです。',
'jan_code' => '各種別JAN',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240802123849_海の仲間ころぬいぐるみ.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '①チンアナゴ(4540118206032) ②ニシキアナゴ(4540118206049)',
'item_size' => '約82㎜',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240802123849_海の仲間ころぬいぐるみ.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 509 => object(App\Model\Entity\TProduct) {
'id' => (int) 749,
'product_id' => (int) 74575,
'product_name' => 'うみのなかま',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '87',
'item_name' => 'ボールペン',
'item_description' => '愛らしいチンアナゴとニシキアナゴのキャラクターボールペンです。
※ノック式ではありません',
'jan_code' => '各種別JAN',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240802124449_海の仲間ボールペン.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '①チンアナゴ(4540118205165)、②ニシキアナゴ(4540118205172)',
'item_size' => '約150㎜',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240802124449_海の仲間ボールペン.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 510 => object(App\Model\Entity\TProduct) {
'id' => (int) 750,
'product_id' => (int) 74691,
'product_name' => 'うみのなかま お箸',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => 'キャラクター箸',
'item_description' => '愛らしいチンアナゴとニシキアナゴのキャラクター箸です。',
'jan_code' => '各種別JAN',
'item_price' => '770',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240802124733_海の仲間箸.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '①チンアナゴ(4540118205103)、②ニシキアナゴ(4540118205110)',
'item_size' => '約185㎜',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240802124733_海の仲間箸.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 511 => object(App\Model\Entity\TProduct) {
'id' => (int) 751,
'product_id' => (int) 24868,
'product_name' => 'うみのなかまマドラー',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '31',
'item_name' => 'マドラー',
'item_description' => '愛らしいチンアナゴとニシキアナゴのマドラーです。',
'jan_code' => '各種別JAN',
'item_price' => '495',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240802125143_海の仲間マドラー.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '①チンアナゴ(4540118205127) ②ニシキアナゴ(4540118205134)',
'item_size' => '約183㎜',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240802125143_海の仲間マドラー.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 512 => object(App\Model\Entity\TProduct) {
'id' => (int) 753,
'product_id' => (int) 65877,
'product_name' => 'はらまきとるにゃんクッション(M)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '38',
'item_name' => 'ぬいぐるみクッション',
'item_description' => 'はらまきをした可愛らしいぬいぐるみクッションです。腹巻をとったりつけたりすることもできますよ~♪',
'jan_code' => '各種別',
'item_price' => '3190',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240923035002_はらまきとるにゃんクッションM.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'シーサー[4540118204717]/ジンベイザメ[4540118204687]',
'item_size' => 'Mサイズ約28㎝',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240923035002_はらまきとるにゃんクッションM.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 513 => object(App\Model\Entity\TProduct) {
'id' => (int) 754,
'product_id' => (int) 59097,
'product_name' => 'はらまきとるにゃんクッション(L)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '38',
'item_name' => 'ぬいぐるみクッション',
'item_description' => 'はらまきをした可愛らしいぬいぐるみクッションです。腹巻をとったりつけたりすることもできますよ~♪',
'jan_code' => '',
'item_price' => '4290',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240923035553_はらまきとるにゃんクッションL.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'シーサー[4540118204724]/ジンベイザメ[4540118204694]',
'item_size' => 'Lサイズ約36㎝',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240923035553_はらまきとるにゃんクッションL.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 514 => object(App\Model\Entity\TProduct) {
'id' => (int) 755,
'product_id' => (int) 28313,
'product_name' => 'はらまきとるにゃんクッション(XL)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '1',
'category_id' => '38',
'item_name' => 'ぬいぐるみクッション',
'item_description' => 'はらまきをした可愛らしいぬいぐるみクッションです。腹巻をとったりつけたりすることもできますよ~♪',
'jan_code' => '',
'item_price' => '9900',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20240923035732_はらまきとるにゃんクッションXL.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'シーサー[4540118204731]/ジンベイザメ[4540118204700]',
'item_size' => 'XLサイズ約50㎝',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20240923035732_はらまきとるにゃんクッションXL.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
}
]
$value = (int) 54
$key = (int) 3
$p_s_val = [
(int) 0 => '90',
(int) 1 => '90',
(int) 2 => '90',
(int) 3 => '90',
(int) 4 => '90',
(int) 5 => '90',
(int) 6 => '90',
(int) 7 => '90',
(int) 8 => '90',
(int) 9 => '90',
(int) 10 => '4',
(int) 11 => '4',
(int) 12 => '4',
(int) 13 => '4',
(int) 14 => '5',
(int) 15 => '5',
(int) 16 => '5',
(int) 17 => '5',
(int) 18 => '5',
(int) 19 => '5',
(int) 20 => '5',
(int) 21 => '5',
(int) 22 => '5',
(int) 23 => '5',
(int) 24 => '5',
(int) 25 => '5',
(int) 26 => '5',
(int) 27 => '5',
(int) 28 => '5',
(int) 29 => '5',
(int) 30 => '5',
(int) 31 => '5',
(int) 32 => '5',
(int) 33 => '5',
(int) 34 => '5',
(int) 35 => '5',
(int) 36 => '5',
(int) 37 => '6',
(int) 38 => '6',
(int) 39 => '6',
(int) 40 => '6',
(int) 41 => '6',
(int) 42 => '6',
(int) 43 => '6',
(int) 44 => '6',
(int) 45 => '6',
(int) 46 => '6',
(int) 47 => '7',
(int) 48 => '7',
(int) 49 => '7',
(int) 50 => '7',
(int) 51 => '7',
(int) 52 => '7',
(int) 53 => '8',
(int) 54 => '8',
(int) 55 => '8',
(int) 56 => '8',
(int) 57 => '8',
(int) 58 => '8',
(int) 59 => '8',
(int) 60 => '8',
(int) 61 => '8',
(int) 62 => '8',
(int) 63 => '8',
(int) 64 => '8',
(int) 65 => '8',
(int) 66 => '8',
(int) 67 => '8',
(int) 68 => '8',
(int) 69 => '8',
(int) 70 => '9',
(int) 71 => '9',
(int) 72 => '9',
(int) 73 => '9',
(int) 74 => '9',
(int) 75 => '9',
(int) 76 => '9',
(int) 77 => '9',
(int) 78 => '9',
(int) 79 => '9',
(int) 80 => '9',
(int) 81 => '9',
(int) 82 => '9',
(int) 83 => '9',
(int) 84 => '10',
(int) 85 => '10',
(int) 86 => '10',
(int) 87 => '10',
(int) 88 => '11',
(int) 89 => '12',
(int) 90 => '12',
(int) 91 => '12',
(int) 92 => '12',
(int) 93 => '12',
(int) 94 => '12',
(int) 95 => '12',
(int) 96 => '12',
(int) 97 => '12',
(int) 98 => '12',
(int) 99 => '12',
(int) 100 => '13',
(int) 101 => '13',
(int) 102 => '13',
(int) 103 => '13',
(int) 104 => '13',
(int) 105 => '13',
(int) 106 => '13',
(int) 107 => '13',
(int) 108 => '13',
(int) 109 => '13',
(int) 110 => '13',
(int) 111 => '13',
(int) 112 => '13',
(int) 113 => '13',
(int) 114 => '13',
(int) 115 => '13',
(int) 116 => '13',
(int) 117 => '13',
(int) 118 => '13',
(int) 119 => '13',
(int) 120 => '13',
(int) 121 => '13',
(int) 122 => '13',
(int) 123 => '15',
(int) 124 => '15',
(int) 125 => '15',
(int) 126 => '15',
(int) 127 => '15',
(int) 128 => '15',
(int) 129 => '15',
(int) 130 => '15',
(int) 131 => '15',
(int) 132 => '16',
(int) 133 => '16',
(int) 134 => '16',
(int) 135 => '16',
(int) 136 => '16',
(int) 137 => '16',
(int) 138 => '16',
(int) 139 => '16',
(int) 140 => '16',
(int) 141 => '16',
(int) 142 => '17',
(int) 143 => '17',
(int) 144 => '17',
(int) 145 => '17',
(int) 146 => '17',
(int) 147 => '17',
(int) 148 => '17',
(int) 149 => '17',
(int) 150 => '18',
(int) 151 => '18',
(int) 152 => '18',
(int) 153 => '18',
(int) 154 => '18',
(int) 155 => '18',
(int) 156 => '18',
(int) 157 => '21',
(int) 158 => '21',
(int) 159 => '21',
(int) 160 => '21',
(int) 161 => '21',
(int) 162 => '21',
(int) 163 => '21',
(int) 164 => '21',
(int) 165 => '21',
(int) 166 => '21',
(int) 167 => '21',
(int) 168 => '22',
(int) 169 => '22',
(int) 170 => '22',
(int) 171 => '22',
(int) 172 => '22',
(int) 173 => '22',
(int) 174 => '22',
(int) 175 => '22',
(int) 176 => '23',
(int) 177 => '23',
(int) 178 => '23',
(int) 179 => '23',
(int) 180 => '23',
(int) 181 => '23',
(int) 182 => '23',
(int) 183 => '23',
(int) 184 => '23',
(int) 185 => '23',
(int) 186 => '23',
(int) 187 => '23',
(int) 188 => '23',
(int) 189 => '23',
(int) 190 => '25',
(int) 191 => '25',
(int) 192 => '25',
(int) 193 => '25',
(int) 194 => '25',
(int) 195 => '25',
(int) 196 => '25',
(int) 197 => '25',
(int) 198 => '26',
(int) 199 => '26',
(int) 200 => '26',
(int) 201 => '27',
(int) 202 => '27',
(int) 203 => '27',
(int) 204 => '27',
(int) 205 => '27',
(int) 206 => '27',
(int) 207 => '27',
(int) 208 => '27',
(int) 209 => '29',
(int) 210 => '29',
(int) 211 => '29',
(int) 212 => '29',
(int) 213 => '29',
(int) 214 => '29',
(int) 215 => '29',
(int) 216 => '29',
(int) 217 => '29',
(int) 218 => '29',
(int) 219 => '29',
(int) 220 => '29',
(int) 221 => '29',
(int) 222 => '30',
(int) 223 => '30',
(int) 224 => '30',
(int) 225 => '31',
(int) 226 => '31',
(int) 227 => '31',
(int) 228 => '31',
(int) 229 => '31',
(int) 230 => '31',
(int) 231 => '31',
(int) 232 => '31',
(int) 233 => '31',
(int) 234 => '31',
(int) 235 => '31',
(int) 236 => '31',
(int) 237 => '31',
(int) 238 => '31',
(int) 239 => '33',
(int) 240 => '33',
(int) 241 => '33',
(int) 242 => '33',
(int) 243 => '33',
(int) 244 => '33',
(int) 245 => '33',
(int) 246 => '33',
(int) 247 => '34',
(int) 248 => '34',
(int) 249 => '34',
(int) 250 => '34',
(int) 251 => '34',
(int) 252 => '34',
(int) 253 => '34',
(int) 254 => '34',
(int) 255 => '34',
(int) 256 => '34',
(int) 257 => '34',
(int) 258 => '34',
(int) 259 => '34',
(int) 260 => '34',
(int) 261 => '34',
(int) 262 => '34',
(int) 263 => '34',
(int) 264 => '34',
(int) 265 => '34',
(int) 266 => '34',
(int) 267 => '34',
(int) 268 => '35',
(int) 269 => '35',
(int) 270 => '35',
(int) 271 => '35',
(int) 272 => '35',
(int) 273 => '35',
(int) 274 => '35',
(int) 275 => '35',
(int) 276 => '35',
(int) 277 => '35',
(int) 278 => '35',
(int) 279 => '35',
(int) 280 => '35',
(int) 281 => '35',
(int) 282 => '35',
(int) 283 => '35',
(int) 284 => '35',
(int) 285 => '35',
(int) 286 => '35',
(int) 287 => '35',
(int) 288 => '35',
(int) 289 => '35',
(int) 290 => '35',
(int) 291 => '35',
(int) 292 => '35',
(int) 293 => '35',
(int) 294 => '36',
(int) 295 => '37',
(int) 296 => '37',
(int) 297 => '37',
(int) 298 => '37',
(int) 299 => '37',
(int) 300 => '37',
(int) 301 => '37',
(int) 302 => '37',
(int) 303 => '37',
(int) 304 => '37',
(int) 305 => '39',
(int) 306 => '39',
(int) 307 => '39',
(int) 308 => '39',
(int) 309 => '39',
(int) 310 => '39',
(int) 311 => '39',
(int) 312 => '39',
(int) 313 => '39',
(int) 314 => '39',
(int) 315 => '39',
(int) 316 => '39',
(int) 317 => '39',
(int) 318 => '39',
(int) 319 => '39',
(int) 320 => '39',
(int) 321 => '39',
(int) 322 => '39',
(int) 323 => '39',
(int) 324 => '39',
(int) 325 => '39',
(int) 326 => '39',
(int) 327 => '39',
(int) 328 => '39',
(int) 329 => '39',
(int) 330 => '39',
(int) 331 => '39',
(int) 332 => '39',
(int) 333 => '39',
(int) 334 => '39',
(int) 335 => '39',
(int) 336 => '39',
(int) 337 => '39',
(int) 338 => '39',
(int) 339 => '39',
(int) 340 => '39',
(int) 341 => '39',
(int) 342 => '39',
(int) 343 => '39',
(int) 344 => '39',
(int) 345 => '40',
(int) 346 => '40',
(int) 347 => '40',
(int) 348 => '40',
(int) 349 => '40',
(int) 350 => '40',
(int) 351 => '40',
(int) 352 => '40',
(int) 353 => '40',
(int) 354 => '40',
(int) 355 => '40',
(int) 356 => '40',
(int) 357 => '40',
(int) 358 => '40',
(int) 359 => '40',
(int) 360 => '40',
(int) 361 => '40',
(int) 362 => '40',
(int) 363 => '40',
(int) 364 => '40',
(int) 365 => '40',
(int) 366 => '40',
(int) 367 => '40',
(int) 368 => '40',
(int) 369 => '41',
(int) 370 => '41',
(int) 371 => '41',
(int) 372 => '41',
(int) 373 => '41',
(int) 374 => '41',
(int) 375 => '44',
(int) 376 => '44',
(int) 377 => '44',
(int) 378 => '44',
(int) 379 => '45',
(int) 380 => '45',
(int) 381 => '45',
(int) 382 => '45',
(int) 383 => '48',
(int) 384 => '48',
(int) 385 => '48',
(int) 386 => '48',
(int) 387 => '48',
(int) 388 => '48',
(int) 389 => '49',
(int) 390 => '49',
(int) 391 => '49',
(int) 392 => '49',
(int) 393 => '49',
(int) 394 => '49',
(int) 395 => '49',
(int) 396 => '49',
(int) 397 => '49',
(int) 398 => '51',
(int) 399 => '51',
(int) 400 => '51',
(int) 401 => '51',
(int) 402 => '52',
(int) 403 => '52',
(int) 404 => '52',
(int) 405 => '52',
(int) 406 => '52',
(int) 407 => '52',
(int) 408 => '52',
(int) 409 => '52',
(int) 410 => '52',
(int) 411 => '52',
(int) 412 => '52',
(int) 413 => '52',
(int) 414 => '52',
(int) 415 => '52',
(int) 416 => '52',
(int) 417 => '52',
(int) 418 => '52',
(int) 419 => '52',
(int) 420 => '52',
(int) 421 => '52',
(int) 422 => '52',
(int) 423 => '52',
(int) 424 => '52',
(int) 425 => '52',
(int) 426 => '52',
(int) 427 => '52',
(int) 428 => '52',
(int) 429 => '52',
(int) 430 => '53',
(int) 431 => '53',
(int) 432 => '53',
(int) 433 => '53',
(int) 434 => '53',
(int) 435 => '53',
(int) 436 => '53',
(int) 437 => '53',
(int) 438 => '56',
(int) 439 => '59',
(int) 440 => '59',
(int) 441 => '59',
(int) 442 => '61',
(int) 443 => '61',
(int) 444 => '61',
(int) 445 => '61',
(int) 446 => '61',
(int) 447 => '61',
(int) 448 => '61',
(int) 449 => '61',
(int) 450 => '61',
(int) 451 => '61',
(int) 452 => '63',
(int) 453 => '63',
(int) 454 => '63',
(int) 455 => '63',
(int) 456 => '63',
(int) 457 => '63',
(int) 458 => '64',
(int) 459 => '64',
(int) 460 => '64',
(int) 461 => '64',
(int) 462 => '65',
(int) 463 => '66',
(int) 464 => '66',
(int) 465 => '66',
(int) 466 => '66',
(int) 467 => '66',
(int) 468 => '66',
(int) 469 => '67',
(int) 470 => '67',
(int) 471 => '68',
(int) 472 => '68',
(int) 473 => '68',
(int) 474 => '68',
(int) 475 => '68',
(int) 476 => '5',
(int) 477 => '5',
(int) 478 => '35',
(int) 479 => '18',
(int) 480 => '18',
(int) 481 => '18',
(int) 482 => '76',
(int) 483 => '76',
(int) 484 => '76',
(int) 485 => '',
(int) 486 => '76',
(int) 487 => '13',
(int) 488 => '13',
(int) 489 => '13',
(int) 490 => '13',
(int) 491 => '90',
(int) 492 => '90',
(int) 493 => '35',
(int) 494 => '35',
(int) 495 => '38',
(int) 496 => '40',
(int) 497 => '50',
(int) 498 => '50',
(int) 499 => '38',
(int) 500 => '76',
(int) 501 => '76',
(int) 502 => '82',
(int) 503 => '87',
(int) 504 => '87',
(int) 505 => '87',
(int) 506 => '87',
(int) 507 => '79',
(int) 508 => '41',
(int) 509 => '87',
(int) 510 => '31',
(int) 511 => '31',
(int) 512 => '38',
(int) 513 => '38',
(int) 514 => '38'
]
$res_s_list = [
(int) 485 => '',
(int) 10 => '4',
(int) 14 => '5',
(int) 37 => '6',
(int) 47 => '7',
(int) 53 => '8',
(int) 70 => '9',
(int) 84 => '10',
(int) 88 => '11',
(int) 89 => '12',
(int) 100 => '13',
(int) 123 => '15',
(int) 132 => '16',
(int) 142 => '17',
(int) 150 => '18',
(int) 157 => '21',
(int) 168 => '22',
(int) 176 => '23',
(int) 190 => '25',
(int) 198 => '26',
(int) 201 => '27',
(int) 209 => '29',
(int) 222 => '30',
(int) 225 => '31',
(int) 239 => '33',
(int) 247 => '34',
(int) 268 => '35',
(int) 294 => '36',
(int) 295 => '37',
(int) 495 => '38',
(int) 305 => '39',
(int) 345 => '40',
(int) 369 => '41',
(int) 375 => '44',
(int) 379 => '45',
(int) 383 => '48',
(int) 389 => '49',
(int) 497 => '50',
(int) 398 => '51',
(int) 402 => '52',
(int) 430 => '53',
(int) 438 => '56',
(int) 439 => '59',
(int) 442 => '61',
(int) 452 => '63',
(int) 458 => '64',
(int) 462 => '65',
(int) 463 => '66',
(int) 469 => '67',
(int) 471 => '68',
(int) 482 => '76',
(int) 507 => '79',
(int) 502 => '82',
(int) 503 => '87',
(int) 0 => '90'
]
$results_s = [
(int) 0 => '',
(int) 1 => '4',
(int) 2 => '5',
(int) 3 => '6',
(int) 4 => '7',
(int) 5 => '8',
(int) 6 => '9',
(int) 7 => '10',
(int) 8 => '11',
(int) 9 => '12',
(int) 10 => '13',
(int) 11 => '15',
(int) 12 => '16',
(int) 13 => '17',
(int) 14 => '18',
(int) 15 => '21',
(int) 16 => '22',
(int) 17 => '23',
(int) 18 => '25',
(int) 19 => '26',
(int) 20 => '27',
(int) 21 => '29',
(int) 22 => '30',
(int) 23 => '31',
(int) 24 => '33',
(int) 25 => '34',
(int) 26 => '35',
(int) 27 => '36',
(int) 28 => '37',
(int) 29 => '38',
(int) 30 => '39',
(int) 31 => '40',
(int) 32 => '41',
(int) 33 => '44',
(int) 34 => '45',
(int) 35 => '48',
(int) 36 => '49',
(int) 37 => '50',
(int) 38 => '51',
(int) 39 => '52',
(int) 40 => '53',
(int) 41 => '56',
(int) 42 => '59',
(int) 43 => '61',
(int) 44 => '63',
(int) 45 => '64',
(int) 46 => '65',
(int) 47 => '66',
(int) 48 => '67',
(int) 49 => '68',
(int) 50 => '76',
(int) 51 => '79',
(int) 52 => '82',
(int) 53 => '87',
(int) 54 => '90'
]
$parentcat_l_list = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 4,
'parent_id' => (int) 3,
'lft' => (int) 3,
'rght' => (int) 4,
'name' => 'その他ちんすこう',
'content' => '食品-菓子-その他ちんすこう',
'slug' => 'chinsuko_other',
'href' => '/food/confectionery/chinsuko_other',
'sort' => (int) 4,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 5,
'parent_id' => (int) 3,
'lft' => (int) 5,
'rght' => (int) 6,
'name' => 'パイ/ケーキ',
'content' => '食品-菓子-パイ/ケーキ',
'slug' => 'cake',
'href' => '/food/confectionery/cake',
'sort' => (int) 3,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 6,
'parent_id' => (int) 3,
'lft' => (int) 7,
'rght' => (int) 8,
'name' => 'クッキー/サブレ',
'content' => '食品-菓子-クッキー/サブレ',
'slug' => 'cookies',
'href' => '/food/confectionery/cookies',
'sort' => (int) 5,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 3 => object(Cake\ORM\Entity) {
'id' => (int) 7,
'parent_id' => (int) 3,
'lft' => (int) 9,
'rght' => (int) 10,
'name' => 'チョコレート菓子',
'content' => '食品-菓子-チョコレート菓子',
'slug' => 'chocolate',
'href' => '/food/confectionery/chocolate',
'sort' => (int) 6,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 4 => object(Cake\ORM\Entity) {
'id' => (int) 8,
'parent_id' => (int) 3,
'lft' => (int) 11,
'rght' => (int) 12,
'name' => 'せんべい/チップス',
'content' => '食品-菓子-せんべい/チップス',
'slug' => 'chips',
'href' => '/food/confectionery/chips',
'sort' => (int) 7,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 5 => object(Cake\ORM\Entity) {
'id' => (int) 9,
'parent_id' => (int) 3,
'lft' => (int) 13,
'rght' => (int) 14,
'name' => '伝統菓子/和菓子',
'content' => '食品-菓子-伝統菓子/和菓子',
'slug' => 'Japanese_sweets',
'href' => '/food/confectionery/Japanese_sweets',
'sort' => (int) 8,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 6 => object(Cake\ORM\Entity) {
'id' => (int) 10,
'parent_id' => (int) 3,
'lft' => (int) 15,
'rght' => (int) 16,
'name' => '黒糖',
'content' => '食品-菓子-黒糖',
'slug' => 'brown_sugar',
'href' => '/food/confectionery/brown_sugar',
'sort' => (int) 9,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 7 => object(Cake\ORM\Entity) {
'id' => (int) 11,
'parent_id' => (int) 3,
'lft' => (int) 17,
'rght' => (int) 18,
'name' => 'その他',
'content' => '食品-菓子-その他',
'slug' => 'kashi_other',
'href' => '/food/confectionery/kashi_other',
'sort' => (int) 10,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 8 => object(Cake\ORM\Entity) {
'id' => (int) 12,
'parent_id' => (int) 1,
'lft' => (int) 22,
'rght' => (int) 23,
'name' => '黒糖かなさ',
'content' => '食品-黒糖かなさ',
'slug' => 'brown_sugar_kanasa',
'href' => '/food/brown_sugar_kanasa',
'sort' => (int) 12,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 9 => object(Cake\ORM\Entity) {
'id' => (int) 13,
'parent_id' => (int) 1,
'lft' => (int) 24,
'rght' => (int) 25,
'name' => '個食菓子商品',
'content' => '小袋サイズのお手ごろ菓子商品',
'slug' => '100_yen_product',
'href' => '/food/100_yen_product',
'sort' => (int) 13,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 10 => object(Cake\ORM\Entity) {
'id' => (int) 17,
'parent_id' => (int) 1,
'lft' => (int) 32,
'rght' => (int) 33,
'name' => 'ドリンク/ゼリー',
'content' => '食品-ドリンク/ゼリー',
'slug' => 'jelly',
'href' => '/food/jelly',
'sort' => (int) 17,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 11 => object(Cake\ORM\Entity) {
'id' => (int) 18,
'parent_id' => (int) 1,
'lft' => (int) 34,
'rght' => (int) 35,
'name' => '島シリーズ',
'content' => '食品-島シリーズ',
'slug' => 'Island_series',
'href' => '/food/Island_series',
'sort' => (int) 18,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 12 => object(Cake\ORM\Entity) {
'id' => (int) 90,
'parent_id' => (int) 1,
'lft' => (int) 44,
'rght' => (int) 45,
'name' => '雪塩ちんすこう',
'content' => '食品-雪塩ちんすこう',
'slug' => 'yukishio_chinsko',
'href' => '/food/yukishio_chinsko',
'sort' => (int) 1,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 13 => object(Cake\ORM\Entity) {
'id' => (int) 15,
'parent_id' => (int) 14,
'lft' => (int) 27,
'rght' => (int) 28,
'name' => '沖縄食材',
'content' => '食品-沖縄食材/調味料-沖縄食材',
'slug' => 'okinawa_ingredients',
'href' => '/food/seasonings/okinawa_ingredients',
'sort' => (int) 15,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 14 => object(Cake\ORM\Entity) {
'id' => (int) 16,
'parent_id' => (int) 14,
'lft' => (int) 29,
'rght' => (int) 30,
'name' => '沖縄調味料/その他',
'content' => '食品-沖縄食材/調味料-沖縄調味料/その他',
'slug' => 'choumi_other',
'href' => '/food/seasonings/choumi_other',
'sort' => (int) 16,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 15 => object(Cake\ORM\Entity) {
'id' => (int) 21,
'parent_id' => (int) 20,
'lft' => (int) 49,
'rght' => (int) 50,
'name' => 'バッグ/ポーチ',
'content' => 'スーベニアグッズ-紅型柄-バッグ/ポーチ',
'slug' => 'bingata_bag',
'href' => '/souvenir_goods/bingata_pattern/bingata_bag',
'sort' => (int) 25,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 16 => object(Cake\ORM\Entity) {
'id' => (int) 22,
'parent_id' => (int) 20,
'lft' => (int) 51,
'rght' => (int) 52,
'name' => 'ポシェット/巾着',
'content' => 'スーベニアグッズ-紅型柄-ポシェット/巾着',
'slug' => 'bingata_pochette',
'href' => '/souvenir_goods/bingata_pattern/bingata_pochette',
'sort' => (int) 26,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 17 => object(Cake\ORM\Entity) {
'id' => (int) 23,
'parent_id' => (int) 20,
'lft' => (int) 53,
'rght' => (int) 54,
'name' => '財布/その他',
'content' => 'スーベニアグッズ-紅型柄-財布/その他',
'slug' => 'bingata_other',
'href' => '/souvenir_goods/bingata_pattern/bingata_other',
'sort' => (int) 27,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 18 => object(Cake\ORM\Entity) {
'id' => (int) 25,
'parent_id' => (int) 24,
'lft' => (int) 57,
'rght' => (int) 58,
'name' => 'バッグ/ポーチ',
'content' => 'スーベニアグッズ-ミンサー織-バッグ/ポーチ',
'slug' => 'min_bag',
'href' => '/souvenir_goods/mincer_weave/min_bag',
'sort' => (int) 29,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 19 => object(Cake\ORM\Entity) {
'id' => (int) 26,
'parent_id' => (int) 24,
'lft' => (int) 59,
'rght' => (int) 60,
'name' => 'ポシェット/巾着',
'content' => 'スーベニアグッズ-ミンサー織-ポシェット/巾着',
'slug' => 'min_pochette',
'href' => '/souvenir_goods/mincer_weave/min_pochette',
'sort' => (int) 30,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 20 => object(Cake\ORM\Entity) {
'id' => (int) 27,
'parent_id' => (int) 24,
'lft' => (int) 61,
'rght' => (int) 62,
'name' => '財布/その他',
'content' => 'スーベニアグッズ-ミンサー織-財布/その他',
'slug' => 'min_other',
'href' => '/souvenir_goods/mincer_weave/min_other',
'sort' => (int) 31,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 21 => object(Cake\ORM\Entity) {
'id' => (int) 29,
'parent_id' => (int) 28,
'lft' => (int) 65,
'rght' => (int) 66,
'name' => 'ふきん',
'content' => 'スーベニアグッズ-キッチングッズ-ふきん',
'slug' => 'kitchen_cloth',
'href' => '/souvenir_goods/kitchen_goods/kitchen_cloth',
'sort' => (int) 33,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 22 => object(Cake\ORM\Entity) {
'id' => (int) 30,
'parent_id' => (int) 28,
'lft' => (int) 67,
'rght' => (int) 68,
'name' => 'エプロン',
'content' => 'スーベニアグッズ-キッチングッズ-エプロン',
'slug' => 'kitchen_apron',
'href' => '/souvenir_goods/kitchen_goods/kitchen_apron',
'sort' => (int) 34,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 23 => object(Cake\ORM\Entity) {
'id' => (int) 31,
'parent_id' => (int) 28,
'lft' => (int) 69,
'rght' => (int) 70,
'name' => 'カトラリー',
'content' => 'スーベニアグッズ-キッチングッズ-カトラリー',
'slug' => 'kitchen_cutlery',
'href' => '/souvenir_goods/kitchen_goods/kitchen_cutlery',
'sort' => (int) 35,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 24 => object(Cake\ORM\Entity) {
'id' => (int) 33,
'parent_id' => (int) 32,
'lft' => (int) 75,
'rght' => (int) 76,
'name' => 'ハンカチ',
'content' => 'スーベニアグッズ-日用雑貨-ハンカチ',
'slug' => 'daily_handkerchief',
'href' => '/souvenir_goods/daily_miscellaneous_goods/daily_handkerchief',
'sort' => (int) 38,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 25 => object(Cake\ORM\Entity) {
'id' => (int) 34,
'parent_id' => (int) 32,
'lft' => (int) 77,
'rght' => (int) 78,
'name' => '風呂敷/のれん',
'content' => 'スーベニアグッズ-日用雑貨-風呂敷/のれん',
'slug' => 'daily_goodwill',
'href' => '/souvenir_goods/daily_miscellaneous_goods/daily_goodwill',
'sort' => (int) 39,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 26 => object(Cake\ORM\Entity) {
'id' => (int) 35,
'parent_id' => (int) 32,
'lft' => (int) 79,
'rght' => (int) 80,
'name' => 'タオル',
'content' => 'スーベニアグッズ-日用雑貨-タオル',
'slug' => 'daily_towel',
'href' => '/souvenir_goods/daily_miscellaneous_goods/daily_towel',
'sort' => (int) 40,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 27 => object(Cake\ORM\Entity) {
'id' => (int) 36,
'parent_id' => (int) 32,
'lft' => (int) 81,
'rght' => (int) 82,
'name' => '家庭用品',
'content' => 'スーベニアグッズ-日用雑貨-家庭用品',
'slug' => 'household_goods',
'href' => '/souvenir_goods/daily_miscellaneous_goods/household_goods',
'sort' => (int) 41,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 28 => object(Cake\ORM\Entity) {
'id' => (int) 37,
'parent_id' => (int) 32,
'lft' => (int) 83,
'rght' => (int) 84,
'name' => '扇子',
'content' => 'スーベニアグッズ-日用雑貨-扇子',
'slug' => 'folding_fan',
'href' => '/souvenir_goods/daily_miscellaneous_goods/folding_fan',
'sort' => (int) 42,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 29 => object(Cake\ORM\Entity) {
'id' => (int) 38,
'parent_id' => (int) 19,
'lft' => (int) 86,
'rght' => (int) 93,
'name' => 'キャラクターグッズ',
'content' => 'スーベニアグッズ-キャラクターグッズ',
'slug' => 'character_goods',
'href' => '/souvenir_goods/character_goods',
'sort' => (int) 43,
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 30 => object(Cake\ORM\Entity) {
'id' => (int) 76,
'parent_id' => (int) 19,
'lft' => (int) 94,
'rght' => (int) 105,
'name' => 'その他雑貨',
'content' => 'スーベニアグッズ-その他雑貨',
'slug' => 'other_miscellaneous_goods',
'href' => '/souvenir_goods/other_miscellaneous_goods',
'sort' => (int) 47,
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 31 => object(Cake\ORM\Entity) {
'id' => (int) 44,
'parent_id' => (int) 43,
'lft' => (int) 115,
'rght' => (int) 116,
'name' => 'ヘアアクセサリー',
'content' => 'アパレル-服飾雑貨-ヘアアクセサリー',
'slug' => 'clothing_hair_accessory',
'href' => '/apparel/clothing_accessories/clothing_hair_accessory',
'sort' => (int) 58,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 32 => object(Cake\ORM\Entity) {
'id' => (int) 45,
'parent_id' => (int) 43,
'lft' => (int) 117,
'rght' => (int) 118,
'name' => '帽子',
'content' => 'アパレル-服飾雑貨-帽子',
'slug' => 'clothing_hat',
'href' => '/apparel/clothing_accessories/clothing_hat',
'sort' => (int) 59,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 33 => object(Cake\ORM\Entity) {
'id' => (int) 50,
'parent_id' => (int) 43,
'lft' => (int) 127,
'rght' => (int) 128,
'name' => 'サンダル',
'content' => 'アパレル-服飾雑貨-サンダル',
'slug' => 'clothing_Sandals',
'href' => '/apparel/clothing_accessories/clothing_Sandals',
'sort' => (int) 64,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 34 => object(Cake\ORM\Entity) {
'id' => (int) 51,
'parent_id' => (int) 43,
'lft' => (int) 129,
'rght' => (int) 130,
'name' => 'ストール',
'content' => 'アパレル-服飾雑貨-ストール',
'slug' => 'clothing_Stall',
'href' => '/apparel/clothing_accessories/clothing_Stall',
'sort' => (int) 65,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 35 => object(Cake\ORM\Entity) {
'id' => (int) 52,
'parent_id' => (int) 43,
'lft' => (int) 131,
'rght' => (int) 132,
'name' => '琉球コラージュ',
'content' => 'アパレル-服飾雑貨-琉球コラージュ',
'slug' => 'clothing_ryukyu_collage',
'href' => '/apparel/clothing_accessories/clothing_ryukyu_collage',
'sort' => (int) 66,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 36 => object(Cake\ORM\Entity) {
'id' => (int) 53,
'parent_id' => (int) 43,
'lft' => (int) 133,
'rght' => (int) 134,
'name' => '373',
'content' => 'アパレル-服飾雑貨-373',
'slug' => 'clothing_three_seven_three',
'href' => '/apparel/clothing_accessories/clothing_three_seven_three',
'sort' => (int) 67,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 37 => object(Cake\ORM\Entity) {
'id' => (int) 61,
'parent_id' => (int) 43,
'lft' => (int) 149,
'rght' => (int) 150,
'name' => '沖縄Tシャツ',
'content' => 'アパレル-服飾雑貨-沖縄Tシャツ',
'slug' => 'zakka_okinawa_t_shirt',
'href' => '/apparel/clothing_accessories/zakka_okinawa_t_shirt',
'sort' => (int) 75,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 38 => object(Cake\ORM\Entity) {
'id' => (int) 48,
'parent_id' => (int) 46,
'lft' => (int) 122,
'rght' => (int) 123,
'name' => 'レディース',
'content' => 'アパレル-服飾雑貨-ソックス-レディース',
'slug' => 'clothing_women',
'href' => '/apparel/clothing_accessories/clothing_socks/clothing_women',
'sort' => (int) 62,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 39 => object(Cake\ORM\Entity) {
'id' => (int) 49,
'parent_id' => (int) 46,
'lft' => (int) 124,
'rght' => (int) 125,
'name' => 'キッズ',
'content' => 'アパレル-服飾雑貨-ソックス-キッズ',
'slug' => 'clothing_Kids',
'href' => '/apparel/clothing_accessories/clothing_socks/clothing_Kids',
'sort' => (int) 63,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 40 => object(Cake\ORM\Entity) {
'id' => (int) 56,
'parent_id' => (int) 55,
'lft' => (int) 137,
'rght' => (int) 138,
'name' => 'メンズ',
'content' => 'アパレル-服飾雑貨-BINS-Tシャツ-メンズ',
'slug' => 'bins_mens',
'href' => '/apparel/clothing_accessories/bins/bins_t_shirt/bins_mens',
'sort' => (int) 70,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 41 => object(Cake\ORM\Entity) {
'id' => (int) 59,
'parent_id' => (int) 58,
'lft' => (int) 144,
'rght' => (int) 145,
'name' => 'メンズ',
'content' => 'アパレル-服飾雑貨-美らポロ-メンズ',
'slug' => 'chura_mens',
'href' => '/apparel/clothing_accessories/chura_polo/chura_mens',
'sort' => (int) 73,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 42 => object(Cake\ORM\Entity) {
'id' => (int) 63,
'parent_id' => (int) 62,
'lft' => (int) 152,
'rght' => (int) 153,
'name' => 'メンズ Tシャツ',
'content' => 'アパレル-服飾雑貨-THIDA BREEZE-メンズ Tシャツ',
'slug' => 'mens_t_shirt',
'href' => '/apparel/clothing_accessories/thida_breeze/mens_t_shirt',
'sort' => (int) 77,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 43 => object(Cake\ORM\Entity) {
'id' => (int) 64,
'parent_id' => (int) 62,
'lft' => (int) 154,
'rght' => (int) 155,
'name' => 'レディス Tシャツ',
'content' => 'アパレル-服飾雑貨-THIDA BREEZE-レディース Tシャツ',
'slug' => 'ladies_t_shirt',
'href' => '/apparel/clothing_accessories/thida_breeze/ladies_t_shirt',
'sort' => (int) 78,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 44 => object(Cake\ORM\Entity) {
'id' => (int) 65,
'parent_id' => (int) 62,
'lft' => (int) 156,
'rght' => (int) 157,
'name' => 'メンズ',
'content' => 'アパレル-服飾雑貨-THIDA BREEZE-メンズ',
'slug' => 'thida_mens',
'href' => '/apparel/clothing_accessories/thida_breeze/thida_mens',
'sort' => (int) 79,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 45 => object(Cake\ORM\Entity) {
'id' => (int) 66,
'parent_id' => (int) 62,
'lft' => (int) 158,
'rght' => (int) 159,
'name' => 'レディース',
'content' => 'アパレル-服飾雑貨-THIDA BREEZE-レディース',
'slug' => 'thida_women',
'href' => '/apparel/clothing_accessories/thida_breeze/thida_women',
'sort' => (int) 80,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 46 => object(Cake\ORM\Entity) {
'id' => (int) 67,
'parent_id' => (int) 62,
'lft' => (int) 160,
'rght' => (int) 161,
'name' => 'キッズ',
'content' => 'アパレル-服飾雑貨-THIDA BREEZE-キッズ',
'slug' => 'thida_kids',
'href' => '/apparel/clothing_accessories/thida_breeze/thida_kids',
'sort' => (int) 81,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 47 => object(Cake\ORM\Entity) {
'id' => (int) 68,
'parent_id' => (int) 62,
'lft' => (int) 162,
'rght' => (int) 163,
'name' => 'リゾートバッグ',
'content' => 'アパレル-服飾雑貨-THIDA BREEZE-リゾートバッグ',
'slug' => 'thida_resort_bag',
'href' => '/apparel/clothing_accessories/thida_breeze/thida_resort_bag',
'sort' => (int) 82,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 48 => object(Cake\ORM\Entity) {
'id' => (int) 82,
'parent_id' => (int) 42,
'lft' => (int) 166,
'rght' => (int) 167,
'name' => '沖縄Tシャツ',
'content' => 'アパレル-沖縄Tシャツ',
'slug' => 'okinawa_t_shirt',
'href' => '/apparel/okinawa_t_shirt',
'sort' => (int) 83,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
}
]
$p_l_val = [
(int) 0 => (int) 3,
(int) 1 => (int) 3,
(int) 2 => (int) 3,
(int) 3 => (int) 3,
(int) 4 => (int) 3,
(int) 5 => (int) 3,
(int) 6 => (int) 3,
(int) 7 => (int) 3,
(int) 8 => (int) 1,
(int) 9 => (int) 1,
(int) 10 => (int) 1,
(int) 11 => (int) 1,
(int) 12 => (int) 1,
(int) 13 => (int) 14,
(int) 14 => (int) 14,
(int) 15 => (int) 20,
(int) 16 => (int) 20,
(int) 17 => (int) 20,
(int) 18 => (int) 24,
(int) 19 => (int) 24,
(int) 20 => (int) 24,
(int) 21 => (int) 28,
(int) 22 => (int) 28,
(int) 23 => (int) 28,
(int) 24 => (int) 32,
(int) 25 => (int) 32,
(int) 26 => (int) 32,
(int) 27 => (int) 32,
(int) 28 => (int) 32,
(int) 29 => (int) 19,
(int) 30 => (int) 19,
(int) 31 => (int) 43,
(int) 32 => (int) 43,
(int) 33 => (int) 43,
(int) 34 => (int) 43,
(int) 35 => (int) 43,
(int) 36 => (int) 43,
(int) 37 => (int) 43,
(int) 38 => (int) 46,
(int) 39 => (int) 46,
(int) 40 => (int) 55,
(int) 41 => (int) 58,
(int) 42 => (int) 62,
(int) 43 => (int) 62,
(int) 44 => (int) 62,
(int) 45 => (int) 62,
(int) 46 => (int) 62,
(int) 47 => (int) 62,
(int) 48 => (int) 42
]
$res_l_list = [
(int) 8 => (int) 1,
(int) 0 => (int) 3,
(int) 13 => (int) 14,
(int) 29 => (int) 19,
(int) 15 => (int) 20,
(int) 18 => (int) 24,
(int) 21 => (int) 28,
(int) 24 => (int) 32,
(int) 48 => (int) 42,
(int) 31 => (int) 43,
(int) 38 => (int) 46,
(int) 40 => (int) 55,
(int) 41 => (int) 58,
(int) 42 => (int) 62
]
$results_l = [
(int) 0 => (int) 1,
(int) 1 => (int) 3,
(int) 2 => (int) 14,
(int) 3 => (int) 19,
(int) 4 => (int) 20,
(int) 5 => (int) 24,
(int) 6 => (int) 28,
(int) 7 => (int) 32,
(int) 8 => (int) 42,
(int) 9 => (int) 43,
(int) 10 => (int) 46,
(int) 11 => (int) 55,
(int) 12 => (int) 58,
(int) 13 => (int) 62
]
$parentcat_main_list = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1,
'parent_id' => null,
'lft' => (int) 1,
'rght' => (int) 46,
'name' => '食品',
'content' => '食品',
'slug' => 'food',
'href' => '/food',
'sort' => (int) 0,
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 19,
'parent_id' => null,
'lft' => (int) 47,
'rght' => (int) 112,
'name' => 'スーベニアグッズ',
'content' => 'スーベニアグッズ',
'slug' => 'souvenir_goods',
'href' => '/souvenir_goods',
'sort' => (int) 23,
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 42,
'parent_id' => null,
'lft' => (int) 113,
'rght' => (int) 168,
'name' => 'アパレル',
'content' => 'アパレル',
'slug' => 'apparel',
'href' => '/apparel',
'sort' => (int) 56,
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 3 => object(Cake\ORM\Entity) {
'id' => (int) 55,
'parent_id' => (int) 54,
'lft' => (int) 136,
'rght' => (int) 141,
'name' => 'Tシャツ',
'content' => 'アパレル-服飾雑貨-BINS-Tシャツ',
'slug' => 'bins_t_shirt',
'href' => '/apparel/clothing_accessories/bins/bins_t_shirt',
'sort' => (int) 69,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
}
]
$p_main_val = [
(int) 0 => null,
(int) 1 => null,
(int) 2 => null,
(int) 3 => (int) 54
]
$res_main_list = [
(int) 0 => null,
(int) 3 => (int) 54
]
$results_main = [
(int) 0 => null,
(int) 1 => (int) 54
]
$results_master = [
(int) 55 => (int) 1,
(int) 56 => (int) 3,
(int) 1 => '4',
(int) 2 => '5',
(int) 3 => '6',
(int) 4 => '7',
(int) 5 => '8',
(int) 6 => '9',
(int) 7 => '10',
(int) 8 => '11',
(int) 9 => '12',
(int) 10 => '13',
(int) 57 => (int) 14,
(int) 11 => '15',
(int) 12 => '16',
(int) 13 => '17',
(int) 14 => '18',
(int) 58 => (int) 19,
(int) 59 => (int) 20,
(int) 15 => '21',
(int) 16 => '22',
(int) 17 => '23',
(int) 60 => (int) 24,
(int) 18 => '25',
(int) 19 => '26',
(int) 20 => '27',
(int) 61 => (int) 28,
(int) 21 => '29',
(int) 22 => '30',
(int) 23 => '31',
(int) 62 => (int) 32,
(int) 24 => '33',
(int) 25 => '34',
(int) 26 => '35',
(int) 27 => '36',
(int) 28 => '37',
(int) 29 => '38',
(int) 30 => '39',
(int) 31 => '40',
(int) 32 => '41',
(int) 63 => (int) 42,
(int) 64 => (int) 43,
(int) 33 => '44',
(int) 34 => '45',
(int) 65 => (int) 46,
(int) 35 => '48',
(int) 36 => '49',
(int) 37 => '50',
(int) 38 => '51',
(int) 39 => '52',
(int) 40 => '53',
(int) 70 => (int) 54,
(int) 66 => (int) 55,
(int) 41 => '56',
(int) 67 => (int) 58,
(int) 42 => '59',
(int) 43 => '61',
(int) 68 => (int) 62,
(int) 44 => '63',
(int) 45 => '64',
(int) 46 => '65',
(int) 47 => '66',
(int) 48 => '67',
(int) 49 => '68',
(int) 50 => '76',
(int) 51 => '79',
(int) 52 => '82',
(int) 53 => '87',
(int) 54 => '90'
]
$parentcat_list = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1,
'parent_id' => null,
'lft' => (int) 1,
'rght' => (int) 46,
'name' => '食品',
'content' => '食品',
'slug' => 'food',
'href' => '/food',
'sort' => (int) 0,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 19,
'parent_id' => null,
'lft' => (int) 47,
'rght' => (int) 112,
'name' => 'スーベニアグッズ',
'content' => 'スーベニアグッズ',
'slug' => 'souvenir_goods',
'href' => '/souvenir_goods',
'sort' => (int) 23,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 42,
'parent_id' => null,
'lft' => (int) 113,
'rght' => (int) 168,
'name' => 'アパレル',
'content' => 'アパレル',
'slug' => 'apparel',
'href' => '/apparel',
'sort' => (int) 56,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
}
]
$result_canpany01 = 'souvenir_goods'
$result_canpany02 = 'other_miscellaneous_goods'
$result_canpany03 = 'img'
$result_canpany04 = 'common'
$result_canpany05 = 'touch-icon.png'
$urlAry = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'okinawa',
(int) 3 => 'souvenir_goods',
(int) 4 => 'other_miscellaneous_goods',
(int) 5 => 'img',
(int) 6 => 'common',
(int) 7 => 'touch-icon.png'
]
$category_slug_01 = 'souvenir_goods'
$category_slug_02 = 'other_miscellaneous_goods'
$category_slug_03 = 'img'
$category_slug_04 = 'common'
$category_slug_05 = 'touch-icon.png'
$companyName = 'okinawa'
$path_arr = [
(int) 0 => 'touch-icon.png',
(int) 1 => 'common',
(int) 2 => 'img',
(int) 3 => 'other_miscellaneous_goods',
(int) 4 => 'souvenir_goods',
(int) 5 => 'okinawa',
(int) 6 => 'products',
(int) 7 => ''
]
$sdir = 'touch-icon.png'
$mdir = 'common'
$ldir = 'img'
$bdir = 'other_miscellaneous_goods'
$aryCount = (int) 8
$uri = 'touch-icon.png'
$catResult = null
$urlArry = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'okinawa',
(int) 3 => 'souvenir_goods',
(int) 4 => 'other_miscellaneous_goods',
(int) 5 => 'img',
(int) 6 => 'common',
(int) 7 => 'touch-icon.png'
]
$ParentSlug01 = 'souvenir_goods'
$catResults01 = object(Cake\ORM\Entity) {
'id' => (int) 19,
'parent_id' => null,
'lft' => (int) 47,
'rght' => (int) 112,
'name' => 'スーベニアグッズ',
'content' => 'スーベニアグッズ',
'slug' => 'souvenir_goods',
'href' => '/souvenir_goods',
'sort' => (int) 23,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'pCategories'
}
$childcat_list = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1,
'parent_id' => null,
'lft' => (int) 1,
'rght' => (int) 46,
'name' => '食品',
'content' => '食品',
'slug' => 'food',
'href' => '/food',
'sort' => (int) 0,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 19,
'parent_id' => null,
'lft' => (int) 47,
'rght' => (int) 112,
'name' => 'スーベニアグッズ',
'content' => 'スーベニアグッズ',
'slug' => 'souvenir_goods',
'href' => '/souvenir_goods',
'sort' => (int) 23,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 42,
'parent_id' => null,
'lft' => (int) 113,
'rght' => (int) 168,
'name' => 'アパレル',
'content' => 'アパレル',
'slug' => 'apparel',
'href' => '/apparel',
'sort' => (int) 56,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 3 => object(Cake\ORM\Entity) {
'id' => (int) 84,
'parent_id' => null,
'lft' => (int) 169,
'rght' => (int) 174,
'name' => '八重山屋',
'content' => '八重山屋',
'slug' => 'yaeyamaya',
'href' => '/yaeyamaya',
'sort' => (int) 84,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
}
]
$childcat_list_l = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE (id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68) AND pCategories.rght < :c69 AND pCategories.lft > :c70) ORDER BY pCategories.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
],
':c36' => [
[maximum depth reached]
],
':c37' => [
[maximum depth reached]
],
':c38' => [
[maximum depth reached]
],
':c39' => [
[maximum depth reached]
],
':c40' => [
[maximum depth reached]
],
':c41' => [
[maximum depth reached]
],
':c42' => [
[maximum depth reached]
],
':c43' => [
[maximum depth reached]
],
':c44' => [
[maximum depth reached]
],
':c45' => [
[maximum depth reached]
],
':c46' => [
[maximum depth reached]
],
':c47' => [
[maximum depth reached]
],
':c48' => [
[maximum depth reached]
],
':c49' => [
[maximum depth reached]
],
':c50' => [
[maximum depth reached]
],
':c51' => [
[maximum depth reached]
],
':c52' => [
[maximum depth reached]
],
':c53' => [
[maximum depth reached]
],
':c54' => [
[maximum depth reached]
],
':c55' => [
[maximum depth reached]
],
':c56' => [
[maximum depth reached]
],
':c57' => [
[maximum depth reached]
],
':c58' => [
[maximum depth reached]
],
':c59' => [
[maximum depth reached]
],
':c60' => [
[maximum depth reached]
],
':c61' => [
[maximum depth reached]
],
':c62' => [
[maximum depth reached]
],
':c63' => [
[maximum depth reached]
],
':c64' => [
[maximum depth reached]
],
':c65' => [
[maximum depth reached]
],
':c66' => [
[maximum depth reached]
],
':c67' => [
[maximum depth reached]
],
':c68' => [
[maximum depth reached]
],
':c69' => [
[maximum depth reached]
],
':c70' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => (int) 19
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
}
$ParentSlug02 = 'other_miscellaneous_goods'
$catResults02 = object(Cake\ORM\Entity) {
'id' => (int) 76,
'parent_id' => (int) 19,
'lft' => (int) 94,
'rght' => (int) 105,
'name' => 'その他雑貨',
'content' => 'スーベニアグッズ-その他雑貨',
'slug' => 'other_miscellaneous_goods',
'href' => '/souvenir_goods/other_miscellaneous_goods',
'sort' => (int) 47,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'pCategories'
}
$childcat_list_m = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE (id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68) AND pCategories.rght < :c69 AND pCategories.lft > :c70) ORDER BY pCategories.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
],
':c36' => [
[maximum depth reached]
],
':c37' => [
[maximum depth reached]
],
':c38' => [
[maximum depth reached]
],
':c39' => [
[maximum depth reached]
],
':c40' => [
[maximum depth reached]
],
':c41' => [
[maximum depth reached]
],
':c42' => [
[maximum depth reached]
],
':c43' => [
[maximum depth reached]
],
':c44' => [
[maximum depth reached]
],
':c45' => [
[maximum depth reached]
],
':c46' => [
[maximum depth reached]
],
':c47' => [
[maximum depth reached]
],
':c48' => [
[maximum depth reached]
],
':c49' => [
[maximum depth reached]
],
':c50' => [
[maximum depth reached]
],
':c51' => [
[maximum depth reached]
],
':c52' => [
[maximum depth reached]
],
':c53' => [
[maximum depth reached]
],
':c54' => [
[maximum depth reached]
],
':c55' => [
[maximum depth reached]
],
':c56' => [
[maximum depth reached]
],
':c57' => [
[maximum depth reached]
],
':c58' => [
[maximum depth reached]
],
':c59' => [
[maximum depth reached]
],
':c60' => [
[maximum depth reached]
],
':c61' => [
[maximum depth reached]
],
':c62' => [
[maximum depth reached]
],
':c63' => [
[maximum depth reached]
],
':c64' => [
[maximum depth reached]
],
':c65' => [
[maximum depth reached]
],
':c66' => [
[maximum depth reached]
],
':c67' => [
[maximum depth reached]
],
':c68' => [
[maximum depth reached]
],
':c69' => [
[maximum depth reached]
],
':c70' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => (int) 76
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
}
$ParentSlug03 = 'img'
$catResults03 = null App\Controller\ProductsController::archiveCategory() - APP/Controller/ProductsController.php, line 539
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 40 Warning (512) : Unable to emit headers. Headers sent in file=/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=855 [CORE/src/Http/ResponseEmitter.php , line 53 ]Code Context if ( Configure :: read ( 'debug' )) {
trigger_error ( $message , E_USER_WARNING );
} else {
$response = object(Cake\Http\Response) {
'status' => (int) 500,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Error: The 'for' key is required for find('children') </title>
<link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <style>
body {
font: 14px helvetica, arial, sans-serif;
color: #222;
background-color: #f8f8f8;
padding:0;
margin: 0;
max-height: 100%;
}
.code-dump,
pre {
background: #fefefe;
border: 1px solid #ddd;
padding: 5px;
white-space: pre-wrap;
}
header {
background-color: #C3232D;
color: #ffffff;
padding: 16px 10px;
border-bottom: 3px solid #626262;
}
.header-title {
margin: 0;
font-weight: normal;
font-size: 30px;
line-height: 64px;
}
.header-type {
opacity: 0.75;
display: block;
font-size: 16px;
line-height: 1;
}
.header-help {
font-size: 12px;
line-height: 1;
position: absolute;
top: 30px;
right: 16px;
}
.header-help a {
color: #fff;
}
.error-nav {
float: left;
width: 30%;
}
.error-contents {
padding: 10px 1%;
float: right;
width: 68%;
}
.error,
.error-subheading {
font-size: 18px;
margin-top: 0;
padding: 10px;
border: 1px solid #EDBD26;
}
.error-subheading {
background: #1798A5;
color: #fff;
border: 1px solid #02808C;
}
.error {
background: #ffd54f;
}
.customize {
opacity: 0.6;
}
.stack-trace {
list-style: none;
margin: 0;
padding: 0;
}
.stack-frame {
padding: 10px;
border-bottom: 1px solid #212121;
}
.stack-frame:last-child {
border-bottom: none;
}
.stack-frame a {
display: block;
color: #212121;
text-decoration: none;
}
.stack-frame.active {
background: #e5e5e5;
}
.stack-frame a:hover {
text-decoration: underline;
}
.stack-file,
.stack-function {
display: block;
margin-bottom: 5px;
}
.stack-frame-file,
.stack-file {
font-family: consolas, monospace;
}
.stack-function {
font-weight: bold;
}
.stack-file {
font-size: 0.9em;
word-wrap: break-word;
}
.stack-details {
background: #ececec;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
border: 1px solid #ababab;
padding: 10px;
margin-bottom: 18px;
}
.stack-frame-args {
float: right;
}
.toggle-link {
color: #1798A5;
text-decoration: none;
}
.toggle-link:hover {
text-decoration: underline;
}
.toggle-vendor-frames {
padding: 5px;
display: block;
text-align: center;
}
.code-excerpt {
width: 100%;
margin: 5px 0;
background: #fefefe;
}
.code-highlight {
display: block;
background: #fff59d;
}
.excerpt-line {
padding-left: 2px;
}
.excerpt-number {
background: #f6f6f6;
width: 50px;
text-align: right;
color: #666;
border-right: 1px solid #ddd;
padding: 2px;
}
.excerpt-number:after {
content: attr(data-number);
}
table {
text-align: left;
}
th, td {
padding: 4px;
}
th {
border-bottom: 1px solid #ccc;
}
</style>
</head>
<body>
<header>
<h1 class="header-title">
The 'for' key is required for find('children') <span class="header-type">InvalidArgumentException</span>
</h1>
<div class="header-help">
<a target="_blank" href="https://book.cakephp.org/3/">Documentation</a>
<a target="_blank" href="https://api.cakephp.org/">API</a>
</div>
</header>
<div class="error-contents">
<div id="stack-frame-0" style="display:none;" class="stack-details">
<span class="stack-frame-file">[internal function]</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-0">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
</table>
<div id="stack-args-0" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '4',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '5',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '12',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '13',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 14,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '15',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => '16',
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '17',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '18',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 20,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '21',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '22',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '23',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => (int) 24,
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '25',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '26',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '27',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '30',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => '31',
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '33',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '34',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '37',
'type' => 'integer',
'placeholder' => 'c35'
],
':c36' => [
'value' => '38',
'type' => 'integer',
'placeholder' => 'c36'
],
':c37' => [
'value' => '39',
'type' => 'integer',
'placeholder' => 'c37'
],
':c38' => [
'value' => '40',
'type' => 'integer',
'placeholder' => 'c38'
],
':c39' => [
'value' => '41',
'type' => 'integer',
'placeholder' => 'c39'
],
':c40' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c40'
],
':c41' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c41'
],
':c42' => [
'value' => '44',
'type' => 'integer',
'placeholder' => 'c42'
],
':c43' => [
'value' => '45',
'type' => 'integer',
'placeholder' => 'c43'
],
':c44' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c44'
],
':c45' => [
'value' => '48',
'type' => 'integer',
'placeholder' => 'c45'
],
':c46' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c46'
],
':c47' => [
'value' => '50',
'type' => 'integer',
'placeholder' => 'c47'
],
':c48' => [
'value' => '51',
'type' => 'integer',
'placeholder' => 'c48'
],
':c49' => [
'value' => '52',
'type' => 'integer',
'placeholder' => 'c49'
],
':c50' => [
'value' => '53',
'type' => 'integer',
'placeholder' => 'c50'
],
':c51' => [
'value' => (int) 54,
'type' => 'integer',
'placeholder' => 'c51'
],
':c52' => [
'value' => (int) 55,
'type' => 'integer',
'placeholder' => 'c52'
],
':c53' => [
'value' => '56',
'type' => 'integer',
'placeholder' => 'c53'
],
':c54' => [
'value' => (int) 58,
'type' => 'integer',
'placeholder' => 'c54'
],
':c55' => [
'value' => '59',
'type' => 'integer',
'placeholder' => 'c55'
],
':c56' => [
'value' => '61',
'type' => 'integer',
'placeholder' => 'c56'
],
':c57' => [
'value' => (int) 62,
'type' => 'integer',
'placeholder' => 'c57'
],
':c58' => [
'value' => '63',
'type' => 'integer',
'placeholder' => 'c58'
],
':c59' => [
'value' => '64',
'type' => 'integer',
'placeholder' => 'c59'
],
':c60' => [
'value' => '65',
'type' => 'integer',
'placeholder' => 'c60'
],
':c61' => [
'value' => '66',
'type' => 'integer',
'placeholder' => 'c61'
],
':c62' => [
'value' => '67',
'type' => 'integer',
'placeholder' => 'c62'
],
':c63' => [
'value' => '68',
'type' => 'integer',
'placeholder' => 'c63'
],
':c64' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c64'
],
':c65' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c65'
],
':c66' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c66'
],
':c67' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c67'
],
':c68' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c68'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null,
'direct' => false
]</pre>
</div>
</div>
<div id="stack-frame-1" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-1">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="273"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="274"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">hasFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">) && </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">has</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_finderMap</span><span style="color: #007700">[</span><span style="color: #0000BB">$type</span><span style="color: #007700">][</span><span style="color: #0000BB">0</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="275"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">list(</span><span style="color: #0000BB">$behavior</span><span style="color: #007700">, </span><span style="color: #0000BB">$callMethod</span><span style="color: #007700">) = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_finderMap</span><span style="color: #007700">[</span><span style="color: #0000BB">$type</span><span style="color: #007700">];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="276"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="277"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">([</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$behavior</span><span style="color: #007700">], </span><span style="color: #0000BB">$callMethod</span><span style="color: #007700">], </span><span style="color: #0000BB">$args</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="278"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="279"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="280"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">BadMethodCallException</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="281"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> sprintf</span><span style="color: #007700">(</span><span style="color: #DD0000">'Cannot call finder "%s" it does not belong to any attached behavior.'</span><span style="color: #007700">, </span><span style="color: #0000BB">$type</span><span style="color: #007700">)</span></span></code></td>
</tr>
</table>
<div id="stack-args-1" style="display: none;">
<pre>[
(int) 0 => object(Cake\ORM\Behavior\TreeBehavior) {
[protected] _primaryKey => 'id'
[protected] _defaultConfig => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null
]
[protected] _table => object(App\Model\Table\PCategoriesTable) {}
[protected] _reflectionCache => []
[protected] _config => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null,
'leftField' => object(Cake\Database\Expression\IdentifierExpression) {},
'rightField' => object(Cake\Database\Expression\IdentifierExpression) {}
]
[protected] _configInitialized => true
},
(int) 1 => 'findChildren'
]
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
],
':c36' => [
[maximum depth reached]
],
':c37' => [
[maximum depth reached]
],
':c38' => [
[maximum depth reached]
],
':c39' => [
[maximum depth reached]
],
':c40' => [
[maximum depth reached]
],
':c41' => [
[maximum depth reached]
],
':c42' => [
[maximum depth reached]
],
':c43' => [
[maximum depth reached]
],
':c44' => [
[maximum depth reached]
],
':c45' => [
[maximum depth reached]
],
':c46' => [
[maximum depth reached]
],
':c47' => [
[maximum depth reached]
],
':c48' => [
[maximum depth reached]
],
':c49' => [
[maximum depth reached]
],
':c50' => [
[maximum depth reached]
],
':c51' => [
[maximum depth reached]
],
':c52' => [
[maximum depth reached]
],
':c53' => [
[maximum depth reached]
],
':c54' => [
[maximum depth reached]
],
':c55' => [
[maximum depth reached]
],
':c56' => [
[maximum depth reached]
],
':c57' => [
[maximum depth reached]
],
':c58' => [
[maximum depth reached]
],
':c59' => [
[maximum depth reached]
],
':c60' => [
[maximum depth reached]
],
':c61' => [
[maximum depth reached]
],
':c62' => [
[maximum depth reached]
],
':c63' => [
[maximum depth reached]
],
':c64' => [
[maximum depth reached]
],
':c65' => [
[maximum depth reached]
],
':c66' => [
[maximum depth reached]
],
':c67' => [
[maximum depth reached]
],
':c68' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]</pre>
</div>
</div>
<div id="stack-frame-2" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Table.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-2">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="2558"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">->{</span><span style="color: #0000BB">$finder</span><span style="color: #007700">}(</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2559"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2560"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2561"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors </span><span style="color: #007700">&& </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors</span><span style="color: #007700">-></span><span style="color: #0000BB">hasFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2562"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors</span><span style="color: #007700">-></span><span style="color: #0000BB">callFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">, [</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">]);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2563"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2564"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2565"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">BadMethodCallException</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2566"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> sprintf</span><span style="color: #007700">(</span><span style="color: #DD0000">'Unknown finder method "%s"'</span><span style="color: #007700">, </span><span style="color: #0000BB">$type</span><span style="color: #007700">)</span></span></code></td>
</tr>
</table>
<div id="stack-args-2" style="display: none;">
<pre>'children'
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
],
':c36' => [
[maximum depth reached]
],
':c37' => [
[maximum depth reached]
],
':c38' => [
[maximum depth reached]
],
':c39' => [
[maximum depth reached]
],
':c40' => [
[maximum depth reached]
],
':c41' => [
[maximum depth reached]
],
':c42' => [
[maximum depth reached]
],
':c43' => [
[maximum depth reached]
],
':c44' => [
[maximum depth reached]
],
':c45' => [
[maximum depth reached]
],
':c46' => [
[maximum depth reached]
],
':c47' => [
[maximum depth reached]
],
':c48' => [
[maximum depth reached]
],
':c49' => [
[maximum depth reached]
],
':c50' => [
[maximum depth reached]
],
':c51' => [
[maximum depth reached]
],
':c52' => [
[maximum depth reached]
],
':c53' => [
[maximum depth reached]
],
':c54' => [
[maximum depth reached]
],
':c55' => [
[maximum depth reached]
],
':c56' => [
[maximum depth reached]
],
':c57' => [
[maximum depth reached]
],
':c58' => [
[maximum depth reached]
],
':c59' => [
[maximum depth reached]
],
':c60' => [
[maximum depth reached]
],
':c61' => [
[maximum depth reached]
],
':c62' => [
[maximum depth reached]
],
':c63' => [
[maximum depth reached]
],
':c64' => [
[maximum depth reached]
],
':c65' => [
[maximum depth reached]
],
':c66' => [
[maximum depth reached]
],
':c67' => [
[maximum depth reached]
],
':c68' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]</pre>
</div>
</div>
<div id="stack-frame-3" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Query.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-3">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="1245"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1246"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/** @var \Cake\ORM\Table $table */</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1247"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $table </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getRepository</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1248"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1249"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$table</span><span style="color: #007700">-></span><span style="color: #0000BB">callFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$finder</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1250"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1251"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1252"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1253"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Marks a query </span><span style="color: #007700">as </span><span style="color: #0000BB">dirty</span><span style="color: #007700">, </span><span style="color: #0000BB">removing any preprocessed information</span></span></code></td>
</tr>
</table>
<div id="stack-args-3" style="display: none;">
<pre>'children'
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '4',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '5',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '12',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '13',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 14,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '15',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => '16',
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '17',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '18',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 20,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '21',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '22',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '23',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => (int) 24,
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '25',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '26',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '27',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '30',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => '31',
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '33',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '34',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '37',
'type' => 'integer',
'placeholder' => 'c35'
],
':c36' => [
'value' => '38',
'type' => 'integer',
'placeholder' => 'c36'
],
':c37' => [
'value' => '39',
'type' => 'integer',
'placeholder' => 'c37'
],
':c38' => [
'value' => '40',
'type' => 'integer',
'placeholder' => 'c38'
],
':c39' => [
'value' => '41',
'type' => 'integer',
'placeholder' => 'c39'
],
':c40' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c40'
],
':c41' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c41'
],
':c42' => [
'value' => '44',
'type' => 'integer',
'placeholder' => 'c42'
],
':c43' => [
'value' => '45',
'type' => 'integer',
'placeholder' => 'c43'
],
':c44' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c44'
],
':c45' => [
'value' => '48',
'type' => 'integer',
'placeholder' => 'c45'
],
':c46' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c46'
],
':c47' => [
'value' => '50',
'type' => 'integer',
'placeholder' => 'c47'
],
':c48' => [
'value' => '51',
'type' => 'integer',
'placeholder' => 'c48'
],
':c49' => [
'value' => '52',
'type' => 'integer',
'placeholder' => 'c49'
],
':c50' => [
'value' => '53',
'type' => 'integer',
'placeholder' => 'c50'
],
':c51' => [
'value' => (int) 54,
'type' => 'integer',
'placeholder' => 'c51'
],
':c52' => [
'value' => (int) 55,
'type' => 'integer',
'placeholder' => 'c52'
],
':c53' => [
'value' => '56',
'type' => 'integer',
'placeholder' => 'c53'
],
':c54' => [
'value' => (int) 58,
'type' => 'integer',
'placeholder' => 'c54'
],
':c55' => [
'value' => '59',
'type' => 'integer',
'placeholder' => 'c55'
],
':c56' => [
'value' => '61',
'type' => 'integer',
'placeholder' => 'c56'
],
':c57' => [
'value' => (int) 62,
'type' => 'integer',
'placeholder' => 'c57'
],
':c58' => [
'value' => '63',
'type' => 'integer',
'placeholder' => 'c58'
],
':c59' => [
'value' => '64',
'type' => 'integer',
'placeholder' => 'c59'
],
':c60' => [
'value' => '65',
'type' => 'integer',
'placeholder' => 'c60'
],
':c61' => [
'value' => '66',
'type' => 'integer',
'placeholder' => 'c61'
],
':c62' => [
'value' => '67',
'type' => 'integer',
'placeholder' => 'c62'
],
':c63' => [
'value' => '68',
'type' => 'integer',
'placeholder' => 'c63'
],
':c64' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c64'
],
':c65' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c65'
],
':c66' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c66'
],
':c67' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c67'
],
':c68' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c68'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null
]</pre>
</div>
</div>
<div id="stack-frame-4" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/src/Controller/ProductsController.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-4">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="535"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $catResults03 </span><span style="color: #007700">= </span><span style="color: #0000BB">$PCategories</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'all'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'conditions' </span><span style="color: #007700">=> [</span><span style="color: #DD0000">'slug' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$ParentSlug03</span><span style="color: #007700">]])-></span><span style="color: #0000BB">first</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="536"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">//小カテゴリ</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="537"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $childcat_list_s </span><span style="color: #007700">= </span><span style="color: #0000BB">$PCategories</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">()</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="538"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">where</span><span style="color: #007700">([</span><span style="color: #DD0000">'id IN' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$results_master</span><span style="color: #007700">])</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="539"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'children'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'for' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$catResults03</span><span style="color: #007700">-></span><span style="color: #0000BB">id</span><span style="color: #007700">])</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="540"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'threaded'</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="541"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'childcat_list_s'</span><span style="color: #007700">, </span><span style="color: #0000BB">$childcat_list_s</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="542"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'catCID'</span><span style="color: #007700">, </span><span style="color: #0000BB">$catResults03</span><span style="color: #007700">-></span><span style="color: #0000BB">id</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="543"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-4" style="display: none;">
<pre>'children'
[
'for' => null
]</pre>
</div>
</div>
<div id="stack-frame-5" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-5">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="602"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="603"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/** @var callable $callable */</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="604"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $callable </span><span style="color: #007700">= [</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'action'</span><span style="color: #007700">)];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="605"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="606"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">$callable</span><span style="color: #007700">(...</span><span style="color: #0000BB">array_values</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'pass'</span><span style="color: #007700">)));</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="607"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="608"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">response </span><span style="color: #007700">= </span><span style="color: #0000BB">$result</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="609"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="610"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-5" style="display: none;">
<pre>'okinawa'
'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'</pre>
</div>
</div>
<div id="stack-frame-6" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-6">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="116"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="117"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$result</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="118"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="119"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="120"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeAction</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="121"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$response </span><span style="color: #007700">!== </span><span style="color: #0000BB">null </span><span style="color: #007700">&& !(</span><span style="color: #0000BB">$response </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="122"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">LogicException</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller actions can only return Cake\Http\Response or null.'</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="123"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="124"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-6" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-7" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-7">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="90"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} else {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="91"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $controller </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">factory</span><span style="color: #007700">-></span><span style="color: #0000BB">create</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="92"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'return'</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-7" style="display: none;">
<pre>object(App\Controller\ProductsController) {
paginate => [
'limit' => (int) 20
]
viewClass => 'Smarty'
helpers => []
request => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => [[maximum depth reached]]
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {}
[protected] uri => object(Laminas\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
[private] mergeFilesAsObjects => false
}
response => object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
[maximum depth reached]
],
'file' => null,
'fileRange' => [[maximum depth reached]],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [[maximum depth reached]],
'body' => ''
}
components => []
View => null
passedArgs => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
]
modelClass => 'Products'
viewVars => [
'catBID' => (int) 76,
'childcat_list_m' => object(Cake\ORM\Query) {},
'catAID' => (int) 19,
'childcat_list_l' => object(Cake\ORM\Query) {},
'childcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'companyName' => 'okinawa',
'category_slug_05' => 'touch-icon.png',
'category_slug_04' => 'common',
'category_slug_03' => 'img',
'category_slug_02' => 'other_miscellaneous_goods',
'category_slug_01' => 'souvenir_goods',
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {}
],
'results_master' => [
(int) 55 => (int) 1,
(int) 56 => (int) 3,
(int) 1 => '4',
(int) 2 => '5',
(int) 3 => '6',
(int) 4 => '7',
(int) 5 => '8',
(int) 6 => '9',
(int) 7 => '10',
(int) 8 => '11',
(int) 9 => '12',
(int) 10 => '13',
(int) 57 => (int) 14,
(int) 11 => '15',
(int) 12 => '16',
(int) 13 => '17',
(int) 14 => '18',
(int) 58 => (int) 19,
(int) 59 => (int) 20,
(int) 15 => '21',
(int) 16 => '22',
(int) 17 => '23',
(int) 60 => (int) 24,
(int) 18 => '25',
(int) 19 => '26',
(int) 20 => '27',
(int) 61 => (int) 28,
(int) 21 => '29',
(int) 22 => '30',
(int) 23 => '31',
(int) 62 => (int) 32,
(int) 24 => '33',
(int) 25 => '34',
(int) 26 => '35',
(int) 27 => '36',
(int) 28 => '37',
(int) 29 => '38',
(int) 30 => '39',
(int) 31 => '40',
(int) 32 => '41',
(int) 63 => (int) 42,
(int) 64 => (int) 43,
(int) 33 => '44',
(int) 34 => '45',
(int) 65 => (int) 46,
(int) 35 => '48',
(int) 36 => '49',
(int) 37 => '50',
(int) 38 => '51',
(int) 39 => '52',
(int) 40 => '53',
(int) 70 => (int) 54,
(int) 66 => (int) 55,
(int) 41 => '56',
(int) 67 => (int) 58,
(int) 42 => '59',
(int) 43 => '61',
(int) 68 => (int) 62,
(int) 44 => '63',
(int) 45 => '64',
(int) 46 => '65',
(int) 47 => '66',
(int) 48 => '67',
(int) 49 => '68',
(int) 50 => '76',
(int) 51 => '79',
(int) 52 => '82',
(int) 53 => '87',
(int) 54 => '90'
],
'results_main' => [
(int) 0 => null,
(int) 1 => (int) 54
],
'results_l' => [
(int) 0 => (int) 1,
(int) 1 => (int) 3,
(int) 2 => (int) 14,
(int) 3 => (int) 19,
(int) 4 => (int) 20,
(int) 5 => (int) 24,
(int) 6 => (int) 28,
(int) 7 => (int) 32,
(int) 8 => (int) 42,
(int) 9 => (int) 43,
(int) 10 => (int) 46,
(int) 11 => (int) 55,
(int) 12 => (int) 58,
(int) 13 => (int) 62
],
'results_s' => [
(int) 0 => '',
(int) 1 => '4',
(int) 2 => '5',
(int) 3 => '6',
(int) 4 => '7',
(int) 5 => '8',
(int) 6 => '9',
(int) 7 => '10',
(int) 8 => '11',
(int) 9 => '12',
(int) 10 => '13',
(int) 11 => '15',
(int) 12 => '16',
(int) 13 => '17',
(int) 14 => '18',
(int) 15 => '21',
(int) 16 => '22',
(int) 17 => '23',
(int) 18 => '25',
(int) 19 => '26',
(int) 20 => '27',
(int) 21 => '29',
(int) 22 => '30',
(int) 23 => '31',
(int) 24 => '33',
(int) 25 => '34',
(int) 26 => '35',
(int) 27 => '36',
(int) 28 => '37',
(int) 29 => '38',
(int) 30 => '39',
(int) 31 => '40',
(int) 32 => '41',
(int) 33 => '44',
(int) 34 => '45',
(int) 35 => '48',
(int) 36 => '49',
(int) 37 => '50',
(int) 38 => '51',
(int) 39 => '52',
(int) 40 => '53',
(int) 41 => '56',
(int) 42 => '59',
(int) 43 => '61',
(int) 44 => '63',
(int) 45 => '64',
(int) 46 => '65',
(int) 47 => '66',
(int) 48 => '67',
(int) 49 => '68',
(int) 50 => '76',
(int) 51 => '79',
(int) 52 => '82',
(int) 53 => '87',
(int) 54 => '90'
],
'company_type' => object(App\Model\Entity\MCompany) {},
'product_pickuplist' => object(Cake\ORM\Query) {},
'domain_now' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'domain' => 'https://www.nanpudo.co.jp',
'domain_app' => 'https://www.nanpudo.co.jp/app',
'domain_base' => 'https://www.nanpudo.co.jp'
]
RequestHandler => object(Cake\Controller\Component\RequestHandlerComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [
[maximum depth reached]
],
'_config' => [
[maximum depth reached]
]
}
Flash => object(Cake\Controller\Component\FlashComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
Cookie => object(Cake\Controller\Component\CookieComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
tProduct => object(App\Model\Table\TProductTable) {
'registryAlias' => 'tProduct',
'table' => 't_product',
'alias' => 'tProduct',
'entityClass' => 'App\Model\Entity\TProduct',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
mCompany => object(App\Model\Table\MCompanyTable) {
'registryAlias' => 'mCompany',
'table' => 'm_company',
'alias' => 'mCompany',
'entityClass' => 'App\Model\Entity\MCompany',
'associations' => [[maximum depth reached]],
'behaviors' => [[maximum depth reached]],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
pCategories => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
[protected] name => 'Products'
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {
'_Controller' => object(App\Controller\ProductsController) {},
'_loaded' => [
[maximum depth reached]
],
'_eventManager' => object(Cake\Event\EventManager) {},
'_eventClass' => 'Cake\Event\Event'
}
[protected] _validViewOptions => [
(int) 0 => 'passedArgs'
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {
'_listeners' => [
[maximum depth reached]
],
'_isGlobal' => false,
'_trackEvents' => false,
'_generalManager' => '(object) EventManager',
'_dispatchedEvents' => null
}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {
[protected] locations => [
[maximum depth reached]
]
[protected] _config => [[maximum depth reached]]
[protected] _instances => [
[maximum depth reached]
]
[protected] _fallbacked => [[maximum depth reached]]
[protected] _options => [
[maximum depth reached]
]
}
[protected] _modelFactories => [
'Table' => [
(int) 0 => object(Cake\ORM\Locator\TableLocator) {},
(int) 1 => 'get'
]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}</pre>
</div>
</div>
<div id="stack-frame-8" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-8">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="252"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return \</span><span style="color: #0000BB">Psr</span><span style="color: #007700">\</span><span style="color: #0000BB">Http</span><span style="color: #007700">\</span><span style="color: #0000BB">Message</span><span style="color: #007700">\</span><span style="color: #0000BB">ResponseInterface</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="253"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="254"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">ServerRequestInterface $request</span><span style="color: #007700">, </span><span style="color: #0000BB">ResponseInterface $response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="255"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="256"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getDispatcher</span><span style="color: #007700">()-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="257"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="258"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="259"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="260"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Get the ActionDispatcher</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-8" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-9" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-9">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-9" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-10" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-10">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="160"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="161"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="162"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $matching </span><span style="color: #007700">= </span><span style="color: #0000BB">Router</span><span style="color: #007700">::</span><span style="color: #0000BB">getRouteCollection</span><span style="color: #007700">()-></span><span style="color: #0000BB">getMiddleware</span><span style="color: #007700">(</span><span style="color: #0000BB">$middleware</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="163"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">$matching</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="164"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="165"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="166"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $matching</span><span style="color: #007700">[] = </span><span style="color: #0000BB">$next</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="167"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware </span><span style="color: #007700">= new </span><span style="color: #0000BB">MiddlewareQueue</span><span style="color: #007700">(</span><span style="color: #0000BB">$matching</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="168"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $runner </span><span style="color: #007700">= new </span><span style="color: #0000BB">Runner</span><span style="color: #007700">();</span></span></code></td>
</tr>
</table>
<div id="stack-args-10" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-11" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-11">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-11" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-12" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-12">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $assetFile </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getAssetFile</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$assetFile </span><span style="color: #007700">=== </span><span style="color: #0000BB">null </span><span style="color: #007700">|| !</span><span style="color: #0000BB">file_exists</span><span style="color: #007700">(</span><span style="color: #0000BB">$assetFile</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $file </span><span style="color: #007700">= new </span><span style="color: #0000BB">File</span><span style="color: #007700">(</span><span style="color: #0000BB">$assetFile</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $modifiedTime </span><span style="color: #007700">= </span><span style="color: #0000BB">$file</span><span style="color: #007700">-></span><span style="color: #0000BB">lastChange</span><span style="color: #007700">();</span></span></code></td>
</tr>
</table>
<div id="stack-args-12" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-13" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-13">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-13" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-14" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-14">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Throwable $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="102"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="103"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Exception $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="104"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-14" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-15" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-15">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-15" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-16" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-16">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="47"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="48"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware </span><span style="color: #007700">= </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="49"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index </span><span style="color: #007700">= </span><span style="color: #0000BB">0</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="50"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="51"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="52"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="53"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="54"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="55"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @</span><span style="color: #0000BB">param </span><span style="color: #007700">\</span><span style="color: #0000BB">Psr</span><span style="color: #007700">\</span><span style="color: #0000BB">Http</span><span style="color: #007700">\</span><span style="color: #0000BB">Message</span><span style="color: #007700">\</span><span style="color: #0000BB">ServerRequestInterface $request The server request</span></span></code></td>
</tr>
</table>
<div id="stack-args-16" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-17" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Server.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-17">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatchEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Server.buildMiddleware'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'middleware' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">add</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">app</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">runner</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">(</span><span style="color: #0000BB">$middleware</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!(</span><span style="color: #0000BB">$response </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ResponseInterface</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">RuntimeException</span><span style="color: #007700">(</span><span style="color: #0000BB">sprintf</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'Application did not create a response. Got "%s" instead.'</span><span style="color: #007700">,</span></span></code></td>
</tr>
</table>
<div id="stack-args-17" style="display: none;">
<pre>object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-18" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-18">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="36"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Bind your application to the server.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="37"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB">$server </span><span style="color: #007700">= new </span><span style="color: #0000BB">Server</span><span style="color: #007700">(new </span><span style="color: #0000BB">Application</span><span style="color: #007700">(</span><span style="color: #0000BB">dirname</span><span style="color: #007700">(</span><span style="color: #0000BB">__DIR__</span><span style="color: #007700">) . </span><span style="color: #DD0000">'/config'</span><span style="color: #007700">));</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="38"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="39"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Run the request/response through the application and emit the response.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="40"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">emit</span><span style="color: #007700">(</span><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="41"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-18" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div class="error-suggestion">
</div>
<p class="customize">
If you want to customize this error message, create
<em>src/Template/Error/error500.ctp</em>
</p>
</div>
<div class="error-nav">
<a href="#" class="toggle-link toggle-vendor-frames">toggle vendor stack frames</a>
<ul class="stack-trace">
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-0">
<span class="stack-function">⟩ Cake\ORM\Behavior\TreeBehavior->findChildren</span>
<span class="stack-file">
[internal function]
</span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-1">
<span class="stack-function">⟩ call_user_func_array</span>
<span class="stack-file">
CORE/src/ORM/BehaviorRegistry.php, line 277 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-2">
<span class="stack-function">⟩ Cake\ORM\BehaviorRegistry->callFinder</span>
<span class="stack-file">
CORE/src/ORM/Table.php, line 2562 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-3">
<span class="stack-function">⟩ Cake\ORM\Table->callFinder</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1249 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-4">
<span class="stack-function">⟩ Cake\ORM\Query->find</span>
<span class="stack-file">
APP/Controller/ProductsController.php, line 539 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-5">
<span class="stack-function">⟩ App\Controller\ProductsController->archiveCategory</span>
<span class="stack-file">
CORE/src/Controller/Controller.php, line 606 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-6">
<span class="stack-function">⟩ Cake\Controller\Controller->invokeAction</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 120 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-7">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->_invoke</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 94 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-8">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->dispatch</span>
<span class="stack-file">
CORE/src/Http/BaseApplication.php, line 256 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-9">
<span class="stack-function">⟩ Cake\Http\BaseApplication->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-10">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-11">
<span class="stack-function">⟩ Cake\Routing\Middleware\RoutingMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-12">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/AssetMiddleware.php, line 97 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-13">
<span class="stack-function">⟩ Cake\Routing\Middleware\AssetMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-14">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-15">
<span class="stack-function">⟩ Cake\Error\Middleware\ErrorHandlerMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-16">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 51 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-17">
<span class="stack-function">⟩ Cake\Http\Runner->run</span>
<span class="stack-file">
CORE/src/Http/Server.php, line 97 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-18">
<span class="stack-function">⟩ Cake\Http\Server->run</span>
<span class="stack-file">
ROOT/webroot/index.php, line 40 </span>
</a>
</li>
</ul>
</div>
<script type="text/javascript">
function bindEvent(selector, eventName, listener) {
var els = document.querySelectorAll(selector);
for (var i = 0, len = els.length; i < len; i++) {
els[i].addEventListener(eventName, listener, false);
}
}
function toggleElement(el) {
if (el.style.display === 'none') {
el.style.display = 'block';
} else {
el.style.display = 'none';
}
}
function each(els, cb) {
var i, len;
for (i = 0, len = els.length; i < len; i++) {
cb(els[i], i);
}
}
window.addEventListener('load', function() {
bindEvent('.stack-frame-args', 'click', function(event) {
var target = this.dataset['target'];
var el = document.getElementById(target);
toggleElement(el);
event.preventDefault();
});
var details = document.querySelectorAll('.stack-details');
var frames = document.querySelectorAll('.stack-frame');
bindEvent('.stack-frame a', 'click', function(event) {
each(frames, function(el) {
el.classList.remove('active');
});
this.parentNode.classList.add('active');
each(details, function(el) {
el.style.display = 'none';
});
var target = document.getElementById(this.dataset['target']);
toggleElement(target);
event.preventDefault();
});
bindEvent('.toggle-vendor-frames', 'click', function(event) {
each(frames, function(el) {
if (el.classList.contains('vendor-frame')) {
toggleElement(el);
}
});
event.preventDefault();
});
});
</script>
</body>
</html>
'
}
$maxBufferLength = (int) 8192
$file = '/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 855
$message = 'Unable to emit headers. Headers sent in file=/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=855' Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 53
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php , line 154 ]Code Context $response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
));
$response = object(Cake\Http\Response) {
'status' => (int) 500,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Error: The 'for' key is required for find('children') </title>
<link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <style>
body {
font: 14px helvetica, arial, sans-serif;
color: #222;
background-color: #f8f8f8;
padding:0;
margin: 0;
max-height: 100%;
}
.code-dump,
pre {
background: #fefefe;
border: 1px solid #ddd;
padding: 5px;
white-space: pre-wrap;
}
header {
background-color: #C3232D;
color: #ffffff;
padding: 16px 10px;
border-bottom: 3px solid #626262;
}
.header-title {
margin: 0;
font-weight: normal;
font-size: 30px;
line-height: 64px;
}
.header-type {
opacity: 0.75;
display: block;
font-size: 16px;
line-height: 1;
}
.header-help {
font-size: 12px;
line-height: 1;
position: absolute;
top: 30px;
right: 16px;
}
.header-help a {
color: #fff;
}
.error-nav {
float: left;
width: 30%;
}
.error-contents {
padding: 10px 1%;
float: right;
width: 68%;
}
.error,
.error-subheading {
font-size: 18px;
margin-top: 0;
padding: 10px;
border: 1px solid #EDBD26;
}
.error-subheading {
background: #1798A5;
color: #fff;
border: 1px solid #02808C;
}
.error {
background: #ffd54f;
}
.customize {
opacity: 0.6;
}
.stack-trace {
list-style: none;
margin: 0;
padding: 0;
}
.stack-frame {
padding: 10px;
border-bottom: 1px solid #212121;
}
.stack-frame:last-child {
border-bottom: none;
}
.stack-frame a {
display: block;
color: #212121;
text-decoration: none;
}
.stack-frame.active {
background: #e5e5e5;
}
.stack-frame a:hover {
text-decoration: underline;
}
.stack-file,
.stack-function {
display: block;
margin-bottom: 5px;
}
.stack-frame-file,
.stack-file {
font-family: consolas, monospace;
}
.stack-function {
font-weight: bold;
}
.stack-file {
font-size: 0.9em;
word-wrap: break-word;
}
.stack-details {
background: #ececec;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
border: 1px solid #ababab;
padding: 10px;
margin-bottom: 18px;
}
.stack-frame-args {
float: right;
}
.toggle-link {
color: #1798A5;
text-decoration: none;
}
.toggle-link:hover {
text-decoration: underline;
}
.toggle-vendor-frames {
padding: 5px;
display: block;
text-align: center;
}
.code-excerpt {
width: 100%;
margin: 5px 0;
background: #fefefe;
}
.code-highlight {
display: block;
background: #fff59d;
}
.excerpt-line {
padding-left: 2px;
}
.excerpt-number {
background: #f6f6f6;
width: 50px;
text-align: right;
color: #666;
border-right: 1px solid #ddd;
padding: 2px;
}
.excerpt-number:after {
content: attr(data-number);
}
table {
text-align: left;
}
th, td {
padding: 4px;
}
th {
border-bottom: 1px solid #ccc;
}
</style>
</head>
<body>
<header>
<h1 class="header-title">
The 'for' key is required for find('children') <span class="header-type">InvalidArgumentException</span>
</h1>
<div class="header-help">
<a target="_blank" href="https://book.cakephp.org/3/">Documentation</a>
<a target="_blank" href="https://api.cakephp.org/">API</a>
</div>
</header>
<div class="error-contents">
<div id="stack-frame-0" style="display:none;" class="stack-details">
<span class="stack-frame-file">[internal function]</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-0">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
</table>
<div id="stack-args-0" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '4',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '5',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '12',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '13',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 14,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '15',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => '16',
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '17',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '18',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 20,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '21',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '22',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '23',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => (int) 24,
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '25',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '26',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '27',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '30',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => '31',
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '33',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '34',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '37',
'type' => 'integer',
'placeholder' => 'c35'
],
':c36' => [
'value' => '38',
'type' => 'integer',
'placeholder' => 'c36'
],
':c37' => [
'value' => '39',
'type' => 'integer',
'placeholder' => 'c37'
],
':c38' => [
'value' => '40',
'type' => 'integer',
'placeholder' => 'c38'
],
':c39' => [
'value' => '41',
'type' => 'integer',
'placeholder' => 'c39'
],
':c40' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c40'
],
':c41' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c41'
],
':c42' => [
'value' => '44',
'type' => 'integer',
'placeholder' => 'c42'
],
':c43' => [
'value' => '45',
'type' => 'integer',
'placeholder' => 'c43'
],
':c44' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c44'
],
':c45' => [
'value' => '48',
'type' => 'integer',
'placeholder' => 'c45'
],
':c46' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c46'
],
':c47' => [
'value' => '50',
'type' => 'integer',
'placeholder' => 'c47'
],
':c48' => [
'value' => '51',
'type' => 'integer',
'placeholder' => 'c48'
],
':c49' => [
'value' => '52',
'type' => 'integer',
'placeholder' => 'c49'
],
':c50' => [
'value' => '53',
'type' => 'integer',
'placeholder' => 'c50'
],
':c51' => [
'value' => (int) 54,
'type' => 'integer',
'placeholder' => 'c51'
],
':c52' => [
'value' => (int) 55,
'type' => 'integer',
'placeholder' => 'c52'
],
':c53' => [
'value' => '56',
'type' => 'integer',
'placeholder' => 'c53'
],
':c54' => [
'value' => (int) 58,
'type' => 'integer',
'placeholder' => 'c54'
],
':c55' => [
'value' => '59',
'type' => 'integer',
'placeholder' => 'c55'
],
':c56' => [
'value' => '61',
'type' => 'integer',
'placeholder' => 'c56'
],
':c57' => [
'value' => (int) 62,
'type' => 'integer',
'placeholder' => 'c57'
],
':c58' => [
'value' => '63',
'type' => 'integer',
'placeholder' => 'c58'
],
':c59' => [
'value' => '64',
'type' => 'integer',
'placeholder' => 'c59'
],
':c60' => [
'value' => '65',
'type' => 'integer',
'placeholder' => 'c60'
],
':c61' => [
'value' => '66',
'type' => 'integer',
'placeholder' => 'c61'
],
':c62' => [
'value' => '67',
'type' => 'integer',
'placeholder' => 'c62'
],
':c63' => [
'value' => '68',
'type' => 'integer',
'placeholder' => 'c63'
],
':c64' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c64'
],
':c65' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c65'
],
':c66' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c66'
],
':c67' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c67'
],
':c68' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c68'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null,
'direct' => false
]</pre>
</div>
</div>
<div id="stack-frame-1" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-1">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="273"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="274"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">hasFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">) && </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">has</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_finderMap</span><span style="color: #007700">[</span><span style="color: #0000BB">$type</span><span style="color: #007700">][</span><span style="color: #0000BB">0</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="275"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">list(</span><span style="color: #0000BB">$behavior</span><span style="color: #007700">, </span><span style="color: #0000BB">$callMethod</span><span style="color: #007700">) = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_finderMap</span><span style="color: #007700">[</span><span style="color: #0000BB">$type</span><span style="color: #007700">];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="276"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="277"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">([</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$behavior</span><span style="color: #007700">], </span><span style="color: #0000BB">$callMethod</span><span style="color: #007700">], </span><span style="color: #0000BB">$args</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="278"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="279"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="280"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">BadMethodCallException</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="281"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> sprintf</span><span style="color: #007700">(</span><span style="color: #DD0000">'Cannot call finder "%s" it does not belong to any attached behavior.'</span><span style="color: #007700">, </span><span style="color: #0000BB">$type</span><span style="color: #007700">)</span></span></code></td>
</tr>
</table>
<div id="stack-args-1" style="display: none;">
<pre>[
(int) 0 => object(Cake\ORM\Behavior\TreeBehavior) {
[protected] _primaryKey => 'id'
[protected] _defaultConfig => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null
]
[protected] _table => object(App\Model\Table\PCategoriesTable) {}
[protected] _reflectionCache => []
[protected] _config => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null,
'leftField' => object(Cake\Database\Expression\IdentifierExpression) {},
'rightField' => object(Cake\Database\Expression\IdentifierExpression) {}
]
[protected] _configInitialized => true
},
(int) 1 => 'findChildren'
]
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
],
':c36' => [
[maximum depth reached]
],
':c37' => [
[maximum depth reached]
],
':c38' => [
[maximum depth reached]
],
':c39' => [
[maximum depth reached]
],
':c40' => [
[maximum depth reached]
],
':c41' => [
[maximum depth reached]
],
':c42' => [
[maximum depth reached]
],
':c43' => [
[maximum depth reached]
],
':c44' => [
[maximum depth reached]
],
':c45' => [
[maximum depth reached]
],
':c46' => [
[maximum depth reached]
],
':c47' => [
[maximum depth reached]
],
':c48' => [
[maximum depth reached]
],
':c49' => [
[maximum depth reached]
],
':c50' => [
[maximum depth reached]
],
':c51' => [
[maximum depth reached]
],
':c52' => [
[maximum depth reached]
],
':c53' => [
[maximum depth reached]
],
':c54' => [
[maximum depth reached]
],
':c55' => [
[maximum depth reached]
],
':c56' => [
[maximum depth reached]
],
':c57' => [
[maximum depth reached]
],
':c58' => [
[maximum depth reached]
],
':c59' => [
[maximum depth reached]
],
':c60' => [
[maximum depth reached]
],
':c61' => [
[maximum depth reached]
],
':c62' => [
[maximum depth reached]
],
':c63' => [
[maximum depth reached]
],
':c64' => [
[maximum depth reached]
],
':c65' => [
[maximum depth reached]
],
':c66' => [
[maximum depth reached]
],
':c67' => [
[maximum depth reached]
],
':c68' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]</pre>
</div>
</div>
<div id="stack-frame-2" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Table.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-2">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="2558"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">->{</span><span style="color: #0000BB">$finder</span><span style="color: #007700">}(</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2559"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2560"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2561"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors </span><span style="color: #007700">&& </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors</span><span style="color: #007700">-></span><span style="color: #0000BB">hasFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2562"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors</span><span style="color: #007700">-></span><span style="color: #0000BB">callFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">, [</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">]);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2563"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2564"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2565"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">BadMethodCallException</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2566"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> sprintf</span><span style="color: #007700">(</span><span style="color: #DD0000">'Unknown finder method "%s"'</span><span style="color: #007700">, </span><span style="color: #0000BB">$type</span><span style="color: #007700">)</span></span></code></td>
</tr>
</table>
<div id="stack-args-2" style="display: none;">
<pre>'children'
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
],
':c36' => [
[maximum depth reached]
],
':c37' => [
[maximum depth reached]
],
':c38' => [
[maximum depth reached]
],
':c39' => [
[maximum depth reached]
],
':c40' => [
[maximum depth reached]
],
':c41' => [
[maximum depth reached]
],
':c42' => [
[maximum depth reached]
],
':c43' => [
[maximum depth reached]
],
':c44' => [
[maximum depth reached]
],
':c45' => [
[maximum depth reached]
],
':c46' => [
[maximum depth reached]
],
':c47' => [
[maximum depth reached]
],
':c48' => [
[maximum depth reached]
],
':c49' => [
[maximum depth reached]
],
':c50' => [
[maximum depth reached]
],
':c51' => [
[maximum depth reached]
],
':c52' => [
[maximum depth reached]
],
':c53' => [
[maximum depth reached]
],
':c54' => [
[maximum depth reached]
],
':c55' => [
[maximum depth reached]
],
':c56' => [
[maximum depth reached]
],
':c57' => [
[maximum depth reached]
],
':c58' => [
[maximum depth reached]
],
':c59' => [
[maximum depth reached]
],
':c60' => [
[maximum depth reached]
],
':c61' => [
[maximum depth reached]
],
':c62' => [
[maximum depth reached]
],
':c63' => [
[maximum depth reached]
],
':c64' => [
[maximum depth reached]
],
':c65' => [
[maximum depth reached]
],
':c66' => [
[maximum depth reached]
],
':c67' => [
[maximum depth reached]
],
':c68' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]</pre>
</div>
</div>
<div id="stack-frame-3" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Query.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-3">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="1245"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1246"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/** @var \Cake\ORM\Table $table */</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1247"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $table </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getRepository</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1248"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1249"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$table</span><span style="color: #007700">-></span><span style="color: #0000BB">callFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$finder</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1250"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1251"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1252"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1253"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Marks a query </span><span style="color: #007700">as </span><span style="color: #0000BB">dirty</span><span style="color: #007700">, </span><span style="color: #0000BB">removing any preprocessed information</span></span></code></td>
</tr>
</table>
<div id="stack-args-3" style="display: none;">
<pre>'children'
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '4',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '5',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '12',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '13',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 14,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '15',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => '16',
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '17',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '18',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 20,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '21',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '22',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '23',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => (int) 24,
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '25',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '26',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '27',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '30',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => '31',
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '33',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '34',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '37',
'type' => 'integer',
'placeholder' => 'c35'
],
':c36' => [
'value' => '38',
'type' => 'integer',
'placeholder' => 'c36'
],
':c37' => [
'value' => '39',
'type' => 'integer',
'placeholder' => 'c37'
],
':c38' => [
'value' => '40',
'type' => 'integer',
'placeholder' => 'c38'
],
':c39' => [
'value' => '41',
'type' => 'integer',
'placeholder' => 'c39'
],
':c40' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c40'
],
':c41' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c41'
],
':c42' => [
'value' => '44',
'type' => 'integer',
'placeholder' => 'c42'
],
':c43' => [
'value' => '45',
'type' => 'integer',
'placeholder' => 'c43'
],
':c44' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c44'
],
':c45' => [
'value' => '48',
'type' => 'integer',
'placeholder' => 'c45'
],
':c46' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c46'
],
':c47' => [
'value' => '50',
'type' => 'integer',
'placeholder' => 'c47'
],
':c48' => [
'value' => '51',
'type' => 'integer',
'placeholder' => 'c48'
],
':c49' => [
'value' => '52',
'type' => 'integer',
'placeholder' => 'c49'
],
':c50' => [
'value' => '53',
'type' => 'integer',
'placeholder' => 'c50'
],
':c51' => [
'value' => (int) 54,
'type' => 'integer',
'placeholder' => 'c51'
],
':c52' => [
'value' => (int) 55,
'type' => 'integer',
'placeholder' => 'c52'
],
':c53' => [
'value' => '56',
'type' => 'integer',
'placeholder' => 'c53'
],
':c54' => [
'value' => (int) 58,
'type' => 'integer',
'placeholder' => 'c54'
],
':c55' => [
'value' => '59',
'type' => 'integer',
'placeholder' => 'c55'
],
':c56' => [
'value' => '61',
'type' => 'integer',
'placeholder' => 'c56'
],
':c57' => [
'value' => (int) 62,
'type' => 'integer',
'placeholder' => 'c57'
],
':c58' => [
'value' => '63',
'type' => 'integer',
'placeholder' => 'c58'
],
':c59' => [
'value' => '64',
'type' => 'integer',
'placeholder' => 'c59'
],
':c60' => [
'value' => '65',
'type' => 'integer',
'placeholder' => 'c60'
],
':c61' => [
'value' => '66',
'type' => 'integer',
'placeholder' => 'c61'
],
':c62' => [
'value' => '67',
'type' => 'integer',
'placeholder' => 'c62'
],
':c63' => [
'value' => '68',
'type' => 'integer',
'placeholder' => 'c63'
],
':c64' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c64'
],
':c65' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c65'
],
':c66' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c66'
],
':c67' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c67'
],
':c68' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c68'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null
]</pre>
</div>
</div>
<div id="stack-frame-4" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/src/Controller/ProductsController.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-4">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="535"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $catResults03 </span><span style="color: #007700">= </span><span style="color: #0000BB">$PCategories</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'all'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'conditions' </span><span style="color: #007700">=> [</span><span style="color: #DD0000">'slug' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$ParentSlug03</span><span style="color: #007700">]])-></span><span style="color: #0000BB">first</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="536"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">//小カテゴリ</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="537"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $childcat_list_s </span><span style="color: #007700">= </span><span style="color: #0000BB">$PCategories</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">()</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="538"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">where</span><span style="color: #007700">([</span><span style="color: #DD0000">'id IN' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$results_master</span><span style="color: #007700">])</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="539"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'children'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'for' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$catResults03</span><span style="color: #007700">-></span><span style="color: #0000BB">id</span><span style="color: #007700">])</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="540"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'threaded'</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="541"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'childcat_list_s'</span><span style="color: #007700">, </span><span style="color: #0000BB">$childcat_list_s</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="542"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'catCID'</span><span style="color: #007700">, </span><span style="color: #0000BB">$catResults03</span><span style="color: #007700">-></span><span style="color: #0000BB">id</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="543"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-4" style="display: none;">
<pre>'children'
[
'for' => null
]</pre>
</div>
</div>
<div id="stack-frame-5" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-5">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="602"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="603"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/** @var callable $callable */</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="604"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $callable </span><span style="color: #007700">= [</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'action'</span><span style="color: #007700">)];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="605"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="606"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">$callable</span><span style="color: #007700">(...</span><span style="color: #0000BB">array_values</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'pass'</span><span style="color: #007700">)));</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="607"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="608"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">response </span><span style="color: #007700">= </span><span style="color: #0000BB">$result</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="609"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="610"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-5" style="display: none;">
<pre>'okinawa'
'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'</pre>
</div>
</div>
<div id="stack-frame-6" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-6">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="116"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="117"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$result</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="118"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="119"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="120"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeAction</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="121"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$response </span><span style="color: #007700">!== </span><span style="color: #0000BB">null </span><span style="color: #007700">&& !(</span><span style="color: #0000BB">$response </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="122"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">LogicException</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller actions can only return Cake\Http\Response or null.'</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="123"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="124"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-6" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-7" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-7">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="90"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} else {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="91"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $controller </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">factory</span><span style="color: #007700">-></span><span style="color: #0000BB">create</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="92"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'return'</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-7" style="display: none;">
<pre>object(App\Controller\ProductsController) {
paginate => [
'limit' => (int) 20
]
viewClass => 'Smarty'
helpers => []
request => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => [[maximum depth reached]]
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {}
[protected] uri => object(Laminas\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
[private] mergeFilesAsObjects => false
}
response => object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
[maximum depth reached]
],
'file' => null,
'fileRange' => [[maximum depth reached]],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [[maximum depth reached]],
'body' => ''
}
components => []
View => null
passedArgs => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
]
modelClass => 'Products'
viewVars => [
'catBID' => (int) 76,
'childcat_list_m' => object(Cake\ORM\Query) {},
'catAID' => (int) 19,
'childcat_list_l' => object(Cake\ORM\Query) {},
'childcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'companyName' => 'okinawa',
'category_slug_05' => 'touch-icon.png',
'category_slug_04' => 'common',
'category_slug_03' => 'img',
'category_slug_02' => 'other_miscellaneous_goods',
'category_slug_01' => 'souvenir_goods',
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {}
],
'results_master' => [
(int) 55 => (int) 1,
(int) 56 => (int) 3,
(int) 1 => '4',
(int) 2 => '5',
(int) 3 => '6',
(int) 4 => '7',
(int) 5 => '8',
(int) 6 => '9',
(int) 7 => '10',
(int) 8 => '11',
(int) 9 => '12',
(int) 10 => '13',
(int) 57 => (int) 14,
(int) 11 => '15',
(int) 12 => '16',
(int) 13 => '17',
(int) 14 => '18',
(int) 58 => (int) 19,
(int) 59 => (int) 20,
(int) 15 => '21',
(int) 16 => '22',
(int) 17 => '23',
(int) 60 => (int) 24,
(int) 18 => '25',
(int) 19 => '26',
(int) 20 => '27',
(int) 61 => (int) 28,
(int) 21 => '29',
(int) 22 => '30',
(int) 23 => '31',
(int) 62 => (int) 32,
(int) 24 => '33',
(int) 25 => '34',
(int) 26 => '35',
(int) 27 => '36',
(int) 28 => '37',
(int) 29 => '38',
(int) 30 => '39',
(int) 31 => '40',
(int) 32 => '41',
(int) 63 => (int) 42,
(int) 64 => (int) 43,
(int) 33 => '44',
(int) 34 => '45',
(int) 65 => (int) 46,
(int) 35 => '48',
(int) 36 => '49',
(int) 37 => '50',
(int) 38 => '51',
(int) 39 => '52',
(int) 40 => '53',
(int) 70 => (int) 54,
(int) 66 => (int) 55,
(int) 41 => '56',
(int) 67 => (int) 58,
(int) 42 => '59',
(int) 43 => '61',
(int) 68 => (int) 62,
(int) 44 => '63',
(int) 45 => '64',
(int) 46 => '65',
(int) 47 => '66',
(int) 48 => '67',
(int) 49 => '68',
(int) 50 => '76',
(int) 51 => '79',
(int) 52 => '82',
(int) 53 => '87',
(int) 54 => '90'
],
'results_main' => [
(int) 0 => null,
(int) 1 => (int) 54
],
'results_l' => [
(int) 0 => (int) 1,
(int) 1 => (int) 3,
(int) 2 => (int) 14,
(int) 3 => (int) 19,
(int) 4 => (int) 20,
(int) 5 => (int) 24,
(int) 6 => (int) 28,
(int) 7 => (int) 32,
(int) 8 => (int) 42,
(int) 9 => (int) 43,
(int) 10 => (int) 46,
(int) 11 => (int) 55,
(int) 12 => (int) 58,
(int) 13 => (int) 62
],
'results_s' => [
(int) 0 => '',
(int) 1 => '4',
(int) 2 => '5',
(int) 3 => '6',
(int) 4 => '7',
(int) 5 => '8',
(int) 6 => '9',
(int) 7 => '10',
(int) 8 => '11',
(int) 9 => '12',
(int) 10 => '13',
(int) 11 => '15',
(int) 12 => '16',
(int) 13 => '17',
(int) 14 => '18',
(int) 15 => '21',
(int) 16 => '22',
(int) 17 => '23',
(int) 18 => '25',
(int) 19 => '26',
(int) 20 => '27',
(int) 21 => '29',
(int) 22 => '30',
(int) 23 => '31',
(int) 24 => '33',
(int) 25 => '34',
(int) 26 => '35',
(int) 27 => '36',
(int) 28 => '37',
(int) 29 => '38',
(int) 30 => '39',
(int) 31 => '40',
(int) 32 => '41',
(int) 33 => '44',
(int) 34 => '45',
(int) 35 => '48',
(int) 36 => '49',
(int) 37 => '50',
(int) 38 => '51',
(int) 39 => '52',
(int) 40 => '53',
(int) 41 => '56',
(int) 42 => '59',
(int) 43 => '61',
(int) 44 => '63',
(int) 45 => '64',
(int) 46 => '65',
(int) 47 => '66',
(int) 48 => '67',
(int) 49 => '68',
(int) 50 => '76',
(int) 51 => '79',
(int) 52 => '82',
(int) 53 => '87',
(int) 54 => '90'
],
'company_type' => object(App\Model\Entity\MCompany) {},
'product_pickuplist' => object(Cake\ORM\Query) {},
'domain_now' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'domain' => 'https://www.nanpudo.co.jp',
'domain_app' => 'https://www.nanpudo.co.jp/app',
'domain_base' => 'https://www.nanpudo.co.jp'
]
RequestHandler => object(Cake\Controller\Component\RequestHandlerComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [
[maximum depth reached]
],
'_config' => [
[maximum depth reached]
]
}
Flash => object(Cake\Controller\Component\FlashComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
Cookie => object(Cake\Controller\Component\CookieComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
tProduct => object(App\Model\Table\TProductTable) {
'registryAlias' => 'tProduct',
'table' => 't_product',
'alias' => 'tProduct',
'entityClass' => 'App\Model\Entity\TProduct',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
mCompany => object(App\Model\Table\MCompanyTable) {
'registryAlias' => 'mCompany',
'table' => 'm_company',
'alias' => 'mCompany',
'entityClass' => 'App\Model\Entity\MCompany',
'associations' => [[maximum depth reached]],
'behaviors' => [[maximum depth reached]],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
pCategories => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
[protected] name => 'Products'
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {
'_Controller' => object(App\Controller\ProductsController) {},
'_loaded' => [
[maximum depth reached]
],
'_eventManager' => object(Cake\Event\EventManager) {},
'_eventClass' => 'Cake\Event\Event'
}
[protected] _validViewOptions => [
(int) 0 => 'passedArgs'
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {
'_listeners' => [
[maximum depth reached]
],
'_isGlobal' => false,
'_trackEvents' => false,
'_generalManager' => '(object) EventManager',
'_dispatchedEvents' => null
}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {
[protected] locations => [
[maximum depth reached]
]
[protected] _config => [[maximum depth reached]]
[protected] _instances => [
[maximum depth reached]
]
[protected] _fallbacked => [[maximum depth reached]]
[protected] _options => [
[maximum depth reached]
]
}
[protected] _modelFactories => [
'Table' => [
(int) 0 => object(Cake\ORM\Locator\TableLocator) {},
(int) 1 => 'get'
]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}</pre>
</div>
</div>
<div id="stack-frame-8" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-8">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="252"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return \</span><span style="color: #0000BB">Psr</span><span style="color: #007700">\</span><span style="color: #0000BB">Http</span><span style="color: #007700">\</span><span style="color: #0000BB">Message</span><span style="color: #007700">\</span><span style="color: #0000BB">ResponseInterface</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="253"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="254"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">ServerRequestInterface $request</span><span style="color: #007700">, </span><span style="color: #0000BB">ResponseInterface $response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="255"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="256"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getDispatcher</span><span style="color: #007700">()-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="257"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="258"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="259"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="260"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Get the ActionDispatcher</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-8" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-9" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-9">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-9" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-10" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-10">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="160"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="161"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="162"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $matching </span><span style="color: #007700">= </span><span style="color: #0000BB">Router</span><span style="color: #007700">::</span><span style="color: #0000BB">getRouteCollection</span><span style="color: #007700">()-></span><span style="color: #0000BB">getMiddleware</span><span style="color: #007700">(</span><span style="color: #0000BB">$middleware</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="163"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">$matching</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="164"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="165"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="166"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $matching</span><span style="color: #007700">[] = </span><span style="color: #0000BB">$next</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="167"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware </span><span style="color: #007700">= new </span><span style="color: #0000BB">MiddlewareQueue</span><span style="color: #007700">(</span><span style="color: #0000BB">$matching</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="168"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $runner </span><span style="color: #007700">= new </span><span style="color: #0000BB">Runner</span><span style="color: #007700">();</span></span></code></td>
</tr>
</table>
<div id="stack-args-10" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-11" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-11">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-11" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-12" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-12">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $assetFile </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getAssetFile</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$assetFile </span><span style="color: #007700">=== </span><span style="color: #0000BB">null </span><span style="color: #007700">|| !</span><span style="color: #0000BB">file_exists</span><span style="color: #007700">(</span><span style="color: #0000BB">$assetFile</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $file </span><span style="color: #007700">= new </span><span style="color: #0000BB">File</span><span style="color: #007700">(</span><span style="color: #0000BB">$assetFile</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $modifiedTime </span><span style="color: #007700">= </span><span style="color: #0000BB">$file</span><span style="color: #007700">-></span><span style="color: #0000BB">lastChange</span><span style="color: #007700">();</span></span></code></td>
</tr>
</table>
<div id="stack-args-12" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-13" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-13">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-13" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-14" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-14">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Throwable $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="102"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="103"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Exception $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="104"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-14" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-15" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-15">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-15" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-16" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-16">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="47"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="48"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware </span><span style="color: #007700">= </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="49"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index </span><span style="color: #007700">= </span><span style="color: #0000BB">0</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="50"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="51"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="52"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="53"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="54"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="55"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @</span><span style="color: #0000BB">param </span><span style="color: #007700">\</span><span style="color: #0000BB">Psr</span><span style="color: #007700">\</span><span style="color: #0000BB">Http</span><span style="color: #007700">\</span><span style="color: #0000BB">Message</span><span style="color: #007700">\</span><span style="color: #0000BB">ServerRequestInterface $request The server request</span></span></code></td>
</tr>
</table>
<div id="stack-args-16" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-17" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Server.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-17">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatchEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Server.buildMiddleware'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'middleware' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">add</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">app</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">runner</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">(</span><span style="color: #0000BB">$middleware</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!(</span><span style="color: #0000BB">$response </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ResponseInterface</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">RuntimeException</span><span style="color: #007700">(</span><span style="color: #0000BB">sprintf</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'Application did not create a response. Got "%s" instead.'</span><span style="color: #007700">,</span></span></code></td>
</tr>
</table>
<div id="stack-args-17" style="display: none;">
<pre>object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-18" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-18">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="36"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Bind your application to the server.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="37"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB">$server </span><span style="color: #007700">= new </span><span style="color: #0000BB">Server</span><span style="color: #007700">(new </span><span style="color: #0000BB">Application</span><span style="color: #007700">(</span><span style="color: #0000BB">dirname</span><span style="color: #007700">(</span><span style="color: #0000BB">__DIR__</span><span style="color: #007700">) . </span><span style="color: #DD0000">'/config'</span><span style="color: #007700">));</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="38"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="39"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Run the request/response through the application and emit the response.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="40"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">emit</span><span style="color: #007700">(</span><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="41"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-18" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div class="error-suggestion">
</div>
<p class="customize">
If you want to customize this error message, create
<em>src/Template/Error/error500.ctp</em>
</p>
</div>
<div class="error-nav">
<a href="#" class="toggle-link toggle-vendor-frames">toggle vendor stack frames</a>
<ul class="stack-trace">
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-0">
<span class="stack-function">⟩ Cake\ORM\Behavior\TreeBehavior->findChildren</span>
<span class="stack-file">
[internal function]
</span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-1">
<span class="stack-function">⟩ call_user_func_array</span>
<span class="stack-file">
CORE/src/ORM/BehaviorRegistry.php, line 277 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-2">
<span class="stack-function">⟩ Cake\ORM\BehaviorRegistry->callFinder</span>
<span class="stack-file">
CORE/src/ORM/Table.php, line 2562 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-3">
<span class="stack-function">⟩ Cake\ORM\Table->callFinder</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1249 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-4">
<span class="stack-function">⟩ Cake\ORM\Query->find</span>
<span class="stack-file">
APP/Controller/ProductsController.php, line 539 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-5">
<span class="stack-function">⟩ App\Controller\ProductsController->archiveCategory</span>
<span class="stack-file">
CORE/src/Controller/Controller.php, line 606 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-6">
<span class="stack-function">⟩ Cake\Controller\Controller->invokeAction</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 120 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-7">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->_invoke</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 94 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-8">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->dispatch</span>
<span class="stack-file">
CORE/src/Http/BaseApplication.php, line 256 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-9">
<span class="stack-function">⟩ Cake\Http\BaseApplication->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-10">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-11">
<span class="stack-function">⟩ Cake\Routing\Middleware\RoutingMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-12">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/AssetMiddleware.php, line 97 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-13">
<span class="stack-function">⟩ Cake\Routing\Middleware\AssetMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-14">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-15">
<span class="stack-function">⟩ Cake\Error\Middleware\ErrorHandlerMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-16">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 51 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-17">
<span class="stack-function">⟩ Cake\Http\Runner->run</span>
<span class="stack-file">
CORE/src/Http/Server.php, line 97 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-18">
<span class="stack-function">⟩ Cake\Http\Server->run</span>
<span class="stack-file">
ROOT/webroot/index.php, line 40 </span>
</a>
</li>
</ul>
</div>
<script type="text/javascript">
function bindEvent(selector, eventName, listener) {
var els = document.querySelectorAll(selector);
for (var i = 0, len = els.length; i < len; i++) {
els[i].addEventListener(eventName, listener, false);
}
}
function toggleElement(el) {
if (el.style.display === 'none') {
el.style.display = 'block';
} else {
el.style.display = 'none';
}
}
function each(els, cb) {
var i, len;
for (i = 0, len = els.length; i < len; i++) {
cb(els[i], i);
}
}
window.addEventListener('load', function() {
bindEvent('.stack-frame-args', 'click', function(event) {
var target = this.dataset['target'];
var el = document.getElementById(target);
toggleElement(el);
event.preventDefault();
});
var details = document.querySelectorAll('.stack-details');
var frames = document.querySelectorAll('.stack-frame');
bindEvent('.stack-frame a', 'click', function(event) {
each(frames, function(el) {
el.classList.remove('active');
});
this.parentNode.classList.add('active');
each(details, function(el) {
el.style.display = 'none';
});
var target = document.getElementById(this.dataset['target']);
toggleElement(target);
event.preventDefault();
});
bindEvent('.toggle-vendor-frames', 'click', function(event) {
each(frames, function(el) {
if (el.classList.contains('vendor-frame')) {
toggleElement(el);
}
});
event.preventDefault();
});
});
</script>
</body>
</html>
'
}
$reasonPhrase = 'Internal Server Error' header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 154
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 59
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php , line 183 ]Code Context foreach ( $values as $value ) {
header ( sprintf (
'%s: %s' ,
$response = object(Cake\Http\Response) {
'status' => (int) 500,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Error: The 'for' key is required for find('children') </title>
<link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <style>
body {
font: 14px helvetica, arial, sans-serif;
color: #222;
background-color: #f8f8f8;
padding:0;
margin: 0;
max-height: 100%;
}
.code-dump,
pre {
background: #fefefe;
border: 1px solid #ddd;
padding: 5px;
white-space: pre-wrap;
}
header {
background-color: #C3232D;
color: #ffffff;
padding: 16px 10px;
border-bottom: 3px solid #626262;
}
.header-title {
margin: 0;
font-weight: normal;
font-size: 30px;
line-height: 64px;
}
.header-type {
opacity: 0.75;
display: block;
font-size: 16px;
line-height: 1;
}
.header-help {
font-size: 12px;
line-height: 1;
position: absolute;
top: 30px;
right: 16px;
}
.header-help a {
color: #fff;
}
.error-nav {
float: left;
width: 30%;
}
.error-contents {
padding: 10px 1%;
float: right;
width: 68%;
}
.error,
.error-subheading {
font-size: 18px;
margin-top: 0;
padding: 10px;
border: 1px solid #EDBD26;
}
.error-subheading {
background: #1798A5;
color: #fff;
border: 1px solid #02808C;
}
.error {
background: #ffd54f;
}
.customize {
opacity: 0.6;
}
.stack-trace {
list-style: none;
margin: 0;
padding: 0;
}
.stack-frame {
padding: 10px;
border-bottom: 1px solid #212121;
}
.stack-frame:last-child {
border-bottom: none;
}
.stack-frame a {
display: block;
color: #212121;
text-decoration: none;
}
.stack-frame.active {
background: #e5e5e5;
}
.stack-frame a:hover {
text-decoration: underline;
}
.stack-file,
.stack-function {
display: block;
margin-bottom: 5px;
}
.stack-frame-file,
.stack-file {
font-family: consolas, monospace;
}
.stack-function {
font-weight: bold;
}
.stack-file {
font-size: 0.9em;
word-wrap: break-word;
}
.stack-details {
background: #ececec;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
border: 1px solid #ababab;
padding: 10px;
margin-bottom: 18px;
}
.stack-frame-args {
float: right;
}
.toggle-link {
color: #1798A5;
text-decoration: none;
}
.toggle-link:hover {
text-decoration: underline;
}
.toggle-vendor-frames {
padding: 5px;
display: block;
text-align: center;
}
.code-excerpt {
width: 100%;
margin: 5px 0;
background: #fefefe;
}
.code-highlight {
display: block;
background: #fff59d;
}
.excerpt-line {
padding-left: 2px;
}
.excerpt-number {
background: #f6f6f6;
width: 50px;
text-align: right;
color: #666;
border-right: 1px solid #ddd;
padding: 2px;
}
.excerpt-number:after {
content: attr(data-number);
}
table {
text-align: left;
}
th, td {
padding: 4px;
}
th {
border-bottom: 1px solid #ccc;
}
</style>
</head>
<body>
<header>
<h1 class="header-title">
The 'for' key is required for find('children') <span class="header-type">InvalidArgumentException</span>
</h1>
<div class="header-help">
<a target="_blank" href="https://book.cakephp.org/3/">Documentation</a>
<a target="_blank" href="https://api.cakephp.org/">API</a>
</div>
</header>
<div class="error-contents">
<div id="stack-frame-0" style="display:none;" class="stack-details">
<span class="stack-frame-file">[internal function]</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-0">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
</table>
<div id="stack-args-0" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '4',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '5',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '12',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '13',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 14,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '15',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => '16',
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '17',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '18',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 20,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '21',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '22',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '23',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => (int) 24,
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '25',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '26',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '27',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '30',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => '31',
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '33',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '34',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '37',
'type' => 'integer',
'placeholder' => 'c35'
],
':c36' => [
'value' => '38',
'type' => 'integer',
'placeholder' => 'c36'
],
':c37' => [
'value' => '39',
'type' => 'integer',
'placeholder' => 'c37'
],
':c38' => [
'value' => '40',
'type' => 'integer',
'placeholder' => 'c38'
],
':c39' => [
'value' => '41',
'type' => 'integer',
'placeholder' => 'c39'
],
':c40' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c40'
],
':c41' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c41'
],
':c42' => [
'value' => '44',
'type' => 'integer',
'placeholder' => 'c42'
],
':c43' => [
'value' => '45',
'type' => 'integer',
'placeholder' => 'c43'
],
':c44' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c44'
],
':c45' => [
'value' => '48',
'type' => 'integer',
'placeholder' => 'c45'
],
':c46' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c46'
],
':c47' => [
'value' => '50',
'type' => 'integer',
'placeholder' => 'c47'
],
':c48' => [
'value' => '51',
'type' => 'integer',
'placeholder' => 'c48'
],
':c49' => [
'value' => '52',
'type' => 'integer',
'placeholder' => 'c49'
],
':c50' => [
'value' => '53',
'type' => 'integer',
'placeholder' => 'c50'
],
':c51' => [
'value' => (int) 54,
'type' => 'integer',
'placeholder' => 'c51'
],
':c52' => [
'value' => (int) 55,
'type' => 'integer',
'placeholder' => 'c52'
],
':c53' => [
'value' => '56',
'type' => 'integer',
'placeholder' => 'c53'
],
':c54' => [
'value' => (int) 58,
'type' => 'integer',
'placeholder' => 'c54'
],
':c55' => [
'value' => '59',
'type' => 'integer',
'placeholder' => 'c55'
],
':c56' => [
'value' => '61',
'type' => 'integer',
'placeholder' => 'c56'
],
':c57' => [
'value' => (int) 62,
'type' => 'integer',
'placeholder' => 'c57'
],
':c58' => [
'value' => '63',
'type' => 'integer',
'placeholder' => 'c58'
],
':c59' => [
'value' => '64',
'type' => 'integer',
'placeholder' => 'c59'
],
':c60' => [
'value' => '65',
'type' => 'integer',
'placeholder' => 'c60'
],
':c61' => [
'value' => '66',
'type' => 'integer',
'placeholder' => 'c61'
],
':c62' => [
'value' => '67',
'type' => 'integer',
'placeholder' => 'c62'
],
':c63' => [
'value' => '68',
'type' => 'integer',
'placeholder' => 'c63'
],
':c64' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c64'
],
':c65' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c65'
],
':c66' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c66'
],
':c67' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c67'
],
':c68' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c68'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null,
'direct' => false
]</pre>
</div>
</div>
<div id="stack-frame-1" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-1">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="273"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="274"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">hasFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">) && </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">has</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_finderMap</span><span style="color: #007700">[</span><span style="color: #0000BB">$type</span><span style="color: #007700">][</span><span style="color: #0000BB">0</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="275"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">list(</span><span style="color: #0000BB">$behavior</span><span style="color: #007700">, </span><span style="color: #0000BB">$callMethod</span><span style="color: #007700">) = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_finderMap</span><span style="color: #007700">[</span><span style="color: #0000BB">$type</span><span style="color: #007700">];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="276"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="277"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">([</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$behavior</span><span style="color: #007700">], </span><span style="color: #0000BB">$callMethod</span><span style="color: #007700">], </span><span style="color: #0000BB">$args</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="278"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="279"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="280"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">BadMethodCallException</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="281"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> sprintf</span><span style="color: #007700">(</span><span style="color: #DD0000">'Cannot call finder "%s" it does not belong to any attached behavior.'</span><span style="color: #007700">, </span><span style="color: #0000BB">$type</span><span style="color: #007700">)</span></span></code></td>
</tr>
</table>
<div id="stack-args-1" style="display: none;">
<pre>[
(int) 0 => object(Cake\ORM\Behavior\TreeBehavior) {
[protected] _primaryKey => 'id'
[protected] _defaultConfig => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null
]
[protected] _table => object(App\Model\Table\PCategoriesTable) {}
[protected] _reflectionCache => []
[protected] _config => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null,
'leftField' => object(Cake\Database\Expression\IdentifierExpression) {},
'rightField' => object(Cake\Database\Expression\IdentifierExpression) {}
]
[protected] _configInitialized => true
},
(int) 1 => 'findChildren'
]
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
],
':c36' => [
[maximum depth reached]
],
':c37' => [
[maximum depth reached]
],
':c38' => [
[maximum depth reached]
],
':c39' => [
[maximum depth reached]
],
':c40' => [
[maximum depth reached]
],
':c41' => [
[maximum depth reached]
],
':c42' => [
[maximum depth reached]
],
':c43' => [
[maximum depth reached]
],
':c44' => [
[maximum depth reached]
],
':c45' => [
[maximum depth reached]
],
':c46' => [
[maximum depth reached]
],
':c47' => [
[maximum depth reached]
],
':c48' => [
[maximum depth reached]
],
':c49' => [
[maximum depth reached]
],
':c50' => [
[maximum depth reached]
],
':c51' => [
[maximum depth reached]
],
':c52' => [
[maximum depth reached]
],
':c53' => [
[maximum depth reached]
],
':c54' => [
[maximum depth reached]
],
':c55' => [
[maximum depth reached]
],
':c56' => [
[maximum depth reached]
],
':c57' => [
[maximum depth reached]
],
':c58' => [
[maximum depth reached]
],
':c59' => [
[maximum depth reached]
],
':c60' => [
[maximum depth reached]
],
':c61' => [
[maximum depth reached]
],
':c62' => [
[maximum depth reached]
],
':c63' => [
[maximum depth reached]
],
':c64' => [
[maximum depth reached]
],
':c65' => [
[maximum depth reached]
],
':c66' => [
[maximum depth reached]
],
':c67' => [
[maximum depth reached]
],
':c68' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]</pre>
</div>
</div>
<div id="stack-frame-2" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Table.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-2">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="2558"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">->{</span><span style="color: #0000BB">$finder</span><span style="color: #007700">}(</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2559"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2560"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2561"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors </span><span style="color: #007700">&& </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors</span><span style="color: #007700">-></span><span style="color: #0000BB">hasFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2562"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors</span><span style="color: #007700">-></span><span style="color: #0000BB">callFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">, [</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">]);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2563"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2564"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2565"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">BadMethodCallException</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2566"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> sprintf</span><span style="color: #007700">(</span><span style="color: #DD0000">'Unknown finder method "%s"'</span><span style="color: #007700">, </span><span style="color: #0000BB">$type</span><span style="color: #007700">)</span></span></code></td>
</tr>
</table>
<div id="stack-args-2" style="display: none;">
<pre>'children'
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
],
':c36' => [
[maximum depth reached]
],
':c37' => [
[maximum depth reached]
],
':c38' => [
[maximum depth reached]
],
':c39' => [
[maximum depth reached]
],
':c40' => [
[maximum depth reached]
],
':c41' => [
[maximum depth reached]
],
':c42' => [
[maximum depth reached]
],
':c43' => [
[maximum depth reached]
],
':c44' => [
[maximum depth reached]
],
':c45' => [
[maximum depth reached]
],
':c46' => [
[maximum depth reached]
],
':c47' => [
[maximum depth reached]
],
':c48' => [
[maximum depth reached]
],
':c49' => [
[maximum depth reached]
],
':c50' => [
[maximum depth reached]
],
':c51' => [
[maximum depth reached]
],
':c52' => [
[maximum depth reached]
],
':c53' => [
[maximum depth reached]
],
':c54' => [
[maximum depth reached]
],
':c55' => [
[maximum depth reached]
],
':c56' => [
[maximum depth reached]
],
':c57' => [
[maximum depth reached]
],
':c58' => [
[maximum depth reached]
],
':c59' => [
[maximum depth reached]
],
':c60' => [
[maximum depth reached]
],
':c61' => [
[maximum depth reached]
],
':c62' => [
[maximum depth reached]
],
':c63' => [
[maximum depth reached]
],
':c64' => [
[maximum depth reached]
],
':c65' => [
[maximum depth reached]
],
':c66' => [
[maximum depth reached]
],
':c67' => [
[maximum depth reached]
],
':c68' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]</pre>
</div>
</div>
<div id="stack-frame-3" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Query.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-3">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="1245"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1246"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/** @var \Cake\ORM\Table $table */</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1247"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $table </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getRepository</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1248"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1249"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$table</span><span style="color: #007700">-></span><span style="color: #0000BB">callFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$finder</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1250"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1251"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1252"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1253"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Marks a query </span><span style="color: #007700">as </span><span style="color: #0000BB">dirty</span><span style="color: #007700">, </span><span style="color: #0000BB">removing any preprocessed information</span></span></code></td>
</tr>
</table>
<div id="stack-args-3" style="display: none;">
<pre>'children'
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '4',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '5',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '12',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '13',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 14,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '15',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => '16',
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '17',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '18',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 20,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '21',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '22',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '23',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => (int) 24,
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '25',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '26',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '27',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '30',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => '31',
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '33',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '34',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '37',
'type' => 'integer',
'placeholder' => 'c35'
],
':c36' => [
'value' => '38',
'type' => 'integer',
'placeholder' => 'c36'
],
':c37' => [
'value' => '39',
'type' => 'integer',
'placeholder' => 'c37'
],
':c38' => [
'value' => '40',
'type' => 'integer',
'placeholder' => 'c38'
],
':c39' => [
'value' => '41',
'type' => 'integer',
'placeholder' => 'c39'
],
':c40' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c40'
],
':c41' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c41'
],
':c42' => [
'value' => '44',
'type' => 'integer',
'placeholder' => 'c42'
],
':c43' => [
'value' => '45',
'type' => 'integer',
'placeholder' => 'c43'
],
':c44' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c44'
],
':c45' => [
'value' => '48',
'type' => 'integer',
'placeholder' => 'c45'
],
':c46' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c46'
],
':c47' => [
'value' => '50',
'type' => 'integer',
'placeholder' => 'c47'
],
':c48' => [
'value' => '51',
'type' => 'integer',
'placeholder' => 'c48'
],
':c49' => [
'value' => '52',
'type' => 'integer',
'placeholder' => 'c49'
],
':c50' => [
'value' => '53',
'type' => 'integer',
'placeholder' => 'c50'
],
':c51' => [
'value' => (int) 54,
'type' => 'integer',
'placeholder' => 'c51'
],
':c52' => [
'value' => (int) 55,
'type' => 'integer',
'placeholder' => 'c52'
],
':c53' => [
'value' => '56',
'type' => 'integer',
'placeholder' => 'c53'
],
':c54' => [
'value' => (int) 58,
'type' => 'integer',
'placeholder' => 'c54'
],
':c55' => [
'value' => '59',
'type' => 'integer',
'placeholder' => 'c55'
],
':c56' => [
'value' => '61',
'type' => 'integer',
'placeholder' => 'c56'
],
':c57' => [
'value' => (int) 62,
'type' => 'integer',
'placeholder' => 'c57'
],
':c58' => [
'value' => '63',
'type' => 'integer',
'placeholder' => 'c58'
],
':c59' => [
'value' => '64',
'type' => 'integer',
'placeholder' => 'c59'
],
':c60' => [
'value' => '65',
'type' => 'integer',
'placeholder' => 'c60'
],
':c61' => [
'value' => '66',
'type' => 'integer',
'placeholder' => 'c61'
],
':c62' => [
'value' => '67',
'type' => 'integer',
'placeholder' => 'c62'
],
':c63' => [
'value' => '68',
'type' => 'integer',
'placeholder' => 'c63'
],
':c64' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c64'
],
':c65' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c65'
],
':c66' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c66'
],
':c67' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c67'
],
':c68' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c68'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null
]</pre>
</div>
</div>
<div id="stack-frame-4" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/src/Controller/ProductsController.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-4">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="535"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $catResults03 </span><span style="color: #007700">= </span><span style="color: #0000BB">$PCategories</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'all'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'conditions' </span><span style="color: #007700">=> [</span><span style="color: #DD0000">'slug' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$ParentSlug03</span><span style="color: #007700">]])-></span><span style="color: #0000BB">first</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="536"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">//小カテゴリ</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="537"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $childcat_list_s </span><span style="color: #007700">= </span><span style="color: #0000BB">$PCategories</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">()</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="538"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">where</span><span style="color: #007700">([</span><span style="color: #DD0000">'id IN' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$results_master</span><span style="color: #007700">])</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="539"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'children'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'for' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$catResults03</span><span style="color: #007700">-></span><span style="color: #0000BB">id</span><span style="color: #007700">])</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="540"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'threaded'</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="541"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'childcat_list_s'</span><span style="color: #007700">, </span><span style="color: #0000BB">$childcat_list_s</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="542"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'catCID'</span><span style="color: #007700">, </span><span style="color: #0000BB">$catResults03</span><span style="color: #007700">-></span><span style="color: #0000BB">id</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="543"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-4" style="display: none;">
<pre>'children'
[
'for' => null
]</pre>
</div>
</div>
<div id="stack-frame-5" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-5">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="602"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="603"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/** @var callable $callable */</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="604"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $callable </span><span style="color: #007700">= [</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'action'</span><span style="color: #007700">)];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="605"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="606"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">$callable</span><span style="color: #007700">(...</span><span style="color: #0000BB">array_values</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'pass'</span><span style="color: #007700">)));</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="607"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="608"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">response </span><span style="color: #007700">= </span><span style="color: #0000BB">$result</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="609"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="610"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-5" style="display: none;">
<pre>'okinawa'
'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'</pre>
</div>
</div>
<div id="stack-frame-6" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-6">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="116"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="117"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$result</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="118"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="119"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="120"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeAction</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="121"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$response </span><span style="color: #007700">!== </span><span style="color: #0000BB">null </span><span style="color: #007700">&& !(</span><span style="color: #0000BB">$response </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="122"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">LogicException</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller actions can only return Cake\Http\Response or null.'</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="123"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="124"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-6" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-7" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-7">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="90"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} else {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="91"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $controller </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">factory</span><span style="color: #007700">-></span><span style="color: #0000BB">create</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="92"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'return'</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-7" style="display: none;">
<pre>object(App\Controller\ProductsController) {
paginate => [
'limit' => (int) 20
]
viewClass => 'Smarty'
helpers => []
request => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => [[maximum depth reached]]
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {}
[protected] uri => object(Laminas\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
[private] mergeFilesAsObjects => false
}
response => object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
[maximum depth reached]
],
'file' => null,
'fileRange' => [[maximum depth reached]],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [[maximum depth reached]],
'body' => ''
}
components => []
View => null
passedArgs => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
]
modelClass => 'Products'
viewVars => [
'catBID' => (int) 76,
'childcat_list_m' => object(Cake\ORM\Query) {},
'catAID' => (int) 19,
'childcat_list_l' => object(Cake\ORM\Query) {},
'childcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'companyName' => 'okinawa',
'category_slug_05' => 'touch-icon.png',
'category_slug_04' => 'common',
'category_slug_03' => 'img',
'category_slug_02' => 'other_miscellaneous_goods',
'category_slug_01' => 'souvenir_goods',
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {}
],
'results_master' => [
(int) 55 => (int) 1,
(int) 56 => (int) 3,
(int) 1 => '4',
(int) 2 => '5',
(int) 3 => '6',
(int) 4 => '7',
(int) 5 => '8',
(int) 6 => '9',
(int) 7 => '10',
(int) 8 => '11',
(int) 9 => '12',
(int) 10 => '13',
(int) 57 => (int) 14,
(int) 11 => '15',
(int) 12 => '16',
(int) 13 => '17',
(int) 14 => '18',
(int) 58 => (int) 19,
(int) 59 => (int) 20,
(int) 15 => '21',
(int) 16 => '22',
(int) 17 => '23',
(int) 60 => (int) 24,
(int) 18 => '25',
(int) 19 => '26',
(int) 20 => '27',
(int) 61 => (int) 28,
(int) 21 => '29',
(int) 22 => '30',
(int) 23 => '31',
(int) 62 => (int) 32,
(int) 24 => '33',
(int) 25 => '34',
(int) 26 => '35',
(int) 27 => '36',
(int) 28 => '37',
(int) 29 => '38',
(int) 30 => '39',
(int) 31 => '40',
(int) 32 => '41',
(int) 63 => (int) 42,
(int) 64 => (int) 43,
(int) 33 => '44',
(int) 34 => '45',
(int) 65 => (int) 46,
(int) 35 => '48',
(int) 36 => '49',
(int) 37 => '50',
(int) 38 => '51',
(int) 39 => '52',
(int) 40 => '53',
(int) 70 => (int) 54,
(int) 66 => (int) 55,
(int) 41 => '56',
(int) 67 => (int) 58,
(int) 42 => '59',
(int) 43 => '61',
(int) 68 => (int) 62,
(int) 44 => '63',
(int) 45 => '64',
(int) 46 => '65',
(int) 47 => '66',
(int) 48 => '67',
(int) 49 => '68',
(int) 50 => '76',
(int) 51 => '79',
(int) 52 => '82',
(int) 53 => '87',
(int) 54 => '90'
],
'results_main' => [
(int) 0 => null,
(int) 1 => (int) 54
],
'results_l' => [
(int) 0 => (int) 1,
(int) 1 => (int) 3,
(int) 2 => (int) 14,
(int) 3 => (int) 19,
(int) 4 => (int) 20,
(int) 5 => (int) 24,
(int) 6 => (int) 28,
(int) 7 => (int) 32,
(int) 8 => (int) 42,
(int) 9 => (int) 43,
(int) 10 => (int) 46,
(int) 11 => (int) 55,
(int) 12 => (int) 58,
(int) 13 => (int) 62
],
'results_s' => [
(int) 0 => '',
(int) 1 => '4',
(int) 2 => '5',
(int) 3 => '6',
(int) 4 => '7',
(int) 5 => '8',
(int) 6 => '9',
(int) 7 => '10',
(int) 8 => '11',
(int) 9 => '12',
(int) 10 => '13',
(int) 11 => '15',
(int) 12 => '16',
(int) 13 => '17',
(int) 14 => '18',
(int) 15 => '21',
(int) 16 => '22',
(int) 17 => '23',
(int) 18 => '25',
(int) 19 => '26',
(int) 20 => '27',
(int) 21 => '29',
(int) 22 => '30',
(int) 23 => '31',
(int) 24 => '33',
(int) 25 => '34',
(int) 26 => '35',
(int) 27 => '36',
(int) 28 => '37',
(int) 29 => '38',
(int) 30 => '39',
(int) 31 => '40',
(int) 32 => '41',
(int) 33 => '44',
(int) 34 => '45',
(int) 35 => '48',
(int) 36 => '49',
(int) 37 => '50',
(int) 38 => '51',
(int) 39 => '52',
(int) 40 => '53',
(int) 41 => '56',
(int) 42 => '59',
(int) 43 => '61',
(int) 44 => '63',
(int) 45 => '64',
(int) 46 => '65',
(int) 47 => '66',
(int) 48 => '67',
(int) 49 => '68',
(int) 50 => '76',
(int) 51 => '79',
(int) 52 => '82',
(int) 53 => '87',
(int) 54 => '90'
],
'company_type' => object(App\Model\Entity\MCompany) {},
'product_pickuplist' => object(Cake\ORM\Query) {},
'domain_now' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'domain' => 'https://www.nanpudo.co.jp',
'domain_app' => 'https://www.nanpudo.co.jp/app',
'domain_base' => 'https://www.nanpudo.co.jp'
]
RequestHandler => object(Cake\Controller\Component\RequestHandlerComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [
[maximum depth reached]
],
'_config' => [
[maximum depth reached]
]
}
Flash => object(Cake\Controller\Component\FlashComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
Cookie => object(Cake\Controller\Component\CookieComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
tProduct => object(App\Model\Table\TProductTable) {
'registryAlias' => 'tProduct',
'table' => 't_product',
'alias' => 'tProduct',
'entityClass' => 'App\Model\Entity\TProduct',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
mCompany => object(App\Model\Table\MCompanyTable) {
'registryAlias' => 'mCompany',
'table' => 'm_company',
'alias' => 'mCompany',
'entityClass' => 'App\Model\Entity\MCompany',
'associations' => [[maximum depth reached]],
'behaviors' => [[maximum depth reached]],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
pCategories => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
[protected] name => 'Products'
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {
'_Controller' => object(App\Controller\ProductsController) {},
'_loaded' => [
[maximum depth reached]
],
'_eventManager' => object(Cake\Event\EventManager) {},
'_eventClass' => 'Cake\Event\Event'
}
[protected] _validViewOptions => [
(int) 0 => 'passedArgs'
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {
'_listeners' => [
[maximum depth reached]
],
'_isGlobal' => false,
'_trackEvents' => false,
'_generalManager' => '(object) EventManager',
'_dispatchedEvents' => null
}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {
[protected] locations => [
[maximum depth reached]
]
[protected] _config => [[maximum depth reached]]
[protected] _instances => [
[maximum depth reached]
]
[protected] _fallbacked => [[maximum depth reached]]
[protected] _options => [
[maximum depth reached]
]
}
[protected] _modelFactories => [
'Table' => [
(int) 0 => object(Cake\ORM\Locator\TableLocator) {},
(int) 1 => 'get'
]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}</pre>
</div>
</div>
<div id="stack-frame-8" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-8">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="252"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return \</span><span style="color: #0000BB">Psr</span><span style="color: #007700">\</span><span style="color: #0000BB">Http</span><span style="color: #007700">\</span><span style="color: #0000BB">Message</span><span style="color: #007700">\</span><span style="color: #0000BB">ResponseInterface</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="253"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="254"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">ServerRequestInterface $request</span><span style="color: #007700">, </span><span style="color: #0000BB">ResponseInterface $response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="255"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="256"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getDispatcher</span><span style="color: #007700">()-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="257"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="258"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="259"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="260"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Get the ActionDispatcher</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-8" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-9" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-9">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-9" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-10" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-10">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="160"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="161"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="162"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $matching </span><span style="color: #007700">= </span><span style="color: #0000BB">Router</span><span style="color: #007700">::</span><span style="color: #0000BB">getRouteCollection</span><span style="color: #007700">()-></span><span style="color: #0000BB">getMiddleware</span><span style="color: #007700">(</span><span style="color: #0000BB">$middleware</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="163"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">$matching</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="164"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="165"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="166"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $matching</span><span style="color: #007700">[] = </span><span style="color: #0000BB">$next</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="167"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware </span><span style="color: #007700">= new </span><span style="color: #0000BB">MiddlewareQueue</span><span style="color: #007700">(</span><span style="color: #0000BB">$matching</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="168"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $runner </span><span style="color: #007700">= new </span><span style="color: #0000BB">Runner</span><span style="color: #007700">();</span></span></code></td>
</tr>
</table>
<div id="stack-args-10" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-11" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-11">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-11" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-12" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-12">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $assetFile </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getAssetFile</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$assetFile </span><span style="color: #007700">=== </span><span style="color: #0000BB">null </span><span style="color: #007700">|| !</span><span style="color: #0000BB">file_exists</span><span style="color: #007700">(</span><span style="color: #0000BB">$assetFile</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $file </span><span style="color: #007700">= new </span><span style="color: #0000BB">File</span><span style="color: #007700">(</span><span style="color: #0000BB">$assetFile</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $modifiedTime </span><span style="color: #007700">= </span><span style="color: #0000BB">$file</span><span style="color: #007700">-></span><span style="color: #0000BB">lastChange</span><span style="color: #007700">();</span></span></code></td>
</tr>
</table>
<div id="stack-args-12" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-13" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-13">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-13" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-14" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-14">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Throwable $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="102"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="103"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Exception $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="104"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-14" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-15" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-15">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-15" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-16" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-16">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="47"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="48"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware </span><span style="color: #007700">= </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="49"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index </span><span style="color: #007700">= </span><span style="color: #0000BB">0</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="50"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="51"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="52"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="53"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="54"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="55"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @</span><span style="color: #0000BB">param </span><span style="color: #007700">\</span><span style="color: #0000BB">Psr</span><span style="color: #007700">\</span><span style="color: #0000BB">Http</span><span style="color: #007700">\</span><span style="color: #0000BB">Message</span><span style="color: #007700">\</span><span style="color: #0000BB">ServerRequestInterface $request The server request</span></span></code></td>
</tr>
</table>
<div id="stack-args-16" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-17" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Server.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-17">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatchEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Server.buildMiddleware'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'middleware' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">add</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">app</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">runner</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">(</span><span style="color: #0000BB">$middleware</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!(</span><span style="color: #0000BB">$response </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ResponseInterface</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">RuntimeException</span><span style="color: #007700">(</span><span style="color: #0000BB">sprintf</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'Application did not create a response. Got "%s" instead.'</span><span style="color: #007700">,</span></span></code></td>
</tr>
</table>
<div id="stack-args-17" style="display: none;">
<pre>object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-18" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-18">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="36"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Bind your application to the server.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="37"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB">$server </span><span style="color: #007700">= new </span><span style="color: #0000BB">Server</span><span style="color: #007700">(new </span><span style="color: #0000BB">Application</span><span style="color: #007700">(</span><span style="color: #0000BB">dirname</span><span style="color: #007700">(</span><span style="color: #0000BB">__DIR__</span><span style="color: #007700">) . </span><span style="color: #DD0000">'/config'</span><span style="color: #007700">));</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="38"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="39"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Run the request/response through the application and emit the response.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="40"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">emit</span><span style="color: #007700">(</span><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="41"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-18" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div class="error-suggestion">
</div>
<p class="customize">
If you want to customize this error message, create
<em>src/Template/Error/error500.ctp</em>
</p>
</div>
<div class="error-nav">
<a href="#" class="toggle-link toggle-vendor-frames">toggle vendor stack frames</a>
<ul class="stack-trace">
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-0">
<span class="stack-function">⟩ Cake\ORM\Behavior\TreeBehavior->findChildren</span>
<span class="stack-file">
[internal function]
</span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-1">
<span class="stack-function">⟩ call_user_func_array</span>
<span class="stack-file">
CORE/src/ORM/BehaviorRegistry.php, line 277 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-2">
<span class="stack-function">⟩ Cake\ORM\BehaviorRegistry->callFinder</span>
<span class="stack-file">
CORE/src/ORM/Table.php, line 2562 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-3">
<span class="stack-function">⟩ Cake\ORM\Table->callFinder</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1249 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-4">
<span class="stack-function">⟩ Cake\ORM\Query->find</span>
<span class="stack-file">
APP/Controller/ProductsController.php, line 539 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-5">
<span class="stack-function">⟩ App\Controller\ProductsController->archiveCategory</span>
<span class="stack-file">
CORE/src/Controller/Controller.php, line 606 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-6">
<span class="stack-function">⟩ Cake\Controller\Controller->invokeAction</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 120 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-7">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->_invoke</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 94 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-8">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->dispatch</span>
<span class="stack-file">
CORE/src/Http/BaseApplication.php, line 256 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-9">
<span class="stack-function">⟩ Cake\Http\BaseApplication->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-10">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-11">
<span class="stack-function">⟩ Cake\Routing\Middleware\RoutingMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-12">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/AssetMiddleware.php, line 97 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-13">
<span class="stack-function">⟩ Cake\Routing\Middleware\AssetMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-14">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-15">
<span class="stack-function">⟩ Cake\Error\Middleware\ErrorHandlerMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-16">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 51 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-17">
<span class="stack-function">⟩ Cake\Http\Runner->run</span>
<span class="stack-file">
CORE/src/Http/Server.php, line 97 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-18">
<span class="stack-function">⟩ Cake\Http\Server->run</span>
<span class="stack-file">
ROOT/webroot/index.php, line 40 </span>
</a>
</li>
</ul>
</div>
<script type="text/javascript">
function bindEvent(selector, eventName, listener) {
var els = document.querySelectorAll(selector);
for (var i = 0, len = els.length; i < len; i++) {
els[i].addEventListener(eventName, listener, false);
}
}
function toggleElement(el) {
if (el.style.display === 'none') {
el.style.display = 'block';
} else {
el.style.display = 'none';
}
}
function each(els, cb) {
var i, len;
for (i = 0, len = els.length; i < len; i++) {
cb(els[i], i);
}
}
window.addEventListener('load', function() {
bindEvent('.stack-frame-args', 'click', function(event) {
var target = this.dataset['target'];
var el = document.getElementById(target);
toggleElement(el);
event.preventDefault();
});
var details = document.querySelectorAll('.stack-details');
var frames = document.querySelectorAll('.stack-frame');
bindEvent('.stack-frame a', 'click', function(event) {
each(frames, function(el) {
el.classList.remove('active');
});
this.parentNode.classList.add('active');
each(details, function(el) {
el.style.display = 'none';
});
var target = document.getElementById(this.dataset['target']);
toggleElement(target);
event.preventDefault();
});
bindEvent('.toggle-vendor-frames', 'click', function(event) {
each(frames, function(el) {
if (el.classList.contains('vendor-frame')) {
toggleElement(el);
}
});
event.preventDefault();
});
});
</script>
</body>
</html>
'
}
$cookies = []
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 183
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 60
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40
Error: The 'for' key is required for find('children')
[internal function]
toggle arguments
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '4',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '5',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '12',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '13',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 14,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '15',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => '16',
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '17',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '18',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 20,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '21',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '22',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '23',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => (int) 24,
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '25',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '26',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '27',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '30',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => '31',
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '33',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '34',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '37',
'type' => 'integer',
'placeholder' => 'c35'
],
':c36' => [
'value' => '38',
'type' => 'integer',
'placeholder' => 'c36'
],
':c37' => [
'value' => '39',
'type' => 'integer',
'placeholder' => 'c37'
],
':c38' => [
'value' => '40',
'type' => 'integer',
'placeholder' => 'c38'
],
':c39' => [
'value' => '41',
'type' => 'integer',
'placeholder' => 'c39'
],
':c40' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c40'
],
':c41' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c41'
],
':c42' => [
'value' => '44',
'type' => 'integer',
'placeholder' => 'c42'
],
':c43' => [
'value' => '45',
'type' => 'integer',
'placeholder' => 'c43'
],
':c44' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c44'
],
':c45' => [
'value' => '48',
'type' => 'integer',
'placeholder' => 'c45'
],
':c46' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c46'
],
':c47' => [
'value' => '50',
'type' => 'integer',
'placeholder' => 'c47'
],
':c48' => [
'value' => '51',
'type' => 'integer',
'placeholder' => 'c48'
],
':c49' => [
'value' => '52',
'type' => 'integer',
'placeholder' => 'c49'
],
':c50' => [
'value' => '53',
'type' => 'integer',
'placeholder' => 'c50'
],
':c51' => [
'value' => (int) 54,
'type' => 'integer',
'placeholder' => 'c51'
],
':c52' => [
'value' => (int) 55,
'type' => 'integer',
'placeholder' => 'c52'
],
':c53' => [
'value' => '56',
'type' => 'integer',
'placeholder' => 'c53'
],
':c54' => [
'value' => (int) 58,
'type' => 'integer',
'placeholder' => 'c54'
],
':c55' => [
'value' => '59',
'type' => 'integer',
'placeholder' => 'c55'
],
':c56' => [
'value' => '61',
'type' => 'integer',
'placeholder' => 'c56'
],
':c57' => [
'value' => (int) 62,
'type' => 'integer',
'placeholder' => 'c57'
],
':c58' => [
'value' => '63',
'type' => 'integer',
'placeholder' => 'c58'
],
':c59' => [
'value' => '64',
'type' => 'integer',
'placeholder' => 'c59'
],
':c60' => [
'value' => '65',
'type' => 'integer',
'placeholder' => 'c60'
],
':c61' => [
'value' => '66',
'type' => 'integer',
'placeholder' => 'c61'
],
':c62' => [
'value' => '67',
'type' => 'integer',
'placeholder' => 'c62'
],
':c63' => [
'value' => '68',
'type' => 'integer',
'placeholder' => 'c63'
],
':c64' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c64'
],
':c65' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c65'
],
':c66' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c66'
],
':c67' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c67'
],
':c68' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c68'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null,
'direct' => false
]
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php
toggle arguments
if ( $this -> hasFinder ( $type ) && $this -> has ( $this -> _finderMap [ $type ][ 0 ])) {
list( $behavior , $callMethod ) = $this -> _finderMap [ $type ];
return call_user_func_array ([ $this -> _loaded [ $behavior ], $callMethod ], $args );
}
throw new BadMethodCallException (
sprintf ( 'Cannot call finder "%s" it does not belong to any attached behavior.' , $type )
[
(int) 0 => object(Cake\ORM\Behavior\TreeBehavior) {
[protected] _primaryKey => 'id'
[protected] _defaultConfig => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null
]
[protected] _table => object(App\Model\Table\PCategoriesTable) {}
[protected] _reflectionCache => []
[protected] _config => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null,
'leftField' => object(Cake\Database\Expression\IdentifierExpression) {},
'rightField' => object(Cake\Database\Expression\IdentifierExpression) {}
]
[protected] _configInitialized => true
},
(int) 1 => 'findChildren'
]
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
],
':c36' => [
[maximum depth reached]
],
':c37' => [
[maximum depth reached]
],
':c38' => [
[maximum depth reached]
],
':c39' => [
[maximum depth reached]
],
':c40' => [
[maximum depth reached]
],
':c41' => [
[maximum depth reached]
],
':c42' => [
[maximum depth reached]
],
':c43' => [
[maximum depth reached]
],
':c44' => [
[maximum depth reached]
],
':c45' => [
[maximum depth reached]
],
':c46' => [
[maximum depth reached]
],
':c47' => [
[maximum depth reached]
],
':c48' => [
[maximum depth reached]
],
':c49' => [
[maximum depth reached]
],
':c50' => [
[maximum depth reached]
],
':c51' => [
[maximum depth reached]
],
':c52' => [
[maximum depth reached]
],
':c53' => [
[maximum depth reached]
],
':c54' => [
[maximum depth reached]
],
':c55' => [
[maximum depth reached]
],
':c56' => [
[maximum depth reached]
],
':c57' => [
[maximum depth reached]
],
':c58' => [
[maximum depth reached]
],
':c59' => [
[maximum depth reached]
],
':c60' => [
[maximum depth reached]
],
':c61' => [
[maximum depth reached]
],
':c62' => [
[maximum depth reached]
],
':c63' => [
[maximum depth reached]
],
':c64' => [
[maximum depth reached]
],
':c65' => [
[maximum depth reached]
],
':c66' => [
[maximum depth reached]
],
':c67' => [
[maximum depth reached]
],
':c68' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Table.php
toggle arguments
return $this ->{ $finder }( $query , $options );
}
if ( $this -> _behaviors && $this -> _behaviors -> hasFinder ( $type )) {
return $this -> _behaviors -> callFinder ( $type , [ $query , $options ]);
}
throw new BadMethodCallException (
sprintf ( 'Unknown finder method "%s"' , $type )
'children'
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
],
':c36' => [
[maximum depth reached]
],
':c37' => [
[maximum depth reached]
],
':c38' => [
[maximum depth reached]
],
':c39' => [
[maximum depth reached]
],
':c40' => [
[maximum depth reached]
],
':c41' => [
[maximum depth reached]
],
':c42' => [
[maximum depth reached]
],
':c43' => [
[maximum depth reached]
],
':c44' => [
[maximum depth reached]
],
':c45' => [
[maximum depth reached]
],
':c46' => [
[maximum depth reached]
],
':c47' => [
[maximum depth reached]
],
':c48' => [
[maximum depth reached]
],
':c49' => [
[maximum depth reached]
],
':c50' => [
[maximum depth reached]
],
':c51' => [
[maximum depth reached]
],
':c52' => [
[maximum depth reached]
],
':c53' => [
[maximum depth reached]
],
':c54' => [
[maximum depth reached]
],
':c55' => [
[maximum depth reached]
],
':c56' => [
[maximum depth reached]
],
':c57' => [
[maximum depth reached]
],
':c58' => [
[maximum depth reached]
],
':c59' => [
[maximum depth reached]
],
':c60' => [
[maximum depth reached]
],
':c61' => [
[maximum depth reached]
],
':c62' => [
[maximum depth reached]
],
':c63' => [
[maximum depth reached]
],
':c64' => [
[maximum depth reached]
],
':c65' => [
[maximum depth reached]
],
':c66' => [
[maximum depth reached]
],
':c67' => [
[maximum depth reached]
],
':c68' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Query.php
toggle arguments
{
/** @var \Cake\ORM\Table $table */
$table = $this -> getRepository ();
return $table -> callFinder ( $finder , $this , $options );
}
/**
* Marks a query as dirty , removing any preprocessed information
'children'
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35,:c36,:c37,:c38,:c39,:c40,:c41,:c42,:c43,:c44,:c45,:c46,:c47,:c48,:c49,:c50,:c51,:c52,:c53,:c54,:c55,:c56,:c57,:c58,:c59,:c60,:c61,:c62,:c63,:c64,:c65,:c66,:c67,:c68)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '4',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '5',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '12',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '13',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 14,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '15',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => '16',
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '17',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '18',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 20,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '21',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '22',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '23',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => (int) 24,
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '25',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '26',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '27',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '30',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => '31',
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '33',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '34',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '37',
'type' => 'integer',
'placeholder' => 'c35'
],
':c36' => [
'value' => '38',
'type' => 'integer',
'placeholder' => 'c36'
],
':c37' => [
'value' => '39',
'type' => 'integer',
'placeholder' => 'c37'
],
':c38' => [
'value' => '40',
'type' => 'integer',
'placeholder' => 'c38'
],
':c39' => [
'value' => '41',
'type' => 'integer',
'placeholder' => 'c39'
],
':c40' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c40'
],
':c41' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c41'
],
':c42' => [
'value' => '44',
'type' => 'integer',
'placeholder' => 'c42'
],
':c43' => [
'value' => '45',
'type' => 'integer',
'placeholder' => 'c43'
],
':c44' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c44'
],
':c45' => [
'value' => '48',
'type' => 'integer',
'placeholder' => 'c45'
],
':c46' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c46'
],
':c47' => [
'value' => '50',
'type' => 'integer',
'placeholder' => 'c47'
],
':c48' => [
'value' => '51',
'type' => 'integer',
'placeholder' => 'c48'
],
':c49' => [
'value' => '52',
'type' => 'integer',
'placeholder' => 'c49'
],
':c50' => [
'value' => '53',
'type' => 'integer',
'placeholder' => 'c50'
],
':c51' => [
'value' => (int) 54,
'type' => 'integer',
'placeholder' => 'c51'
],
':c52' => [
'value' => (int) 55,
'type' => 'integer',
'placeholder' => 'c52'
],
':c53' => [
'value' => '56',
'type' => 'integer',
'placeholder' => 'c53'
],
':c54' => [
'value' => (int) 58,
'type' => 'integer',
'placeholder' => 'c54'
],
':c55' => [
'value' => '59',
'type' => 'integer',
'placeholder' => 'c55'
],
':c56' => [
'value' => '61',
'type' => 'integer',
'placeholder' => 'c56'
],
':c57' => [
'value' => (int) 62,
'type' => 'integer',
'placeholder' => 'c57'
],
':c58' => [
'value' => '63',
'type' => 'integer',
'placeholder' => 'c58'
],
':c59' => [
'value' => '64',
'type' => 'integer',
'placeholder' => 'c59'
],
':c60' => [
'value' => '65',
'type' => 'integer',
'placeholder' => 'c60'
],
':c61' => [
'value' => '66',
'type' => 'integer',
'placeholder' => 'c61'
],
':c62' => [
'value' => '67',
'type' => 'integer',
'placeholder' => 'c62'
],
':c63' => [
'value' => '68',
'type' => 'integer',
'placeholder' => 'c63'
],
':c64' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c64'
],
':c65' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c65'
],
':c66' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c66'
],
':c67' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c67'
],
':c68' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c68'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null
]
/home/xs372992/nanpudo.co.jp/public_html/src/Controller/ProductsController.php
toggle arguments
$catResults03 = $PCategories -> find ( 'all' , [ 'conditions' => [ 'slug' => $ParentSlug03 ]])-> first ();
//小カテゴリ
$childcat_list_s = $PCategories -> find ()
-> where ([ 'id IN' => $results_master ])
-> find ( 'children' , [ 'for' => $catResults03 -> id ])
-> find ( 'threaded' );
$this -> set ( 'childcat_list_s' , $childcat_list_s );
$this -> set ( 'catCID' , $catResults03 -> id );
}
'children'
[
'for' => null
]
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php
toggle arguments
}
/** @var callable $callable */
$callable = [ $this , $request -> getParam ( 'action' )];
$result = $callable (... array_values ( $request -> getParam ( 'pass' )));
if ( $result instanceof Response ) {
$this -> response = $result ;
}
'okinawa'
'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php
toggle arguments
if ( $result instanceof Response ) {
return $result ;
}
$response = $controller -> invokeAction ();
if ( $response !== null && !( $response instanceof Response )) {
throw new LogicException ( 'Controller actions can only return Cake\Http\Response or null.' );
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php
toggle arguments
} else {
$controller = $this -> factory -> create ( $request , $response );
}
$response = $this -> _invoke ( $controller );
if ( $request -> getParam ( 'return' )) {
return $response ;
}
object(App\Controller\ProductsController) {
paginate => [
'limit' => (int) 20
]
viewClass => 'Smarty'
helpers => []
request => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => [[maximum depth reached]]
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {}
[protected] uri => object(Laminas\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
[private] mergeFilesAsObjects => false
}
response => object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
[maximum depth reached]
],
'file' => null,
'fileRange' => [[maximum depth reached]],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [[maximum depth reached]],
'body' => ''
}
components => []
View => null
passedArgs => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
]
modelClass => 'Products'
viewVars => [
'catBID' => (int) 76,
'childcat_list_m' => object(Cake\ORM\Query) {},
'catAID' => (int) 19,
'childcat_list_l' => object(Cake\ORM\Query) {},
'childcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'companyName' => 'okinawa',
'category_slug_05' => 'touch-icon.png',
'category_slug_04' => 'common',
'category_slug_03' => 'img',
'category_slug_02' => 'other_miscellaneous_goods',
'category_slug_01' => 'souvenir_goods',
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {}
],
'results_master' => [
(int) 55 => (int) 1,
(int) 56 => (int) 3,
(int) 1 => '4',
(int) 2 => '5',
(int) 3 => '6',
(int) 4 => '7',
(int) 5 => '8',
(int) 6 => '9',
(int) 7 => '10',
(int) 8 => '11',
(int) 9 => '12',
(int) 10 => '13',
(int) 57 => (int) 14,
(int) 11 => '15',
(int) 12 => '16',
(int) 13 => '17',
(int) 14 => '18',
(int) 58 => (int) 19,
(int) 59 => (int) 20,
(int) 15 => '21',
(int) 16 => '22',
(int) 17 => '23',
(int) 60 => (int) 24,
(int) 18 => '25',
(int) 19 => '26',
(int) 20 => '27',
(int) 61 => (int) 28,
(int) 21 => '29',
(int) 22 => '30',
(int) 23 => '31',
(int) 62 => (int) 32,
(int) 24 => '33',
(int) 25 => '34',
(int) 26 => '35',
(int) 27 => '36',
(int) 28 => '37',
(int) 29 => '38',
(int) 30 => '39',
(int) 31 => '40',
(int) 32 => '41',
(int) 63 => (int) 42,
(int) 64 => (int) 43,
(int) 33 => '44',
(int) 34 => '45',
(int) 65 => (int) 46,
(int) 35 => '48',
(int) 36 => '49',
(int) 37 => '50',
(int) 38 => '51',
(int) 39 => '52',
(int) 40 => '53',
(int) 70 => (int) 54,
(int) 66 => (int) 55,
(int) 41 => '56',
(int) 67 => (int) 58,
(int) 42 => '59',
(int) 43 => '61',
(int) 68 => (int) 62,
(int) 44 => '63',
(int) 45 => '64',
(int) 46 => '65',
(int) 47 => '66',
(int) 48 => '67',
(int) 49 => '68',
(int) 50 => '76',
(int) 51 => '79',
(int) 52 => '82',
(int) 53 => '87',
(int) 54 => '90'
],
'results_main' => [
(int) 0 => null,
(int) 1 => (int) 54
],
'results_l' => [
(int) 0 => (int) 1,
(int) 1 => (int) 3,
(int) 2 => (int) 14,
(int) 3 => (int) 19,
(int) 4 => (int) 20,
(int) 5 => (int) 24,
(int) 6 => (int) 28,
(int) 7 => (int) 32,
(int) 8 => (int) 42,
(int) 9 => (int) 43,
(int) 10 => (int) 46,
(int) 11 => (int) 55,
(int) 12 => (int) 58,
(int) 13 => (int) 62
],
'results_s' => [
(int) 0 => '',
(int) 1 => '4',
(int) 2 => '5',
(int) 3 => '6',
(int) 4 => '7',
(int) 5 => '8',
(int) 6 => '9',
(int) 7 => '10',
(int) 8 => '11',
(int) 9 => '12',
(int) 10 => '13',
(int) 11 => '15',
(int) 12 => '16',
(int) 13 => '17',
(int) 14 => '18',
(int) 15 => '21',
(int) 16 => '22',
(int) 17 => '23',
(int) 18 => '25',
(int) 19 => '26',
(int) 20 => '27',
(int) 21 => '29',
(int) 22 => '30',
(int) 23 => '31',
(int) 24 => '33',
(int) 25 => '34',
(int) 26 => '35',
(int) 27 => '36',
(int) 28 => '37',
(int) 29 => '38',
(int) 30 => '39',
(int) 31 => '40',
(int) 32 => '41',
(int) 33 => '44',
(int) 34 => '45',
(int) 35 => '48',
(int) 36 => '49',
(int) 37 => '50',
(int) 38 => '51',
(int) 39 => '52',
(int) 40 => '53',
(int) 41 => '56',
(int) 42 => '59',
(int) 43 => '61',
(int) 44 => '63',
(int) 45 => '64',
(int) 46 => '65',
(int) 47 => '66',
(int) 48 => '67',
(int) 49 => '68',
(int) 50 => '76',
(int) 51 => '79',
(int) 52 => '82',
(int) 53 => '87',
(int) 54 => '90'
],
'company_type' => object(App\Model\Entity\MCompany) {},
'product_pickuplist' => object(Cake\ORM\Query) {},
'domain_now' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'domain' => 'https://www.nanpudo.co.jp',
'domain_app' => 'https://www.nanpudo.co.jp/app',
'domain_base' => 'https://www.nanpudo.co.jp'
]
RequestHandler => object(Cake\Controller\Component\RequestHandlerComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [
[maximum depth reached]
],
'_config' => [
[maximum depth reached]
]
}
Flash => object(Cake\Controller\Component\FlashComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
Cookie => object(Cake\Controller\Component\CookieComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
tProduct => object(App\Model\Table\TProductTable) {
'registryAlias' => 'tProduct',
'table' => 't_product',
'alias' => 'tProduct',
'entityClass' => 'App\Model\Entity\TProduct',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
mCompany => object(App\Model\Table\MCompanyTable) {
'registryAlias' => 'mCompany',
'table' => 'm_company',
'alias' => 'mCompany',
'entityClass' => 'App\Model\Entity\MCompany',
'associations' => [[maximum depth reached]],
'behaviors' => [[maximum depth reached]],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
pCategories => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
[protected] name => 'Products'
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {
'_Controller' => object(App\Controller\ProductsController) {},
'_loaded' => [
[maximum depth reached]
],
'_eventManager' => object(Cake\Event\EventManager) {},
'_eventClass' => 'Cake\Event\Event'
}
[protected] _validViewOptions => [
(int) 0 => 'passedArgs'
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {
'_listeners' => [
[maximum depth reached]
],
'_isGlobal' => false,
'_trackEvents' => false,
'_generalManager' => '(object) EventManager',
'_dispatchedEvents' => null
}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {
[protected] locations => [
[maximum depth reached]
]
[protected] _config => [[maximum depth reached]]
[protected] _instances => [
[maximum depth reached]
]
[protected] _fallbacked => [[maximum depth reached]]
[protected] _options => [
[maximum depth reached]
]
}
[protected] _modelFactories => [
'Table' => [
(int) 0 => object(Cake\ORM\Locator\TableLocator) {},
(int) 1 => 'get'
]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php
toggle arguments
* @return \ Psr \ Http \ Message \ ResponseInterface
*/
public function __invoke ( ServerRequestInterface $request , ResponseInterface $response , $next )
{
return $this -> getDispatcher ()-> dispatch ( $request , $response );
}
/**
* Get the ActionDispatcher .
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php
toggle arguments
);
}
$matching = Router :: getRouteCollection ()-> getMiddleware ( $middleware );
if (! $matching ) {
return $next ( $request , $response );
}
$matching [] = $next ;
$middleware = new MiddlewareQueue ( $matching );
$runner = new Runner ();
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'okinawa',
'lslug' => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'okinawa',
(int) 1 => 'souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php
toggle arguments
}
$assetFile = $this -> _getAssetFile ( $url );
if ( $assetFile === null || ! file_exists ( $assetFile )) {
return $next ( $request , $response );
}
$file = new File ( $assetFile );
$modifiedTime = $file -> lastChange ();
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php
toggle arguments
*/
public function __invoke ( $request , $response , $next )
{
try {
return $next ( $request , $response );
} catch ( Throwable $exception ) {
return $this -> handleException ( $exception , $request , $response );
} catch ( Exception $exception ) {
return $this -> handleException ( $exception , $request , $response );
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
{
$this -> middleware = $middleware ;
$this -> index = 0 ;
return $this -> __invoke ( $request , $response );
}
/**
* @ param \ Psr \ Http \ Message \ ServerRequestInterface $request The server request
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Server.php
toggle arguments
}
$this -> dispatchEvent ( 'Server.buildMiddleware' , [ 'middleware' => $middleware ]);
$middleware -> add ( $this -> app );
$response = $this -> runner -> run ( $middleware , $request , $response );
if (!( $response instanceof ResponseInterface )) {
throw new RuntimeException ( sprintf (
'Application did not create a response. Got "%s" instead.' ,
object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'REMOTE_PORT' => '47892',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.139.97.233',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.139.97.233',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.139.97.233',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zy-Pv4cYhmi7thLQiroDfQAAAf8',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731170239.4698,
'REQUEST_TIME' => (int) 1731170239,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/okinawa/souvenir_goods/other_miscellaneous_goods/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php
toggle arguments
// Bind your application to the server.
$server = new Server (new Application ( dirname ( __DIR__ ) . '/config' ));
// Run the request/response through the application and emit the response.
$server -> emit ( $server -> run ());
If you want to customize this error message, create
src/Template/Error/error500.ctp
toggle vendor stack frames
〉 Cake\ORM\Behavior\TreeBehavior->findChildren
[internal function]
〉 call_user_func_array
CORE/src/ORM/BehaviorRegistry.php, line 277
〉 Cake\ORM\BehaviorRegistry->callFinder
CORE/src/ORM/Table.php, line 2562
〉 Cake\ORM\Table->callFinder
CORE/src/ORM/Query.php, line 1249
〉 Cake\ORM\Query->find
APP/Controller/ProductsController.php, line 539
〉 App\Controller\ProductsController->archiveCategory
CORE/src/Controller/Controller.php, line 606
〉 Cake\Controller\Controller->invokeAction
CORE/src/Http/ActionDispatcher.php, line 120
〉 Cake\Http\ActionDispatcher->_invoke
CORE/src/Http/ActionDispatcher.php, line 94
〉 Cake\Http\ActionDispatcher->dispatch
CORE/src/Http/BaseApplication.php, line 256
〉 Cake\Http\BaseApplication->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
〉 Cake\Routing\Middleware\RoutingMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
〉 Cake\Routing\Middleware\AssetMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
〉 Cake\Error\Middleware\ErrorHandlerMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Http/Runner.php, line 51
〉 Cake\Http\Runner->run
CORE/src/Http/Server.php, line 97
〉 Cake\Http\Server->run
ROOT/webroot/index.php, line 40