Code |
Context
$mini_area = '';
foreach($area['SmallArea'] as $small_area){$mini_area .= $small_area['area_name'].' ';}
$area = false
$options_corona = array(
"fields" => array(
"Shop.shop_name",
"Shop.corona",
"Shop.id"
),
"conditions" => array(
"Shop.permission" => "1",
"Shop.area" => null,
"NOT" => array()
),
"order" => array(
"Shop.pay DESC",
"Shop.sp DESC",
"rand()"
),
"limit" => "10"
)
$corona = array()
$options_kyujin = array(
"fields" => array(
"Shop.shop_name",
"Shop.kyujin_junre",
"Shop.work_address",
"Shop.id",
"Shop.kyujin_model",
"Shop.near_station",
"Shop.kyujin_speciality"
),
"conditions" => array(
"Shop.permission" => "1",
"Shop.area" => null,
"NOT" => array()
),
"order" => array(
"Shop.pay DESC",
"rand()"
),
"limit" => "10"
)
$kyujin = array()
$kyujin_shop = array()
$options_waribiki = array(
"fields" => array(
"Shop.shop_name",
"Shop.coupon",
"Shop.id"
),
"conditions" => array(
"Shop.permission" => "1",
"Shop.area" => null,
"NOT" => array()
),
"order" => array(
"Shop.pay DESC",
"rand()"
),
"limit" => "10"
)
$waribiki = array()
$waribiki_shop = array()
$sangyo_pay = ""
$sangyo_sp = ""
$sangyo_free = ""
$shop_max = 14
$count = 0
$options_pay = array(
"fields" => array(
"Shop.sangyo_text1",
"Shop.sangyo_text2",
"Shop.sangyo_text3",
"Shop.id",
"Shop.shop_name"
),
"conditions" => array(
"Shop.permission" => "1",
"Shop.pay" => "true",
"Shop.area" => null,
"NOT" => array()
),
"order" => array(
"rand()"
),
"limit" => 14
)
$detail_pay = array()
$options_sp = array(
"fields" => array(
"Shop.sangyo_text1",
"Shop.sangyo_text2",
"Shop.sangyo_text3",
"Shop.id",
"Shop.shop_name"
),
"conditions" => array(
"Shop.permission" => "1",
"Shop.pay" => "false",
"Shop.sp" => "1",
"Shop.area" => null,
"NOT" => array()
),
"order" => array(
"rand()"
),
"limit" => 14
)
$detail_sp = array()
$options_free = array(
"fields" => array(
"Shop.sangyo_text1",
"Shop.sangyo_text2",
"Shop.sangyo_text3",
"Shop.id",
"Shop.shop_name"
),
"conditions" => array(
"Shop.permission" => "1",
"Shop.pay" => "false",
"Shop.sp" => "0",
"Shop.area" => null,
"NOT" => array()
),
"order" => array(
"rand()"
),
"limit" => 14
)
$detail_free = array()
$assoc = array(
"Girl" => array(
"limit" => 1,
"order" => array()
),
"Event" => array(
"className" => "Event",
"conditions" => "",
"order" => "Event.id DESC",
"foreignKey" => "shop_id",
"limit" => "1"
)
)
$shops = array()
$type = array(
"Type" => array(
"id" => "20",
"type" => "マッサージ"
)
)
$type_data = array(
"ノーマル",
"素人",
"人妻",
"アジアン",
"SM",
"アロマエステ",
"イメクラ",
"待ち合わせ型",
"ホテヘル",
"ニューハーフ",
"その他風俗",
"激安",
"高級",
"AV・モデル",
"性感・回春",
"ぽっちゃり",
"金髪",
"コスプレ",
"熟女",
"マッサージ"
)
$mini_area = ""
IndexController::index() - APP/controllers/index_controller.php, line 268
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83