Code Context }
shuffle($displayAdList);
$categoryKey = 'forty'
$serviceAdvertisementModel = object(ServiceAdvertisement) {
hasMany => array(
'ServiceAdvertisementCategory' => array(
[maximum depth reached]
)
)
validate => array(
'label' => array(
[maximum depth reached]
),
'url' => array(
[maximum depth reached]
),
'image' => array(
[maximum depth reached]
)
)
actsAs => array(
'Containable' => null,
'UploadPack.Upload' => array(
[maximum depth reached]
)
)
displayField => 'label'
recursive => (int) -1
useDbConfig => 'default'
useTable => 'service_advertisements'
id => false
data => array()
schemaName => 'far1_schedulechat'
table => 'service_advertisements'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => null
name => 'ServiceAdvertisement'
alias => 'ServiceAdvertisement'
tableToModel => array(
'service_advertisements' => 'ServiceAdvertisement'
)
cacheQueries => false
belongsTo => array()
hasOne => array()
hasAndBelongsToMany => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
[protected] modalTypes => array(
'ca' => 'CAの方',
'wdoctor' => '女医の方',
'mrmiss' => '20代女性の方',
'male' => '女性の方'
)
[protected] isSeparatedSexValues => array(
(int) 0 => '振り分けない',
(int) 1 => '振り分ける'
)
[protected] isActiveValues => array(
(int) 0 => '無効',
(int) 1 => '有効'
)
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'label' => array(
[maximum depth reached]
),
'image_file_name' => array(
[maximum depth reached]
),
'is_separated_sex' => array(
[maximum depth reached]
),
'modal_type' => array(
[maximum depth reached]
),
'url' => array(
[maximum depth reached]
),
'url_male' => array(
[maximum depth reached]
),
'url_female' => array(
[maximum depth reached]
),
'is_active' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => null
[protected] _validator => null
}
$serviceAdvertisementCategoryModel = object(ServiceAdvertisementCategory) {
belongsTo => array(
'ServiceAdvertisement' => array(
[maximum depth reached]
)
)
actsAs => array(
(int) 0 => 'Containable'
)
recursive => (int) -1
useDbConfig => 'default'
useTable => 'service_advertisement_categories'
id => false
data => array()
schemaName => 'far1_schedulechat'
table => 'service_advertisement_categories'
primaryKey => 'id'
validate => array()
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => null
name => 'ServiceAdvertisementCategory'
alias => 'ServiceAdvertisementCategory'
tableToModel => array(
'service_advertisement_categories' => 'ServiceAdvertisementCategory',
'service_advertisements' => 'ServiceAdvertisement'
)
cacheQueries => false
hasOne => array()
hasMany => array()
hasAndBelongsToMany => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
ServiceAdvertisement => object(ServiceAdvertisement) {}
[protected] categoriesUrls => array(
'jieitai' => 'https://www.statusparty.jp/schedule/jieitai/',
'nurse' => 'https://www.statusparty.jp/schedule/nurse/',
'mrmiss' => 'https://www.statusparty.jp/schedule/mrmiss/',
'ca' => 'https://www.statusparty.jp/schedule/ca/',
'Vietnam' => 'https://www.statusparty.jp/schedule/Vietnam/',
'doctor' => 'https://www.statusparty.jp/schedule/doctor/',
'tradingcompany' => 'https://www.statusparty.jp/schedule/tradingcompany/',
'firstclass' => 'https://www.statusparty.jp/schedule/firstclass/',
'wdoctor' => 'https://www.statusparty.jp/schedule/wdoctor/'
)
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'service_advertisement_id' => array(
[maximum depth reached]
),
'category_name' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
$displayAdList = null
$serviceAdvertisementCategories = array()shuffle - [internal], line ??
OtherServiceAd::getShuffledAdList() - APP/Controller/Service/OtherServiceAd.php, line 99
include - APP/View/Parties/index.ctp, line 387
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - /home/far1/statusparty.jp/public_html/test.statusparty.jp/app.php, line 107