Notice (8): Undefined variable: miscArray [APP/Controller/Users/CityArticleListController.php, line 132]Code Context
// 最近見た物件
$recently_rooms = $this->getRecentlyRooms($miscArray,$pictureType);
$store_id = (int) 8 $tags = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [], 'defaultTypes' => [ 'WpTags__id' => 'integer', 'WpTags.id' => 'integer', 'id' => 'integer', 'WpTags__tag_type' => 'text', 'WpTags.tag_type' => 'text', 'tag_type' => 'text', 'WpTags__name' => 'string', 'WpTags.name' => 'string', 'name' => 'string', 'WpTags__slug' => 'string', 'WpTags.slug' => 'string', 'slug' => 'string', 'WpTags__color' => 'string', 'WpTags.color' => 'string', 'color' => 'string', 'WpTags__display_order' => 'integer', 'WpTags.display_order' => 'integer', 'display_order' => 'integer', 'WpTags__created' => 'datetime', 'WpTags.created' => 'datetime', 'created' => 'datetime', 'WpTags__modified' => 'datetime', 'WpTags.modified' => 'datetime', 'modified' => 'datetime' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [ 'keyField' => 'id', 'valueField' => 'name' ], 'repository' => object(App\Model\Table\WpTagsTable) {} } $tagsId = null $tagConditions = [ (int) 0 => 'tg.id = artTg.tag_id' ] $joinConditions = 'LEFT' $articles = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Articles__id' => 'integer', 'Articles.id' => 'integer', 'id' => 'integer', 'Articles__store_id' => 'integer', 'Articles.store_id' => 'integer', 'store_id' => 'integer', 'Articles__title' => 'text', 'Articles.title' => 'text', 'title' => 'text', 'Articles__content' => 'text', 'Articles.content' => 'text', 'content' => 'text', 'Articles__wp_id' => 'integer', 'Articles.wp_id' => 'integer', 'wp_id' => 'integer', 'Articles__wp_title' => 'text', 'Articles.wp_title' => 'text', 'wp_title' => 'text', 'Articles__wp_modified' => 'datetime', 'Articles.wp_modified' => 'datetime', 'wp_modified' => 'datetime', 'Articles__wp_url' => 'string', 'Articles.wp_url' => 'string', 'wp_url' => 'string', 'Articles__wp_thumbnail_url' => 'string', 'Articles.wp_thumbnail_url' => 'string', 'wp_thumbnail_url' => 'string', 'Articles__status' => 'text', 'Articles.status' => 'text', 'status' => 'text', 'Articles__created' => 'datetime', 'Articles.created' => 'datetime', 'created' => 'datetime', 'Articles__modified' => 'datetime', 'Articles.modified' => 'datetime', 'modified' => 'datetime', 'Articles__manage_add' => 'boolean', 'Articles.manage_add' => 'boolean', 'manage_add' => 'boolean', 'Articles__thumbnail_image_file' => 'upload.file', 'Articles.thumbnail_image_file' => 'upload.file', 'thumbnail_image_file' => 'upload.file', 'Articles__thumbnail_image_type' => 'string', 'Articles.thumbnail_image_type' => 'string', 'thumbnail_image_type' => 'string', 'Articles__thumbnail_image_dir' => 'string', 'Articles.thumbnail_image_dir' => 'string', 'thumbnail_image_dir' => 'string', 'Articles__thumbnail_image_size' => 'integer', 'Articles.thumbnail_image_size' => 'integer', 'thumbnail_image_size' => 'integer' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\ArticlesTable) {} } $layoutElements = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT CustomLayoutElements.id AS `CustomLayoutElements__id`, CustomLayoutElements.store_id AS `CustomLayoutElements__store_id`, CustomLayoutElements.element_type AS `CustomLayoutElements__element_type`, CustomLayoutElements.visible AS `CustomLayoutElements__visible`, CustomLayoutElements.display_order AS `CustomLayoutElements__display_order`, CustomLayoutElements.created AS `CustomLayoutElements__created`, CustomLayoutElements.modified AS `CustomLayoutElements__modified` FROM custom_layout_elements CustomLayoutElements WHERE (CustomLayoutElements.store_id = :c0 AND CustomLayoutElements.element_type = :c1 AND CustomLayoutElements.visible = :c2)', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ], ':c2' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'CustomLayoutElements__id' => 'integer', 'CustomLayoutElements.id' => 'integer', 'id' => 'integer', 'CustomLayoutElements__store_id' => 'integer', 'CustomLayoutElements.store_id' => 'integer', 'store_id' => 'integer', 'CustomLayoutElements__element_type' => 'text', 'CustomLayoutElements.element_type' => 'text', 'element_type' => 'text', 'CustomLayoutElements__visible' => 'boolean', 'CustomLayoutElements.visible' => 'boolean', 'visible' => 'boolean', 'CustomLayoutElements__display_order' => 'integer', 'CustomLayoutElements.display_order' => 'integer', 'display_order' => 'integer', 'CustomLayoutElements__created' => 'datetime', 'CustomLayoutElements.created' => 'datetime', 'created' => 'datetime', 'CustomLayoutElements__modified' => 'datetime', 'CustomLayoutElements.modified' => 'datetime', 'modified' => 'datetime', 'CustomLayoutMiscElements__id' => 'integer', 'CustomLayoutMiscElements.id' => 'integer', 'CustomLayoutMiscElements__custom_layout_element_id' => 'integer', 'CustomLayoutMiscElements.custom_layout_element_id' => 'integer', 'custom_layout_element_id' => 'integer', 'CustomLayoutMiscElements__type_of_item' => 'text', 'CustomLayoutMiscElements.type_of_item' => 'text', 'type_of_item' => 'text', 'CustomLayoutMiscElements__visible' => 'boolean', 'CustomLayoutMiscElements.visible' => 'boolean', 'CustomLayoutMiscElements__number_of_items' => 'integer', 'CustomLayoutMiscElements.number_of_items' => 'integer', 'number_of_items' => 'integer', 'CustomLayoutMiscElements__created' => 'datetime', 'CustomLayoutMiscElements.created' => 'datetime', 'CustomLayoutMiscElements__modified' => 'datetime', 'CustomLayoutMiscElements.modified' => 'datetime', 'CustomLayoutMiscElements__picture_type' => 'text', 'CustomLayoutMiscElements.picture_type' => 'text', 'picture_type' => 'text' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'CustomLayoutMiscElements' => [[maximum depth reached]] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\CustomLayoutElementsTable) {} } $pictureType = ''App\Controller\Users\CityArticleListController::index() - APP/Controller/Users/CityArticleListController.php, line 132 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 429 Cake\Routing\Dispatcher::_invoke() - CORE/src/Routing/Dispatcher.php, line 114 Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 87 [main] - ROOT/webroot/index.php, line 36
Notice (8): Undefined variable: miscArray [APP/Controller/Users/CityArticleListController.php, line 135]Code Context
// 新着物件
$newArrivalsRooms = $this->getNewArrivalsRooms($store_id, $miscArray,$pictureType);
$store_id = (int) 8 $tags = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [], 'defaultTypes' => [ 'WpTags__id' => 'integer', 'WpTags.id' => 'integer', 'id' => 'integer', 'WpTags__tag_type' => 'text', 'WpTags.tag_type' => 'text', 'tag_type' => 'text', 'WpTags__name' => 'string', 'WpTags.name' => 'string', 'name' => 'string', 'WpTags__slug' => 'string', 'WpTags.slug' => 'string', 'slug' => 'string', 'WpTags__color' => 'string', 'WpTags.color' => 'string', 'color' => 'string', 'WpTags__display_order' => 'integer', 'WpTags.display_order' => 'integer', 'display_order' => 'integer', 'WpTags__created' => 'datetime', 'WpTags.created' => 'datetime', 'created' => 'datetime', 'WpTags__modified' => 'datetime', 'WpTags.modified' => 'datetime', 'modified' => 'datetime' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [ 'keyField' => 'id', 'valueField' => 'name' ], 'repository' => object(App\Model\Table\WpTagsTable) {} } $tagsId = null $tagConditions = [ (int) 0 => 'tg.id = artTg.tag_id' ] $joinConditions = 'LEFT' $articles = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Articles__id' => 'integer', 'Articles.id' => 'integer', 'id' => 'integer', 'Articles__store_id' => 'integer', 'Articles.store_id' => 'integer', 'store_id' => 'integer', 'Articles__title' => 'text', 'Articles.title' => 'text', 'title' => 'text', 'Articles__content' => 'text', 'Articles.content' => 'text', 'content' => 'text', 'Articles__wp_id' => 'integer', 'Articles.wp_id' => 'integer', 'wp_id' => 'integer', 'Articles__wp_title' => 'text', 'Articles.wp_title' => 'text', 'wp_title' => 'text', 'Articles__wp_modified' => 'datetime', 'Articles.wp_modified' => 'datetime', 'wp_modified' => 'datetime', 'Articles__wp_url' => 'string', 'Articles.wp_url' => 'string', 'wp_url' => 'string', 'Articles__wp_thumbnail_url' => 'string', 'Articles.wp_thumbnail_url' => 'string', 'wp_thumbnail_url' => 'string', 'Articles__status' => 'text', 'Articles.status' => 'text', 'status' => 'text', 'Articles__created' => 'datetime', 'Articles.created' => 'datetime', 'created' => 'datetime', 'Articles__modified' => 'datetime', 'Articles.modified' => 'datetime', 'modified' => 'datetime', 'Articles__manage_add' => 'boolean', 'Articles.manage_add' => 'boolean', 'manage_add' => 'boolean', 'Articles__thumbnail_image_file' => 'upload.file', 'Articles.thumbnail_image_file' => 'upload.file', 'thumbnail_image_file' => 'upload.file', 'Articles__thumbnail_image_type' => 'string', 'Articles.thumbnail_image_type' => 'string', 'thumbnail_image_type' => 'string', 'Articles__thumbnail_image_dir' => 'string', 'Articles.thumbnail_image_dir' => 'string', 'thumbnail_image_dir' => 'string', 'Articles__thumbnail_image_size' => 'integer', 'Articles.thumbnail_image_size' => 'integer', 'thumbnail_image_size' => 'integer' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\ArticlesTable) {} } $layoutElements = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT CustomLayoutElements.id AS `CustomLayoutElements__id`, CustomLayoutElements.store_id AS `CustomLayoutElements__store_id`, CustomLayoutElements.element_type AS `CustomLayoutElements__element_type`, CustomLayoutElements.visible AS `CustomLayoutElements__visible`, CustomLayoutElements.display_order AS `CustomLayoutElements__display_order`, CustomLayoutElements.created AS `CustomLayoutElements__created`, CustomLayoutElements.modified AS `CustomLayoutElements__modified` FROM custom_layout_elements CustomLayoutElements WHERE (CustomLayoutElements.store_id = :c0 AND CustomLayoutElements.element_type = :c1 AND CustomLayoutElements.visible = :c2)', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ], ':c2' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'CustomLayoutElements__id' => 'integer', 'CustomLayoutElements.id' => 'integer', 'id' => 'integer', 'CustomLayoutElements__store_id' => 'integer', 'CustomLayoutElements.store_id' => 'integer', 'store_id' => 'integer', 'CustomLayoutElements__element_type' => 'text', 'CustomLayoutElements.element_type' => 'text', 'element_type' => 'text', 'CustomLayoutElements__visible' => 'boolean', 'CustomLayoutElements.visible' => 'boolean', 'visible' => 'boolean', 'CustomLayoutElements__display_order' => 'integer', 'CustomLayoutElements.display_order' => 'integer', 'display_order' => 'integer', 'CustomLayoutElements__created' => 'datetime', 'CustomLayoutElements.created' => 'datetime', 'created' => 'datetime', 'CustomLayoutElements__modified' => 'datetime', 'CustomLayoutElements.modified' => 'datetime', 'modified' => 'datetime', 'CustomLayoutMiscElements__id' => 'integer', 'CustomLayoutMiscElements.id' => 'integer', 'CustomLayoutMiscElements__custom_layout_element_id' => 'integer', 'CustomLayoutMiscElements.custom_layout_element_id' => 'integer', 'custom_layout_element_id' => 'integer', 'CustomLayoutMiscElements__type_of_item' => 'text', 'CustomLayoutMiscElements.type_of_item' => 'text', 'type_of_item' => 'text', 'CustomLayoutMiscElements__visible' => 'boolean', 'CustomLayoutMiscElements.visible' => 'boolean', 'CustomLayoutMiscElements__number_of_items' => 'integer', 'CustomLayoutMiscElements.number_of_items' => 'integer', 'number_of_items' => 'integer', 'CustomLayoutMiscElements__created' => 'datetime', 'CustomLayoutMiscElements.created' => 'datetime', 'CustomLayoutMiscElements__modified' => 'datetime', 'CustomLayoutMiscElements.modified' => 'datetime', 'CustomLayoutMiscElements__picture_type' => 'text', 'CustomLayoutMiscElements.picture_type' => 'text', 'picture_type' => 'text' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'CustomLayoutMiscElements' => [[maximum depth reached]] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\CustomLayoutElementsTable) {} } $pictureType = '' $recently_rooms = nullApp\Controller\Users\CityArticleListController::index() - APP/Controller/Users/CityArticleListController.php, line 135 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 429 Cake\Routing\Dispatcher::_invoke() - CORE/src/Routing/Dispatcher.php, line 114 Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 87 [main] - ROOT/webroot/index.php, line 36
Notice (8): Undefined variable: miscArray [APP/Controller/Users/CityArticleListController.php, line 138]Code Context
// 人気ランキング
$popularRooms = $this->getPopularRooms($store_id, $miscArray,$pictureType);
$store_id = (int) 8 $tags = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [], 'defaultTypes' => [ 'WpTags__id' => 'integer', 'WpTags.id' => 'integer', 'id' => 'integer', 'WpTags__tag_type' => 'text', 'WpTags.tag_type' => 'text', 'tag_type' => 'text', 'WpTags__name' => 'string', 'WpTags.name' => 'string', 'name' => 'string', 'WpTags__slug' => 'string', 'WpTags.slug' => 'string', 'slug' => 'string', 'WpTags__color' => 'string', 'WpTags.color' => 'string', 'color' => 'string', 'WpTags__display_order' => 'integer', 'WpTags.display_order' => 'integer', 'display_order' => 'integer', 'WpTags__created' => 'datetime', 'WpTags.created' => 'datetime', 'created' => 'datetime', 'WpTags__modified' => 'datetime', 'WpTags.modified' => 'datetime', 'modified' => 'datetime' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [ 'keyField' => 'id', 'valueField' => 'name' ], 'repository' => object(App\Model\Table\WpTagsTable) {} } $tagsId = null $tagConditions = [ (int) 0 => 'tg.id = artTg.tag_id' ] $joinConditions = 'LEFT' $articles = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Articles__id' => 'integer', 'Articles.id' => 'integer', 'id' => 'integer', 'Articles__store_id' => 'integer', 'Articles.store_id' => 'integer', 'store_id' => 'integer', 'Articles__title' => 'text', 'Articles.title' => 'text', 'title' => 'text', 'Articles__content' => 'text', 'Articles.content' => 'text', 'content' => 'text', 'Articles__wp_id' => 'integer', 'Articles.wp_id' => 'integer', 'wp_id' => 'integer', 'Articles__wp_title' => 'text', 'Articles.wp_title' => 'text', 'wp_title' => 'text', 'Articles__wp_modified' => 'datetime', 'Articles.wp_modified' => 'datetime', 'wp_modified' => 'datetime', 'Articles__wp_url' => 'string', 'Articles.wp_url' => 'string', 'wp_url' => 'string', 'Articles__wp_thumbnail_url' => 'string', 'Articles.wp_thumbnail_url' => 'string', 'wp_thumbnail_url' => 'string', 'Articles__status' => 'text', 'Articles.status' => 'text', 'status' => 'text', 'Articles__created' => 'datetime', 'Articles.created' => 'datetime', 'created' => 'datetime', 'Articles__modified' => 'datetime', 'Articles.modified' => 'datetime', 'modified' => 'datetime', 'Articles__manage_add' => 'boolean', 'Articles.manage_add' => 'boolean', 'manage_add' => 'boolean', 'Articles__thumbnail_image_file' => 'upload.file', 'Articles.thumbnail_image_file' => 'upload.file', 'thumbnail_image_file' => 'upload.file', 'Articles__thumbnail_image_type' => 'string', 'Articles.thumbnail_image_type' => 'string', 'thumbnail_image_type' => 'string', 'Articles__thumbnail_image_dir' => 'string', 'Articles.thumbnail_image_dir' => 'string', 'thumbnail_image_dir' => 'string', 'Articles__thumbnail_image_size' => 'integer', 'Articles.thumbnail_image_size' => 'integer', 'thumbnail_image_size' => 'integer' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\ArticlesTable) {} } $layoutElements = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT CustomLayoutElements.id AS `CustomLayoutElements__id`, CustomLayoutElements.store_id AS `CustomLayoutElements__store_id`, CustomLayoutElements.element_type AS `CustomLayoutElements__element_type`, CustomLayoutElements.visible AS `CustomLayoutElements__visible`, CustomLayoutElements.display_order AS `CustomLayoutElements__display_order`, CustomLayoutElements.created AS `CustomLayoutElements__created`, CustomLayoutElements.modified AS `CustomLayoutElements__modified` FROM custom_layout_elements CustomLayoutElements WHERE (CustomLayoutElements.store_id = :c0 AND CustomLayoutElements.element_type = :c1 AND CustomLayoutElements.visible = :c2)', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ], ':c2' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'CustomLayoutElements__id' => 'integer', 'CustomLayoutElements.id' => 'integer', 'id' => 'integer', 'CustomLayoutElements__store_id' => 'integer', 'CustomLayoutElements.store_id' => 'integer', 'store_id' => 'integer', 'CustomLayoutElements__element_type' => 'text', 'CustomLayoutElements.element_type' => 'text', 'element_type' => 'text', 'CustomLayoutElements__visible' => 'boolean', 'CustomLayoutElements.visible' => 'boolean', 'visible' => 'boolean', 'CustomLayoutElements__display_order' => 'integer', 'CustomLayoutElements.display_order' => 'integer', 'display_order' => 'integer', 'CustomLayoutElements__created' => 'datetime', 'CustomLayoutElements.created' => 'datetime', 'created' => 'datetime', 'CustomLayoutElements__modified' => 'datetime', 'CustomLayoutElements.modified' => 'datetime', 'modified' => 'datetime', 'CustomLayoutMiscElements__id' => 'integer', 'CustomLayoutMiscElements.id' => 'integer', 'CustomLayoutMiscElements__custom_layout_element_id' => 'integer', 'CustomLayoutMiscElements.custom_layout_element_id' => 'integer', 'custom_layout_element_id' => 'integer', 'CustomLayoutMiscElements__type_of_item' => 'text', 'CustomLayoutMiscElements.type_of_item' => 'text', 'type_of_item' => 'text', 'CustomLayoutMiscElements__visible' => 'boolean', 'CustomLayoutMiscElements.visible' => 'boolean', 'CustomLayoutMiscElements__number_of_items' => 'integer', 'CustomLayoutMiscElements.number_of_items' => 'integer', 'number_of_items' => 'integer', 'CustomLayoutMiscElements__created' => 'datetime', 'CustomLayoutMiscElements.created' => 'datetime', 'CustomLayoutMiscElements__modified' => 'datetime', 'CustomLayoutMiscElements.modified' => 'datetime', 'CustomLayoutMiscElements__picture_type' => 'text', 'CustomLayoutMiscElements.picture_type' => 'text', 'picture_type' => 'text' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'CustomLayoutMiscElements' => [[maximum depth reached]] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\CustomLayoutElementsTable) {} } $pictureType = '' $recently_rooms = null $newArrivalsRooms = nullApp\Controller\Users\CityArticleListController::index() - APP/Controller/Users/CityArticleListController.php, line 138 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 429 Cake\Routing\Dispatcher::_invoke() - CORE/src/Routing/Dispatcher.php, line 114 Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 87 [main] - ROOT/webroot/index.php, line 36
Notice (8): Undefined variable: miscArray [APP/Controller/Users/CityArticleListController.php, line 141]Code Context
// おすすめ
$recommendRooms = $this->getRecommendRooms($store_id, $miscArray,$pictureType);
$store_id = (int) 8 $tags = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [], 'defaultTypes' => [ 'WpTags__id' => 'integer', 'WpTags.id' => 'integer', 'id' => 'integer', 'WpTags__tag_type' => 'text', 'WpTags.tag_type' => 'text', 'tag_type' => 'text', 'WpTags__name' => 'string', 'WpTags.name' => 'string', 'name' => 'string', 'WpTags__slug' => 'string', 'WpTags.slug' => 'string', 'slug' => 'string', 'WpTags__color' => 'string', 'WpTags.color' => 'string', 'color' => 'string', 'WpTags__display_order' => 'integer', 'WpTags.display_order' => 'integer', 'display_order' => 'integer', 'WpTags__created' => 'datetime', 'WpTags.created' => 'datetime', 'created' => 'datetime', 'WpTags__modified' => 'datetime', 'WpTags.modified' => 'datetime', 'modified' => 'datetime' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [ 'keyField' => 'id', 'valueField' => 'name' ], 'repository' => object(App\Model\Table\WpTagsTable) {} } $tagsId = null $tagConditions = [ (int) 0 => 'tg.id = artTg.tag_id' ] $joinConditions = 'LEFT' $articles = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Articles__id' => 'integer', 'Articles.id' => 'integer', 'id' => 'integer', 'Articles__store_id' => 'integer', 'Articles.store_id' => 'integer', 'store_id' => 'integer', 'Articles__title' => 'text', 'Articles.title' => 'text', 'title' => 'text', 'Articles__content' => 'text', 'Articles.content' => 'text', 'content' => 'text', 'Articles__wp_id' => 'integer', 'Articles.wp_id' => 'integer', 'wp_id' => 'integer', 'Articles__wp_title' => 'text', 'Articles.wp_title' => 'text', 'wp_title' => 'text', 'Articles__wp_modified' => 'datetime', 'Articles.wp_modified' => 'datetime', 'wp_modified' => 'datetime', 'Articles__wp_url' => 'string', 'Articles.wp_url' => 'string', 'wp_url' => 'string', 'Articles__wp_thumbnail_url' => 'string', 'Articles.wp_thumbnail_url' => 'string', 'wp_thumbnail_url' => 'string', 'Articles__status' => 'text', 'Articles.status' => 'text', 'status' => 'text', 'Articles__created' => 'datetime', 'Articles.created' => 'datetime', 'created' => 'datetime', 'Articles__modified' => 'datetime', 'Articles.modified' => 'datetime', 'modified' => 'datetime', 'Articles__manage_add' => 'boolean', 'Articles.manage_add' => 'boolean', 'manage_add' => 'boolean', 'Articles__thumbnail_image_file' => 'upload.file', 'Articles.thumbnail_image_file' => 'upload.file', 'thumbnail_image_file' => 'upload.file', 'Articles__thumbnail_image_type' => 'string', 'Articles.thumbnail_image_type' => 'string', 'thumbnail_image_type' => 'string', 'Articles__thumbnail_image_dir' => 'string', 'Articles.thumbnail_image_dir' => 'string', 'thumbnail_image_dir' => 'string', 'Articles__thumbnail_image_size' => 'integer', 'Articles.thumbnail_image_size' => 'integer', 'thumbnail_image_size' => 'integer' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\ArticlesTable) {} } $layoutElements = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT CustomLayoutElements.id AS `CustomLayoutElements__id`, CustomLayoutElements.store_id AS `CustomLayoutElements__store_id`, CustomLayoutElements.element_type AS `CustomLayoutElements__element_type`, CustomLayoutElements.visible AS `CustomLayoutElements__visible`, CustomLayoutElements.display_order AS `CustomLayoutElements__display_order`, CustomLayoutElements.created AS `CustomLayoutElements__created`, CustomLayoutElements.modified AS `CustomLayoutElements__modified` FROM custom_layout_elements CustomLayoutElements WHERE (CustomLayoutElements.store_id = :c0 AND CustomLayoutElements.element_type = :c1 AND CustomLayoutElements.visible = :c2)', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ], ':c2' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'CustomLayoutElements__id' => 'integer', 'CustomLayoutElements.id' => 'integer', 'id' => 'integer', 'CustomLayoutElements__store_id' => 'integer', 'CustomLayoutElements.store_id' => 'integer', 'store_id' => 'integer', 'CustomLayoutElements__element_type' => 'text', 'CustomLayoutElements.element_type' => 'text', 'element_type' => 'text', 'CustomLayoutElements__visible' => 'boolean', 'CustomLayoutElements.visible' => 'boolean', 'visible' => 'boolean', 'CustomLayoutElements__display_order' => 'integer', 'CustomLayoutElements.display_order' => 'integer', 'display_order' => 'integer', 'CustomLayoutElements__created' => 'datetime', 'CustomLayoutElements.created' => 'datetime', 'created' => 'datetime', 'CustomLayoutElements__modified' => 'datetime', 'CustomLayoutElements.modified' => 'datetime', 'modified' => 'datetime', 'CustomLayoutMiscElements__id' => 'integer', 'CustomLayoutMiscElements.id' => 'integer', 'CustomLayoutMiscElements__custom_layout_element_id' => 'integer', 'CustomLayoutMiscElements.custom_layout_element_id' => 'integer', 'custom_layout_element_id' => 'integer', 'CustomLayoutMiscElements__type_of_item' => 'text', 'CustomLayoutMiscElements.type_of_item' => 'text', 'type_of_item' => 'text', 'CustomLayoutMiscElements__visible' => 'boolean', 'CustomLayoutMiscElements.visible' => 'boolean', 'CustomLayoutMiscElements__number_of_items' => 'integer', 'CustomLayoutMiscElements.number_of_items' => 'integer', 'number_of_items' => 'integer', 'CustomLayoutMiscElements__created' => 'datetime', 'CustomLayoutMiscElements.created' => 'datetime', 'CustomLayoutMiscElements__modified' => 'datetime', 'CustomLayoutMiscElements.modified' => 'datetime', 'CustomLayoutMiscElements__picture_type' => 'text', 'CustomLayoutMiscElements.picture_type' => 'text', 'picture_type' => 'text' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'CustomLayoutMiscElements' => [[maximum depth reached]] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\CustomLayoutElementsTable) {} } $pictureType = '' $recently_rooms = null $newArrivalsRooms = null $popularRooms = nullApp\Controller\Users\CityArticleListController::index() - APP/Controller/Users/CityArticleListController.php, line 141 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 429 Cake\Routing\Dispatcher::_invoke() - CORE/src/Routing/Dispatcher.php, line 114 Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 87 [main] - ROOT/webroot/index.php, line 36
Notice (8): Undefined variable: miscArray [APP/Template/Users/CityArticleList/index.ctp, line 298]Code Context<section class="rentSection section">
<div class="section__inner">
<?php if ($miscArray['新着物件']['visible'] == 1) : ?>
$viewFile = '/var/www/src/Template/Users/CityArticleList/index.ctp' $dataForView = [ 'footer_logo' => false, 'articles' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\ArticlesTable) {} }, 'tags' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [[maximum depth reached]], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [ [maximum depth reached] ], 'repository' => object(App\Model\Table\WpTagsTable) {} }, 'recently_rooms' => null, 'newArrivalsRooms' => null, 'popularRooms' => null, 'recommendRooms' => null, 'title' => '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報', 'description' => '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。', 'keywords' => '賃貸,小岩,マンション,アパート,スマイエ小岩', 'googleTrackingCode' => 'UA-84799775-6', 'h1' => '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします', 'store' => object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ [maximum depth reached] ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ [maximum depth reached] ], '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [ [maximum depth reached] ], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Stores' } ] $footer_logo = false $articles = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Articles__id' => 'integer', 'Articles.id' => 'integer', 'id' => 'integer', 'Articles__store_id' => 'integer', 'Articles.store_id' => 'integer', 'store_id' => 'integer', 'Articles__title' => 'text', 'Articles.title' => 'text', 'title' => 'text', 'Articles__content' => 'text', 'Articles.content' => 'text', 'content' => 'text', 'Articles__wp_id' => 'integer', 'Articles.wp_id' => 'integer', 'wp_id' => 'integer', 'Articles__wp_title' => 'text', 'Articles.wp_title' => 'text', 'wp_title' => 'text', 'Articles__wp_modified' => 'datetime', 'Articles.wp_modified' => 'datetime', 'wp_modified' => 'datetime', 'Articles__wp_url' => 'string', 'Articles.wp_url' => 'string', 'wp_url' => 'string', 'Articles__wp_thumbnail_url' => 'string', 'Articles.wp_thumbnail_url' => 'string', 'wp_thumbnail_url' => 'string', 'Articles__status' => 'text', 'Articles.status' => 'text', 'status' => 'text', 'Articles__created' => 'datetime', 'Articles.created' => 'datetime', 'created' => 'datetime', 'Articles__modified' => 'datetime', 'Articles.modified' => 'datetime', 'modified' => 'datetime', 'Articles__manage_add' => 'boolean', 'Articles.manage_add' => 'boolean', 'manage_add' => 'boolean', 'Articles__thumbnail_image_file' => 'upload.file', 'Articles.thumbnail_image_file' => 'upload.file', 'thumbnail_image_file' => 'upload.file', 'Articles__thumbnail_image_type' => 'string', 'Articles.thumbnail_image_type' => 'string', 'thumbnail_image_type' => 'string', 'Articles__thumbnail_image_dir' => 'string', 'Articles.thumbnail_image_dir' => 'string', 'thumbnail_image_dir' => 'string', 'Articles__thumbnail_image_size' => 'integer', 'Articles.thumbnail_image_size' => 'integer', 'thumbnail_image_size' => 'integer' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\ArticlesTable) {} } $tags = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [], 'defaultTypes' => [ 'WpTags__id' => 'integer', 'WpTags.id' => 'integer', 'id' => 'integer', 'WpTags__tag_type' => 'text', 'WpTags.tag_type' => 'text', 'tag_type' => 'text', 'WpTags__name' => 'string', 'WpTags.name' => 'string', 'name' => 'string', 'WpTags__slug' => 'string', 'WpTags.slug' => 'string', 'slug' => 'string', 'WpTags__color' => 'string', 'WpTags.color' => 'string', 'color' => 'string', 'WpTags__display_order' => 'integer', 'WpTags.display_order' => 'integer', 'display_order' => 'integer', 'WpTags__created' => 'datetime', 'WpTags.created' => 'datetime', 'created' => 'datetime', 'WpTags__modified' => 'datetime', 'WpTags.modified' => 'datetime', 'modified' => 'datetime' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [ 'keyField' => 'id', 'valueField' => 'name' ], 'repository' => object(App\Model\Table\WpTagsTable) {} } $recently_rooms = null $newArrivalsRooms = null $popularRooms = null $recommendRooms = null $title = '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報' $description = '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。' $keywords = '賃貸,小岩,マンション,アパート,スマイエ小岩' $googleTrackingCode = 'UA-84799775-6' $h1 = '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします' $store = object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ (int) 0 => object(App\Model\Entity\StoreVhost) {} ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ 'StoreVhosts' => object(App\Model\Entity\StoreVhost) {} ], '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Stores' } $article = object(App\Model\Entity\Article) { 'id' => (int) 383, 'store_id' => (int) 8, 'title' => '★☆キャンペーンのお知らせ☆★', 'wp_id' => (int) -1, 'wp_thumbnail_url' => 'https://s3-ap-northeast-1.amazonaws.com/uptmp-dac-production/uploads-production/files/Articles/thumbnail_image_file/df926858-b120-4273-868f-3d98c1f1ff84', 'wp_title' => '★☆キャンペーンのお知らせ☆★', 'wp_modified' => object(Cake\I18n\FrozenTime) {}, 'name' => 'その他', 'color' => '#0000FF', 'slug' => 'ETC', 'tagId' => '8', '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Articles' }include - APP/Template/Users/CityArticleList/index.ctp, line 298 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 992 Cake\View\View::_render() - CORE/src/View/View.php, line 952 Cake\View\View::render() - CORE/src/View/View.php, line 587 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 611 Cake\Routing\Dispatcher::_invoke() - CORE/src/Routing/Dispatcher.php, line 120 Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 87 [main] - ROOT/webroot/index.php, line 36
Notice (8): Undefined variable: miscArray [APP/Template/Users/CityArticleList/index.ctp, line 302]Code Context<label for="tab01" class="rentSection__tabList__item">新着物件</label>
<?php endif; ?>
<?php if ($miscArray['おすすめ']['visible'] == 1) : ?>
$viewFile = '/var/www/src/Template/Users/CityArticleList/index.ctp' $dataForView = [ 'footer_logo' => false, 'articles' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\ArticlesTable) {} }, 'tags' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [[maximum depth reached]], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [ [maximum depth reached] ], 'repository' => object(App\Model\Table\WpTagsTable) {} }, 'recently_rooms' => null, 'newArrivalsRooms' => null, 'popularRooms' => null, 'recommendRooms' => null, 'title' => '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報', 'description' => '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。', 'keywords' => '賃貸,小岩,マンション,アパート,スマイエ小岩', 'googleTrackingCode' => 'UA-84799775-6', 'h1' => '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします', 'store' => object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ [maximum depth reached] ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ [maximum depth reached] ], '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [ [maximum depth reached] ], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Stores' } ] $footer_logo = false $articles = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Articles__id' => 'integer', 'Articles.id' => 'integer', 'id' => 'integer', 'Articles__store_id' => 'integer', 'Articles.store_id' => 'integer', 'store_id' => 'integer', 'Articles__title' => 'text', 'Articles.title' => 'text', 'title' => 'text', 'Articles__content' => 'text', 'Articles.content' => 'text', 'content' => 'text', 'Articles__wp_id' => 'integer', 'Articles.wp_id' => 'integer', 'wp_id' => 'integer', 'Articles__wp_title' => 'text', 'Articles.wp_title' => 'text', 'wp_title' => 'text', 'Articles__wp_modified' => 'datetime', 'Articles.wp_modified' => 'datetime', 'wp_modified' => 'datetime', 'Articles__wp_url' => 'string', 'Articles.wp_url' => 'string', 'wp_url' => 'string', 'Articles__wp_thumbnail_url' => 'string', 'Articles.wp_thumbnail_url' => 'string', 'wp_thumbnail_url' => 'string', 'Articles__status' => 'text', 'Articles.status' => 'text', 'status' => 'text', 'Articles__created' => 'datetime', 'Articles.created' => 'datetime', 'created' => 'datetime', 'Articles__modified' => 'datetime', 'Articles.modified' => 'datetime', 'modified' => 'datetime', 'Articles__manage_add' => 'boolean', 'Articles.manage_add' => 'boolean', 'manage_add' => 'boolean', 'Articles__thumbnail_image_file' => 'upload.file', 'Articles.thumbnail_image_file' => 'upload.file', 'thumbnail_image_file' => 'upload.file', 'Articles__thumbnail_image_type' => 'string', 'Articles.thumbnail_image_type' => 'string', 'thumbnail_image_type' => 'string', 'Articles__thumbnail_image_dir' => 'string', 'Articles.thumbnail_image_dir' => 'string', 'thumbnail_image_dir' => 'string', 'Articles__thumbnail_image_size' => 'integer', 'Articles.thumbnail_image_size' => 'integer', 'thumbnail_image_size' => 'integer' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\ArticlesTable) {} } $tags = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [], 'defaultTypes' => [ 'WpTags__id' => 'integer', 'WpTags.id' => 'integer', 'id' => 'integer', 'WpTags__tag_type' => 'text', 'WpTags.tag_type' => 'text', 'tag_type' => 'text', 'WpTags__name' => 'string', 'WpTags.name' => 'string', 'name' => 'string', 'WpTags__slug' => 'string', 'WpTags.slug' => 'string', 'slug' => 'string', 'WpTags__color' => 'string', 'WpTags.color' => 'string', 'color' => 'string', 'WpTags__display_order' => 'integer', 'WpTags.display_order' => 'integer', 'display_order' => 'integer', 'WpTags__created' => 'datetime', 'WpTags.created' => 'datetime', 'created' => 'datetime', 'WpTags__modified' => 'datetime', 'WpTags.modified' => 'datetime', 'modified' => 'datetime' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [ 'keyField' => 'id', 'valueField' => 'name' ], 'repository' => object(App\Model\Table\WpTagsTable) {} } $recently_rooms = null $newArrivalsRooms = null $popularRooms = null $recommendRooms = null $title = '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報' $description = '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。' $keywords = '賃貸,小岩,マンション,アパート,スマイエ小岩' $googleTrackingCode = 'UA-84799775-6' $h1 = '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします' $store = object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ (int) 0 => object(App\Model\Entity\StoreVhost) {} ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ 'StoreVhosts' => object(App\Model\Entity\StoreVhost) {} ], '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Stores' } $article = object(App\Model\Entity\Article) { 'id' => (int) 383, 'store_id' => (int) 8, 'title' => '★☆キャンペーンのお知らせ☆★', 'wp_id' => (int) -1, 'wp_thumbnail_url' => 'https://s3-ap-northeast-1.amazonaws.com/uptmp-dac-production/uploads-production/files/Articles/thumbnail_image_file/df926858-b120-4273-868f-3d98c1f1ff84', 'wp_title' => '★☆キャンペーンのお知らせ☆★', 'wp_modified' => object(Cake\I18n\FrozenTime) {}, 'name' => 'その他', 'color' => '#0000FF', 'slug' => 'ETC', 'tagId' => '8', '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Articles' }include - APP/Template/Users/CityArticleList/index.ctp, line 302 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 992 Cake\View\View::_render() - CORE/src/View/View.php, line 952 Cake\View\View::render() - CORE/src/View/View.php, line 587 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 611 Cake\Routing\Dispatcher::_invoke() - CORE/src/Routing/Dispatcher.php, line 120 Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 87 [main] - ROOT/webroot/index.php, line 36
Notice (8): Undefined variable: miscArray [APP/Template/Users/CityArticleList/index.ctp, line 306]Code Context<label for="tab02" class="rentSection__tabList__item">おすすめ</label>
<?php endif; ?>
<?php if ($miscArray['最近見た物件']['visible'] == 1) : ?>
$viewFile = '/var/www/src/Template/Users/CityArticleList/index.ctp' $dataForView = [ 'footer_logo' => false, 'articles' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\ArticlesTable) {} }, 'tags' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [[maximum depth reached]], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [ [maximum depth reached] ], 'repository' => object(App\Model\Table\WpTagsTable) {} }, 'recently_rooms' => null, 'newArrivalsRooms' => null, 'popularRooms' => null, 'recommendRooms' => null, 'title' => '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報', 'description' => '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。', 'keywords' => '賃貸,小岩,マンション,アパート,スマイエ小岩', 'googleTrackingCode' => 'UA-84799775-6', 'h1' => '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします', 'store' => object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ [maximum depth reached] ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ [maximum depth reached] ], '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [ [maximum depth reached] ], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Stores' } ] $footer_logo = false $articles = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Articles__id' => 'integer', 'Articles.id' => 'integer', 'id' => 'integer', 'Articles__store_id' => 'integer', 'Articles.store_id' => 'integer', 'store_id' => 'integer', 'Articles__title' => 'text', 'Articles.title' => 'text', 'title' => 'text', 'Articles__content' => 'text', 'Articles.content' => 'text', 'content' => 'text', 'Articles__wp_id' => 'integer', 'Articles.wp_id' => 'integer', 'wp_id' => 'integer', 'Articles__wp_title' => 'text', 'Articles.wp_title' => 'text', 'wp_title' => 'text', 'Articles__wp_modified' => 'datetime', 'Articles.wp_modified' => 'datetime', 'wp_modified' => 'datetime', 'Articles__wp_url' => 'string', 'Articles.wp_url' => 'string', 'wp_url' => 'string', 'Articles__wp_thumbnail_url' => 'string', 'Articles.wp_thumbnail_url' => 'string', 'wp_thumbnail_url' => 'string', 'Articles__status' => 'text', 'Articles.status' => 'text', 'status' => 'text', 'Articles__created' => 'datetime', 'Articles.created' => 'datetime', 'created' => 'datetime', 'Articles__modified' => 'datetime', 'Articles.modified' => 'datetime', 'modified' => 'datetime', 'Articles__manage_add' => 'boolean', 'Articles.manage_add' => 'boolean', 'manage_add' => 'boolean', 'Articles__thumbnail_image_file' => 'upload.file', 'Articles.thumbnail_image_file' => 'upload.file', 'thumbnail_image_file' => 'upload.file', 'Articles__thumbnail_image_type' => 'string', 'Articles.thumbnail_image_type' => 'string', 'thumbnail_image_type' => 'string', 'Articles__thumbnail_image_dir' => 'string', 'Articles.thumbnail_image_dir' => 'string', 'thumbnail_image_dir' => 'string', 'Articles__thumbnail_image_size' => 'integer', 'Articles.thumbnail_image_size' => 'integer', 'thumbnail_image_size' => 'integer' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\ArticlesTable) {} } $tags = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [], 'defaultTypes' => [ 'WpTags__id' => 'integer', 'WpTags.id' => 'integer', 'id' => 'integer', 'WpTags__tag_type' => 'text', 'WpTags.tag_type' => 'text', 'tag_type' => 'text', 'WpTags__name' => 'string', 'WpTags.name' => 'string', 'name' => 'string', 'WpTags__slug' => 'string', 'WpTags.slug' => 'string', 'slug' => 'string', 'WpTags__color' => 'string', 'WpTags.color' => 'string', 'color' => 'string', 'WpTags__display_order' => 'integer', 'WpTags.display_order' => 'integer', 'display_order' => 'integer', 'WpTags__created' => 'datetime', 'WpTags.created' => 'datetime', 'created' => 'datetime', 'WpTags__modified' => 'datetime', 'WpTags.modified' => 'datetime', 'modified' => 'datetime' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [ 'keyField' => 'id', 'valueField' => 'name' ], 'repository' => object(App\Model\Table\WpTagsTable) {} } $recently_rooms = null $newArrivalsRooms = null $popularRooms = null $recommendRooms = null $title = '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報' $description = '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。' $keywords = '賃貸,小岩,マンション,アパート,スマイエ小岩' $googleTrackingCode = 'UA-84799775-6' $h1 = '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします' $store = object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ (int) 0 => object(App\Model\Entity\StoreVhost) {} ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ 'StoreVhosts' => object(App\Model\Entity\StoreVhost) {} ], '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Stores' } $article = object(App\Model\Entity\Article) { 'id' => (int) 383, 'store_id' => (int) 8, 'title' => '★☆キャンペーンのお知らせ☆★', 'wp_id' => (int) -1, 'wp_thumbnail_url' => 'https://s3-ap-northeast-1.amazonaws.com/uptmp-dac-production/uploads-production/files/Articles/thumbnail_image_file/df926858-b120-4273-868f-3d98c1f1ff84', 'wp_title' => '★☆キャンペーンのお知らせ☆★', 'wp_modified' => object(Cake\I18n\FrozenTime) {}, 'name' => 'その他', 'color' => '#0000FF', 'slug' => 'ETC', 'tagId' => '8', '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Articles' }include - APP/Template/Users/CityArticleList/index.ctp, line 306 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 992 Cake\View\View::_render() - CORE/src/View/View.php, line 952 Cake\View\View::render() - CORE/src/View/View.php, line 587 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 611 Cake\Routing\Dispatcher::_invoke() - CORE/src/Routing/Dispatcher.php, line 120 Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 87 [main] - ROOT/webroot/index.php, line 36
Notice (8): Undefined variable: miscArray [APP/Template/Users/CityArticleList/index.ctp, line 310]Code Context<label for="tab03" class="rentSection__tabList__item">閲覧履歴</label>
<?php endif; ?>
<?php if ($miscArray['人気ランキング']['visible'] == 1) : ?>
$viewFile = '/var/www/src/Template/Users/CityArticleList/index.ctp' $dataForView = [ 'footer_logo' => false, 'articles' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\ArticlesTable) {} }, 'tags' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [[maximum depth reached]], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [ [maximum depth reached] ], 'repository' => object(App\Model\Table\WpTagsTable) {} }, 'recently_rooms' => null, 'newArrivalsRooms' => null, 'popularRooms' => null, 'recommendRooms' => null, 'title' => '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報', 'description' => '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。', 'keywords' => '賃貸,小岩,マンション,アパート,スマイエ小岩', 'googleTrackingCode' => 'UA-84799775-6', 'h1' => '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします', 'store' => object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ [maximum depth reached] ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ [maximum depth reached] ], '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [ [maximum depth reached] ], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Stores' } ] $footer_logo = false $articles = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Articles__id' => 'integer', 'Articles.id' => 'integer', 'id' => 'integer', 'Articles__store_id' => 'integer', 'Articles.store_id' => 'integer', 'store_id' => 'integer', 'Articles__title' => 'text', 'Articles.title' => 'text', 'title' => 'text', 'Articles__content' => 'text', 'Articles.content' => 'text', 'content' => 'text', 'Articles__wp_id' => 'integer', 'Articles.wp_id' => 'integer', 'wp_id' => 'integer', 'Articles__wp_title' => 'text', 'Articles.wp_title' => 'text', 'wp_title' => 'text', 'Articles__wp_modified' => 'datetime', 'Articles.wp_modified' => 'datetime', 'wp_modified' => 'datetime', 'Articles__wp_url' => 'string', 'Articles.wp_url' => 'string', 'wp_url' => 'string', 'Articles__wp_thumbnail_url' => 'string', 'Articles.wp_thumbnail_url' => 'string', 'wp_thumbnail_url' => 'string', 'Articles__status' => 'text', 'Articles.status' => 'text', 'status' => 'text', 'Articles__created' => 'datetime', 'Articles.created' => 'datetime', 'created' => 'datetime', 'Articles__modified' => 'datetime', 'Articles.modified' => 'datetime', 'modified' => 'datetime', 'Articles__manage_add' => 'boolean', 'Articles.manage_add' => 'boolean', 'manage_add' => 'boolean', 'Articles__thumbnail_image_file' => 'upload.file', 'Articles.thumbnail_image_file' => 'upload.file', 'thumbnail_image_file' => 'upload.file', 'Articles__thumbnail_image_type' => 'string', 'Articles.thumbnail_image_type' => 'string', 'thumbnail_image_type' => 'string', 'Articles__thumbnail_image_dir' => 'string', 'Articles.thumbnail_image_dir' => 'string', 'thumbnail_image_dir' => 'string', 'Articles__thumbnail_image_size' => 'integer', 'Articles.thumbnail_image_size' => 'integer', 'thumbnail_image_size' => 'integer' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\ArticlesTable) {} } $tags = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [], 'defaultTypes' => [ 'WpTags__id' => 'integer', 'WpTags.id' => 'integer', 'id' => 'integer', 'WpTags__tag_type' => 'text', 'WpTags.tag_type' => 'text', 'tag_type' => 'text', 'WpTags__name' => 'string', 'WpTags.name' => 'string', 'name' => 'string', 'WpTags__slug' => 'string', 'WpTags.slug' => 'string', 'slug' => 'string', 'WpTags__color' => 'string', 'WpTags.color' => 'string', 'color' => 'string', 'WpTags__display_order' => 'integer', 'WpTags.display_order' => 'integer', 'display_order' => 'integer', 'WpTags__created' => 'datetime', 'WpTags.created' => 'datetime', 'created' => 'datetime', 'WpTags__modified' => 'datetime', 'WpTags.modified' => 'datetime', 'modified' => 'datetime' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [ 'keyField' => 'id', 'valueField' => 'name' ], 'repository' => object(App\Model\Table\WpTagsTable) {} } $recently_rooms = null $newArrivalsRooms = null $popularRooms = null $recommendRooms = null $title = '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報' $description = '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。' $keywords = '賃貸,小岩,マンション,アパート,スマイエ小岩' $googleTrackingCode = 'UA-84799775-6' $h1 = '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします' $store = object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ (int) 0 => object(App\Model\Entity\StoreVhost) {} ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ 'StoreVhosts' => object(App\Model\Entity\StoreVhost) {} ], '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Stores' } $article = object(App\Model\Entity\Article) { 'id' => (int) 383, 'store_id' => (int) 8, 'title' => '★☆キャンペーンのお知らせ☆★', 'wp_id' => (int) -1, 'wp_thumbnail_url' => 'https://s3-ap-northeast-1.amazonaws.com/uptmp-dac-production/uploads-production/files/Articles/thumbnail_image_file/df926858-b120-4273-868f-3d98c1f1ff84', 'wp_title' => '★☆キャンペーンのお知らせ☆★', 'wp_modified' => object(Cake\I18n\FrozenTime) {}, 'name' => 'その他', 'color' => '#0000FF', 'slug' => 'ETC', 'tagId' => '8', '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Articles' }include - APP/Template/Users/CityArticleList/index.ctp, line 310 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 992 Cake\View\View::_render() - CORE/src/View/View.php, line 952 Cake\View\View::render() - CORE/src/View/View.php, line 587 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 611 Cake\Routing\Dispatcher::_invoke() - CORE/src/Routing/Dispatcher.php, line 120 Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 87 [main] - ROOT/webroot/index.php, line 36
Notice (8): Undefined variable: miscArray [APP/Template/Users/CityArticleList/index.ctp, line 315]Code Context<?php endif; ?>
<?php if ($miscArray['新着物件']['visible'] == 1) : ?>
$viewFile = '/var/www/src/Template/Users/CityArticleList/index.ctp' $dataForView = [ 'footer_logo' => false, 'articles' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\ArticlesTable) {} }, 'tags' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [[maximum depth reached]], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [ [maximum depth reached] ], 'repository' => object(App\Model\Table\WpTagsTable) {} }, 'recently_rooms' => null, 'newArrivalsRooms' => null, 'popularRooms' => null, 'recommendRooms' => null, 'title' => '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報', 'description' => '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。', 'keywords' => '賃貸,小岩,マンション,アパート,スマイエ小岩', 'googleTrackingCode' => 'UA-84799775-6', 'h1' => '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします', 'store' => object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ [maximum depth reached] ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ [maximum depth reached] ], '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [ [maximum depth reached] ], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Stores' } ] $footer_logo = false $articles = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Articles__id' => 'integer', 'Articles.id' => 'integer', 'id' => 'integer', 'Articles__store_id' => 'integer', 'Articles.store_id' => 'integer', 'store_id' => 'integer', 'Articles__title' => 'text', 'Articles.title' => 'text', 'title' => 'text', 'Articles__content' => 'text', 'Articles.content' => 'text', 'content' => 'text', 'Articles__wp_id' => 'integer', 'Articles.wp_id' => 'integer', 'wp_id' => 'integer', 'Articles__wp_title' => 'text', 'Articles.wp_title' => 'text', 'wp_title' => 'text', 'Articles__wp_modified' => 'datetime', 'Articles.wp_modified' => 'datetime', 'wp_modified' => 'datetime', 'Articles__wp_url' => 'string', 'Articles.wp_url' => 'string', 'wp_url' => 'string', 'Articles__wp_thumbnail_url' => 'string', 'Articles.wp_thumbnail_url' => 'string', 'wp_thumbnail_url' => 'string', 'Articles__status' => 'text', 'Articles.status' => 'text', 'status' => 'text', 'Articles__created' => 'datetime', 'Articles.created' => 'datetime', 'created' => 'datetime', 'Articles__modified' => 'datetime', 'Articles.modified' => 'datetime', 'modified' => 'datetime', 'Articles__manage_add' => 'boolean', 'Articles.manage_add' => 'boolean', 'manage_add' => 'boolean', 'Articles__thumbnail_image_file' => 'upload.file', 'Articles.thumbnail_image_file' => 'upload.file', 'thumbnail_image_file' => 'upload.file', 'Articles__thumbnail_image_type' => 'string', 'Articles.thumbnail_image_type' => 'string', 'thumbnail_image_type' => 'string', 'Articles__thumbnail_image_dir' => 'string', 'Articles.thumbnail_image_dir' => 'string', 'thumbnail_image_dir' => 'string', 'Articles__thumbnail_image_size' => 'integer', 'Articles.thumbnail_image_size' => 'integer', 'thumbnail_image_size' => 'integer' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\ArticlesTable) {} } $tags = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [], 'defaultTypes' => [ 'WpTags__id' => 'integer', 'WpTags.id' => 'integer', 'id' => 'integer', 'WpTags__tag_type' => 'text', 'WpTags.tag_type' => 'text', 'tag_type' => 'text', 'WpTags__name' => 'string', 'WpTags.name' => 'string', 'name' => 'string', 'WpTags__slug' => 'string', 'WpTags.slug' => 'string', 'slug' => 'string', 'WpTags__color' => 'string', 'WpTags.color' => 'string', 'color' => 'string', 'WpTags__display_order' => 'integer', 'WpTags.display_order' => 'integer', 'display_order' => 'integer', 'WpTags__created' => 'datetime', 'WpTags.created' => 'datetime', 'created' => 'datetime', 'WpTags__modified' => 'datetime', 'WpTags.modified' => 'datetime', 'modified' => 'datetime' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [ 'keyField' => 'id', 'valueField' => 'name' ], 'repository' => object(App\Model\Table\WpTagsTable) {} } $recently_rooms = null $newArrivalsRooms = null $popularRooms = null $recommendRooms = null $title = '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報' $description = '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。' $keywords = '賃貸,小岩,マンション,アパート,スマイエ小岩' $googleTrackingCode = 'UA-84799775-6' $h1 = '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします' $store = object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ (int) 0 => object(App\Model\Entity\StoreVhost) {} ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ 'StoreVhosts' => object(App\Model\Entity\StoreVhost) {} ], '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Stores' } $article = object(App\Model\Entity\Article) { 'id' => (int) 383, 'store_id' => (int) 8, 'title' => '★☆キャンペーンのお知らせ☆★', 'wp_id' => (int) -1, 'wp_thumbnail_url' => 'https://s3-ap-northeast-1.amazonaws.com/uptmp-dac-production/uploads-production/files/Articles/thumbnail_image_file/df926858-b120-4273-868f-3d98c1f1ff84', 'wp_title' => '★☆キャンペーンのお知らせ☆★', 'wp_modified' => object(Cake\I18n\FrozenTime) {}, 'name' => 'その他', 'color' => '#0000FF', 'slug' => 'ETC', 'tagId' => '8', '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Articles' }include - APP/Template/Users/CityArticleList/index.ctp, line 315 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 992 Cake\View\View::_render() - CORE/src/View/View.php, line 952 Cake\View\View::render() - CORE/src/View/View.php, line 587 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 611 Cake\Routing\Dispatcher::_invoke() - CORE/src/Routing/Dispatcher.php, line 120 Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 87 [main] - ROOT/webroot/index.php, line 36
Notice (8): Undefined variable: miscArray [APP/Template/Users/CityArticleList/index.ctp, line 339]Code Context</div>
<?php endif; ?>
<?php if ($miscArray['おすすめ']['visible'] == 1) : ?>
$viewFile = '/var/www/src/Template/Users/CityArticleList/index.ctp' $dataForView = [ 'footer_logo' => false, 'articles' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\ArticlesTable) {} }, 'tags' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [[maximum depth reached]], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [ [maximum depth reached] ], 'repository' => object(App\Model\Table\WpTagsTable) {} }, 'recently_rooms' => null, 'newArrivalsRooms' => null, 'popularRooms' => null, 'recommendRooms' => null, 'title' => '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報', 'description' => '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。', 'keywords' => '賃貸,小岩,マンション,アパート,スマイエ小岩', 'googleTrackingCode' => 'UA-84799775-6', 'h1' => '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします', 'store' => object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ [maximum depth reached] ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ [maximum depth reached] ], '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [ [maximum depth reached] ], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Stores' } ] $footer_logo = false $articles = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Articles__id' => 'integer', 'Articles.id' => 'integer', 'id' => 'integer', 'Articles__store_id' => 'integer', 'Articles.store_id' => 'integer', 'store_id' => 'integer', 'Articles__title' => 'text', 'Articles.title' => 'text', 'title' => 'text', 'Articles__content' => 'text', 'Articles.content' => 'text', 'content' => 'text', 'Articles__wp_id' => 'integer', 'Articles.wp_id' => 'integer', 'wp_id' => 'integer', 'Articles__wp_title' => 'text', 'Articles.wp_title' => 'text', 'wp_title' => 'text', 'Articles__wp_modified' => 'datetime', 'Articles.wp_modified' => 'datetime', 'wp_modified' => 'datetime', 'Articles__wp_url' => 'string', 'Articles.wp_url' => 'string', 'wp_url' => 'string', 'Articles__wp_thumbnail_url' => 'string', 'Articles.wp_thumbnail_url' => 'string', 'wp_thumbnail_url' => 'string', 'Articles__status' => 'text', 'Articles.status' => 'text', 'status' => 'text', 'Articles__created' => 'datetime', 'Articles.created' => 'datetime', 'created' => 'datetime', 'Articles__modified' => 'datetime', 'Articles.modified' => 'datetime', 'modified' => 'datetime', 'Articles__manage_add' => 'boolean', 'Articles.manage_add' => 'boolean', 'manage_add' => 'boolean', 'Articles__thumbnail_image_file' => 'upload.file', 'Articles.thumbnail_image_file' => 'upload.file', 'thumbnail_image_file' => 'upload.file', 'Articles__thumbnail_image_type' => 'string', 'Articles.thumbnail_image_type' => 'string', 'thumbnail_image_type' => 'string', 'Articles__thumbnail_image_dir' => 'string', 'Articles.thumbnail_image_dir' => 'string', 'thumbnail_image_dir' => 'string', 'Articles__thumbnail_image_size' => 'integer', 'Articles.thumbnail_image_size' => 'integer', 'thumbnail_image_size' => 'integer' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\ArticlesTable) {} } $tags = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [], 'defaultTypes' => [ 'WpTags__id' => 'integer', 'WpTags.id' => 'integer', 'id' => 'integer', 'WpTags__tag_type' => 'text', 'WpTags.tag_type' => 'text', 'tag_type' => 'text', 'WpTags__name' => 'string', 'WpTags.name' => 'string', 'name' => 'string', 'WpTags__slug' => 'string', 'WpTags.slug' => 'string', 'slug' => 'string', 'WpTags__color' => 'string', 'WpTags.color' => 'string', 'color' => 'string', 'WpTags__display_order' => 'integer', 'WpTags.display_order' => 'integer', 'display_order' => 'integer', 'WpTags__created' => 'datetime', 'WpTags.created' => 'datetime', 'created' => 'datetime', 'WpTags__modified' => 'datetime', 'WpTags.modified' => 'datetime', 'modified' => 'datetime' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [ 'keyField' => 'id', 'valueField' => 'name' ], 'repository' => object(App\Model\Table\WpTagsTable) {} } $recently_rooms = null $newArrivalsRooms = null $popularRooms = null $recommendRooms = null $title = '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報' $description = '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。' $keywords = '賃貸,小岩,マンション,アパート,スマイエ小岩' $googleTrackingCode = 'UA-84799775-6' $h1 = '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします' $store = object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ (int) 0 => object(App\Model\Entity\StoreVhost) {} ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ 'StoreVhosts' => object(App\Model\Entity\StoreVhost) {} ], '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Stores' } $article = object(App\Model\Entity\Article) { 'id' => (int) 383, 'store_id' => (int) 8, 'title' => '★☆キャンペーンのお知らせ☆★', 'wp_id' => (int) -1, 'wp_thumbnail_url' => 'https://s3-ap-northeast-1.amazonaws.com/uptmp-dac-production/uploads-production/files/Articles/thumbnail_image_file/df926858-b120-4273-868f-3d98c1f1ff84', 'wp_title' => '★☆キャンペーンのお知らせ☆★', 'wp_modified' => object(Cake\I18n\FrozenTime) {}, 'name' => 'その他', 'color' => '#0000FF', 'slug' => 'ETC', 'tagId' => '8', '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Articles' }include - APP/Template/Users/CityArticleList/index.ctp, line 339 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 992 Cake\View\View::_render() - CORE/src/View/View.php, line 952 Cake\View\View::render() - CORE/src/View/View.php, line 587 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 611 Cake\Routing\Dispatcher::_invoke() - CORE/src/Routing/Dispatcher.php, line 120 Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 87 [main] - ROOT/webroot/index.php, line 36
Notice (8): Undefined variable: miscArray [APP/Template/Users/CityArticleList/index.ctp, line 361]Code Context</div>
<?php endif; ?>
<?php if ($miscArray['最近見た物件']['visible'] == 1) : ?>
$viewFile = '/var/www/src/Template/Users/CityArticleList/index.ctp' $dataForView = [ 'footer_logo' => false, 'articles' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\ArticlesTable) {} }, 'tags' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [[maximum depth reached]], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [ [maximum depth reached] ], 'repository' => object(App\Model\Table\WpTagsTable) {} }, 'recently_rooms' => null, 'newArrivalsRooms' => null, 'popularRooms' => null, 'recommendRooms' => null, 'title' => '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報', 'description' => '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。', 'keywords' => '賃貸,小岩,マンション,アパート,スマイエ小岩', 'googleTrackingCode' => 'UA-84799775-6', 'h1' => '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします', 'store' => object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ [maximum depth reached] ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ [maximum depth reached] ], '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [ [maximum depth reached] ], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Stores' } ] $footer_logo = false $articles = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Articles__id' => 'integer', 'Articles.id' => 'integer', 'id' => 'integer', 'Articles__store_id' => 'integer', 'Articles.store_id' => 'integer', 'store_id' => 'integer', 'Articles__title' => 'text', 'Articles.title' => 'text', 'title' => 'text', 'Articles__content' => 'text', 'Articles.content' => 'text', 'content' => 'text', 'Articles__wp_id' => 'integer', 'Articles.wp_id' => 'integer', 'wp_id' => 'integer', 'Articles__wp_title' => 'text', 'Articles.wp_title' => 'text', 'wp_title' => 'text', 'Articles__wp_modified' => 'datetime', 'Articles.wp_modified' => 'datetime', 'wp_modified' => 'datetime', 'Articles__wp_url' => 'string', 'Articles.wp_url' => 'string', 'wp_url' => 'string', 'Articles__wp_thumbnail_url' => 'string', 'Articles.wp_thumbnail_url' => 'string', 'wp_thumbnail_url' => 'string', 'Articles__status' => 'text', 'Articles.status' => 'text', 'status' => 'text', 'Articles__created' => 'datetime', 'Articles.created' => 'datetime', 'created' => 'datetime', 'Articles__modified' => 'datetime', 'Articles.modified' => 'datetime', 'modified' => 'datetime', 'Articles__manage_add' => 'boolean', 'Articles.manage_add' => 'boolean', 'manage_add' => 'boolean', 'Articles__thumbnail_image_file' => 'upload.file', 'Articles.thumbnail_image_file' => 'upload.file', 'thumbnail_image_file' => 'upload.file', 'Articles__thumbnail_image_type' => 'string', 'Articles.thumbnail_image_type' => 'string', 'thumbnail_image_type' => 'string', 'Articles__thumbnail_image_dir' => 'string', 'Articles.thumbnail_image_dir' => 'string', 'thumbnail_image_dir' => 'string', 'Articles__thumbnail_image_size' => 'integer', 'Articles.thumbnail_image_size' => 'integer', 'thumbnail_image_size' => 'integer' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\ArticlesTable) {} } $tags = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [], 'defaultTypes' => [ 'WpTags__id' => 'integer', 'WpTags.id' => 'integer', 'id' => 'integer', 'WpTags__tag_type' => 'text', 'WpTags.tag_type' => 'text', 'tag_type' => 'text', 'WpTags__name' => 'string', 'WpTags.name' => 'string', 'name' => 'string', 'WpTags__slug' => 'string', 'WpTags.slug' => 'string', 'slug' => 'string', 'WpTags__color' => 'string', 'WpTags.color' => 'string', 'color' => 'string', 'WpTags__display_order' => 'integer', 'WpTags.display_order' => 'integer', 'display_order' => 'integer', 'WpTags__created' => 'datetime', 'WpTags.created' => 'datetime', 'created' => 'datetime', 'WpTags__modified' => 'datetime', 'WpTags.modified' => 'datetime', 'modified' => 'datetime' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [ 'keyField' => 'id', 'valueField' => 'name' ], 'repository' => object(App\Model\Table\WpTagsTable) {} } $recently_rooms = null $newArrivalsRooms = null $popularRooms = null $recommendRooms = null $title = '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報' $description = '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。' $keywords = '賃貸,小岩,マンション,アパート,スマイエ小岩' $googleTrackingCode = 'UA-84799775-6' $h1 = '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします' $store = object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ (int) 0 => object(App\Model\Entity\StoreVhost) {} ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ 'StoreVhosts' => object(App\Model\Entity\StoreVhost) {} ], '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Stores' } $article = object(App\Model\Entity\Article) { 'id' => (int) 383, 'store_id' => (int) 8, 'title' => '★☆キャンペーンのお知らせ☆★', 'wp_id' => (int) -1, 'wp_thumbnail_url' => 'https://s3-ap-northeast-1.amazonaws.com/uptmp-dac-production/uploads-production/files/Articles/thumbnail_image_file/df926858-b120-4273-868f-3d98c1f1ff84', 'wp_title' => '★☆キャンペーンのお知らせ☆★', 'wp_modified' => object(Cake\I18n\FrozenTime) {}, 'name' => 'その他', 'color' => '#0000FF', 'slug' => 'ETC', 'tagId' => '8', '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Articles' }include - APP/Template/Users/CityArticleList/index.ctp, line 361 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 992 Cake\View\View::_render() - CORE/src/View/View.php, line 952 Cake\View\View::render() - CORE/src/View/View.php, line 587 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 611 Cake\Routing\Dispatcher::_invoke() - CORE/src/Routing/Dispatcher.php, line 120 Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 87 [main] - ROOT/webroot/index.php, line 36
Notice (8): Undefined variable: miscArray [APP/Template/Users/CityArticleList/index.ctp, line 383]Code Context</div>
<?php endif; ?>
<?php if ($miscArray['人気ランキング']['visible'] == 1) : ?>
$viewFile = '/var/www/src/Template/Users/CityArticleList/index.ctp' $dataForView = [ 'footer_logo' => false, 'articles' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\ArticlesTable) {} }, 'tags' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [[maximum depth reached]], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [ [maximum depth reached] ], 'repository' => object(App\Model\Table\WpTagsTable) {} }, 'recently_rooms' => null, 'newArrivalsRooms' => null, 'popularRooms' => null, 'recommendRooms' => null, 'title' => '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報', 'description' => '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。', 'keywords' => '賃貸,小岩,マンション,アパート,スマイエ小岩', 'googleTrackingCode' => 'UA-84799775-6', 'h1' => '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします', 'store' => object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ [maximum depth reached] ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ [maximum depth reached] ], '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [ [maximum depth reached] ], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Stores' } ] $footer_logo = false $articles = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT DISTINCT Articles.id AS `id`, Articles.store_id AS `store_id`, Articles.title AS `title`, Articles.wp_id AS `wp_id`, Articles.wp_thumbnail_url AS `wp_thumbnail_url`, Articles.wp_title AS `wp_title`, Articles.wp_modified AS `wp_modified`, tg.name AS `name`, tg.color AS `color`, tg.slug AS `slug`, tg.id AS `tagId` FROM articles Articles INNER JOIN article_categories artctg ON artctg.article_id = Articles.id INNER JOIN v_category_details vcd ON vcd.id = artctg.category_id LEFT JOIN article_tags artTg ON artTg.article_id = Articles.id LEFT JOIN wp_tags tg ON tg.id = artTg.tag_id WHERE (Articles.store_id = :c0 AND Articles.status = :c1) ORDER BY Articles.id', 'params' => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'Articles__id' => 'integer', 'Articles.id' => 'integer', 'id' => 'integer', 'Articles__store_id' => 'integer', 'Articles.store_id' => 'integer', 'store_id' => 'integer', 'Articles__title' => 'text', 'Articles.title' => 'text', 'title' => 'text', 'Articles__content' => 'text', 'Articles.content' => 'text', 'content' => 'text', 'Articles__wp_id' => 'integer', 'Articles.wp_id' => 'integer', 'wp_id' => 'integer', 'Articles__wp_title' => 'text', 'Articles.wp_title' => 'text', 'wp_title' => 'text', 'Articles__wp_modified' => 'datetime', 'Articles.wp_modified' => 'datetime', 'wp_modified' => 'datetime', 'Articles__wp_url' => 'string', 'Articles.wp_url' => 'string', 'wp_url' => 'string', 'Articles__wp_thumbnail_url' => 'string', 'Articles.wp_thumbnail_url' => 'string', 'wp_thumbnail_url' => 'string', 'Articles__status' => 'text', 'Articles.status' => 'text', 'status' => 'text', 'Articles__created' => 'datetime', 'Articles.created' => 'datetime', 'created' => 'datetime', 'Articles__modified' => 'datetime', 'Articles.modified' => 'datetime', 'modified' => 'datetime', 'Articles__manage_add' => 'boolean', 'Articles.manage_add' => 'boolean', 'manage_add' => 'boolean', 'Articles__thumbnail_image_file' => 'upload.file', 'Articles.thumbnail_image_file' => 'upload.file', 'thumbnail_image_file' => 'upload.file', 'Articles__thumbnail_image_type' => 'string', 'Articles.thumbnail_image_type' => 'string', 'thumbnail_image_type' => 'string', 'Articles__thumbnail_image_dir' => 'string', 'Articles.thumbnail_image_dir' => 'string', 'thumbnail_image_dir' => 'string', 'Articles__thumbnail_image_size' => 'integer', 'Articles.thumbnail_image_size' => 'integer', 'thumbnail_image_size' => 'integer' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\ArticlesTable) {} } $tags = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT WpTags.id AS `WpTags__id`, WpTags.name AS `WpTags__name` FROM wp_tags WpTags INNER JOIN article_tags artTg ON artTg.tag_id = WpTags.id INNER JOIN articles art ON (art.id = artTg.article_id AND art.status = '公開' AND art.store_id = 8) ORDER BY art.id', 'params' => [], 'defaultTypes' => [ 'WpTags__id' => 'integer', 'WpTags.id' => 'integer', 'id' => 'integer', 'WpTags__tag_type' => 'text', 'WpTags.tag_type' => 'text', 'tag_type' => 'text', 'WpTags__name' => 'string', 'WpTags.name' => 'string', 'name' => 'string', 'WpTags__slug' => 'string', 'WpTags.slug' => 'string', 'slug' => 'string', 'WpTags__color' => 'string', 'WpTags.color' => 'string', 'color' => 'string', 'WpTags__display_order' => 'integer', 'WpTags.display_order' => 'integer', 'display_order' => 'integer', 'WpTags__created' => 'datetime', 'WpTags.created' => 'datetime', 'created' => 'datetime', 'WpTags__modified' => 'datetime', 'WpTags.modified' => 'datetime', 'modified' => 'datetime' ], 'decorators' => (int) 1, 'executed' => true, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [ 'keyField' => 'id', 'valueField' => 'name' ], 'repository' => object(App\Model\Table\WpTagsTable) {} } $recently_rooms = null $newArrivalsRooms = null $popularRooms = null $recommendRooms = null $title = '小岩の賃貸物件|スマイエ小岩店|マンション・アパート物件情報' $description = '江戸川区の総武線「小岩」駅でマンション・アパートの賃貸物件をお探しならスマイエ小岩店にお任せください。小岩の賃貸物件街情報はもちろん。住みやすさで選ばれる小岩の魅力をお届けいたします。' $keywords = '賃貸,小岩,マンション,アパート,スマイエ小岩' $googleTrackingCode = 'UA-84799775-6' $h1 = '小岩の賃貸|スマイエ小岩店はマンション・アパートの賃貸物件情報をお届けいたします' $store = object(App\Model\Entity\Store) { 'id' => (int) 8, 'company_id' => (int) 8, 'name' => 'スマイエ小岩店', 'name_kana' => 'スマイエコイワ', 'representative_last_name' => '前田', 'representative_first_name' => '悟', 'representative_last_name_kana' => '', 'representative_first_name_kana' => '', 'postal_code' => '1330056', 'prefecture_id' => (int) 13, 'city' => '江戸川区南小岩', 'address' => '7−22−11', 'building_name' => 'リベーロ平和Ⅱ2階', 'railway' => 'JR総武線', 'station' => '小岩', 'phone' => '03-5622-0370', 'fax' => '', 'email' => 'koiwa@sumaie.com', 'license_number' => '国土交通大臣(1)第9450号', 'logo_image_file' => 'ed2f2682-64b1-44c0-a576-e443c2516c12', 'logo_image_type' => 'image/png', 'logo_image_dir' => 'files/Stores/logo_image_file/', 'logo_image_size' => (int) 4110, 'plan' => 'テンプレートカスタマイズ', 'plan_start' => object(Cake\I18n\FrozenDate) {}, 'plan_end' => object(Cake\I18n\FrozenDate) {}, 'active' => true, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'store_vhosts' => [ (int) 0 => object(App\Model\Entity\StoreVhost) {} ], 'prefecture' => object(App\Model\Entity\Prefecture) {}, 'company' => object(App\Model\Entity\Company) {}, '_matchingData' => [ 'StoreVhosts' => object(App\Model\Entity\StoreVhost) {} ], '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Stores' } $article = object(App\Model\Entity\Article) { 'id' => (int) 383, 'store_id' => (int) 8, 'title' => '★☆キャンペーンのお知らせ☆★', 'wp_id' => (int) -1, 'wp_thumbnail_url' => 'https://s3-ap-northeast-1.amazonaws.com/uptmp-dac-production/uploads-production/files/Articles/thumbnail_image_file/df926858-b120-4273-868f-3d98c1f1ff84', 'wp_title' => '★☆キャンペーンのお知らせ☆★', 'wp_modified' => object(Cake\I18n\FrozenTime) {}, 'name' => 'その他', 'color' => '#0000FF', 'slug' => 'ETC', 'tagId' => '8', '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [ (int) 0 => 'uploaded_file_url', (int) 1 => 'uploaded_file_name', (int) 2 => 'uploaded_dir', (int) 3 => 'uploaded_file_type', (int) 4 => 'uploaded_file_size' ], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Articles' }include - APP/Template/Users/CityArticleList/index.ctp, line 383 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 992 Cake\View\View::_render() - CORE/src/View/View.php, line 952 Cake\View\View::render() - CORE/src/View/View.php, line 587 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 611 Cake\Routing\Dispatcher::_invoke() - CORE/src/Routing/Dispatcher.php, line 120 Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 87 [main] - ROOT/webroot/index.php, line 36
スマイエ小岩店
〒133-0056 東京都江戸川区南小岩7−22−11 リベーロ平和Ⅱ2階
03-5622-0370 国土交通大臣(1)第9450号