Code |
Context$branch_id = "2778"
$preview = 0
$requestHost = "www.la-poppy.com"
$conditions = array(
"or" => array(
"ShopBranch.no_limit =" => "1",
"and" => array()
),
"ShopBranch.flag =" => "0",
"ShopBranch.id" => "2778"
)
$shopBranch = array(
"Shop" => null
)
$shop = false
// Check if visitor accesses from the custom domain or not to determine the custome template.
$shopDomain = $this->ShopDomain->findByShopBranchId($shopBranch['ShopBranch']['id']);
DetailsController::form() - APP/controllers/details_controller.php, line 692
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 259
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 213
[main] - APP/webroot/index.php, line 90